+langroid multi-agent fmwk

pull/390/head
Prasad Chalasani 4 months ago
parent 157897b6ae
commit d5b0637394

@ -121,6 +121,7 @@ Below are notable examples of tools and frameworks that are used to build LLM ag
- [LangChain](https://python.langchain.com/docs/get_started/introduction): a framework for developing applications and agents powered by language models.
- [AutoGPT](https://github.com/Significant-Gravitas/AutoGPT): provides tools to build AI agents.
- [Langroid](https://github.com/langroid/langroid): Simplifies building LLM applications with Multi-Agent Programming: agents as first-class citizens, collaborating on tasks via messages.
- [AutoGen](https://microsoft.github.io/autogen/): a framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks.
- [OpenAgents](https://github.com/xlang-ai/OpenAgents): an open platform for using and hosting language agents in the wild.
- [LlamaIndex](https://www.llamaindex.ai/) - a framework for connecting custom data sources to large language models.

Loading…
Cancel
Save