Marco310 commited on
Commit
a588387
·
1 Parent(s): 3441fca

docs: add MIT license, acknowledgements and update README for release

Browse files
Files changed (2) hide show
  1. LICENSE +21 -0
  2. README.md +20 -1
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Man-Ho Li, Chen-Yang Yu
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md CHANGED
@@ -177,4 +177,23 @@ Explore the technical details behind LifeFlow AI:
177
  > Detailed roster of our 6 specialized agents, their models, tools, and prompt strategies.
178
 
179
  - [**🔧 Troubleshooting Guide**](https://huggingface.co/spaces/MCP-1st-Birthday/LifeFlow-AI/blob/main/doc/TROUBLESHOOTING.md)
180
- > Solutions for common API errors (Google/OpenWeather), JSON parsing issues, and Docker setup.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  > Detailed roster of our 6 specialized agents, their models, tools, and prompt strategies.
178
 
179
  - [**🔧 Troubleshooting Guide**](https://huggingface.co/spaces/MCP-1st-Birthday/LifeFlow-AI/blob/main/doc/TROUBLESHOOTING.md)
180
+ > Solutions for common API errors (Google/OpenWeather), JSON parsing issues, and Docker setup.
181
+
182
+ ## 🙌 Acknowledgements
183
+
184
+ A huge thank you to the tools and frameworks that made LifeFlow AI possible:
185
+
186
+ * **[Agno](https://github.com/agno-agi/agno)** (formerly Phidata): For providing the robust Agentic framework that powers our Scout, Weatherman, and Optimizer agents.
187
+ * **[Google Maps Platform](https://developers.google.com/maps)**: For the comprehensive Places and Routes APIs that ground our agents in real-world data.
188
+ * **[Google OR-Tools](https://developers.google.com/optimization)**: For the powerful routing optimization algorithms.
189
+ * **[Gradio](https://gradio.app/)**: For enabling the rapid development of our interactive UI.
190
+ * **[MCP-1st-Birthday](https://huggingface.co/MCP-1st-Birthday)**: For the inspiration!
191
+
192
+ ## 📄 License
193
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
194
+
195
+ ## ⚠️ Disclaimer
196
+ This application uses the **Google Maps Platform API**, which is a paid service.
197
+ * **Cost:** Users are responsible for any costs incurred by their API usage.
198
+ * **Optimization:** While LifeFlow AI is designed to be efficient, running multiple agents can consume API quotas quickly.
199
+ * **Advice:** We strongly recommend setting up **Budgets & Alerts** and **Quotas** in your Google Cloud Console before running this app extensively.