diff --git a/pages/research/llm-agents.en.mdx b/pages/research/llm-agents.en.mdx index e1f04b1c5..2a50d1f3d 100644 --- a/pages/research/llm-agents.en.mdx +++ b/pages/research/llm-agents.en.mdx @@ -141,6 +141,7 @@ Below are notable examples of tools and frameworks that are used to build LLM ag - [BMTools](https://github.com/OpenBMB/BMTools): extends language models using tools and serves as a platform for the community to build and share tools. - [crewAI](https://www.crewai.io/): AI agent framework reimagined for engineers, offering powerful capabilities with simplicity to build agents and automations. - [Phidata](https://github.com/phidatahq/phidata): a toolkit for building AI Assistants using function calling. +- [VoltAgent](https://voltagent.dev/): an open-source TypeScript framework for building AI agents. ## LLM Agent Evaluation