#873 · Primary category: AI Agents & Automation

agents

autonomous-agents language-model llm

An Open-source Framework for Data-centric, Self-evolving Autonomous Language Agents

Project last updated:09/26/24

GitHub Stars

6.0K

Forks

480

Contributors

26

License

Apache-2.0

Why we included this project

Most agent frameworks leave you hand-tuning prompts until the behavior sticks. This one borrows an idea from how neural networks are trained, treating the agent pipeline like a computational graph with prompts and tools as its weights. You run the agent on a task, the framework scores the outcome, then sends textual reflections back through each step to update the prompts and tools, much the way back-propagation updates weights. That feedback loop lets teams keep improving agent behavior on their own data rather than starting over each time, and it extends to multi-agent setups where several agents share a pipeline. The 2.0 release added evaluation tooling as well, so this suits researchers and engineers prototyping agents, not people who want a quick chatbot wrapper.

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