#870 · Primary category: AI Agents & Automation

OpenAgents

agent assistant-chat-bots code-generation executable-langauge-grounding gpt hacktoberfest language-model language-model-agent llm semantic-parsing tool-learning ui

[COLM 2024] OpenAgents: An Open Platform for Language Agents in the Wild

Project last updated:11/18/24

GitHub Stars

4.9K

Forks

530

Contributors

17

License

Apache-2.0

Why we included this project

OpenAgents is one of the few agent projects that ships a working full stack instead of just a framework. It comes with three ready-to-run agents: a data agent that writes and executes Python and SQL for analysis and visualization, a plugins agent wired to more than 200 third-party tools, and a web agent that drives a browser through a Chrome extension to navigate sites and fill forms. That makes it a good place to see agentic workflows in practice before you build your own. The whole stack deploys locally with a Flask backend and a Next.js frontend, so you can run the same chat-style UI against your own models. Researchers get a concrete reference for real-world agent design and deployment, and for how these systems are evaluated; everyone else can try all three agents in the hosted web UI.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category