diff --git a/pages/research/llm-agents.en.mdx b/pages/research/llm-agents.en.mdx index da19cb8..6fbac91 100644 --- a/pages/research/llm-agents.en.mdx +++ b/pages/research/llm-agents.en.mdx @@ -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.