Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Flo AI is a Python framework that makes building production-ready AI agents and
- 🧠 **LLM-Powered Routing**: Intelligent routing decisions made by LLMs, no code required
- 🔧 **Flexible**: Use pre-built components or create your own
- 🤝 **Team-Oriented**: Create and manage teams of AI agents working together
- 🔄 **Langchain Compatible**: Works with all your favorite Langchain tools
- 📊 **OpenTelemetry Integration**: Built-in observability with automatic instrumentation

## 📖 Table of Contents
Expand Down Expand Up @@ -587,14 +586,6 @@ We love your input! Check out our [Contributing Guide](CONTRIBUTING.md) to get s

Flo AI is [MIT Licensed](LICENSE).

## 🙏 Acknowledgments

Built with ❤️ using:
- [LangChain](https://github.com/hwchase17/langchain)
- [Pydantic](https://github.com/pydantic/pydantic)
- [OpenAI](https://openai.com/)
- [Anthropic](https://www.anthropic.com/)

---

<div align="center">
Expand Down
6 changes: 3 additions & 3 deletions documentation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Flo AI is a Python framework that makes building production-ready AI agents and
Build complex AI systems by combining smaller, reusable components.
</Card>
<Card
title="🏗️ Production-Ready"
title="🏗️ Built-in observability"
icon="shield-check"
href="/essentials/production"
href="/essentials/telemetry"
>
Built-in best practices and optimizations for production deployments.
Built-in observability for production deployments.
</Card>
<Card
title="📝 YAML-First"
Expand Down