From 372b5430f6f4e5041e04fd41639e64aca3f0f97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Necati=20=C3=96zmen?= Date: Fri, 23 May 2025 12:20:08 +0300 Subject: [PATCH] Update llm-agents.en.mdx --- pages/research/llm-agents.en.mdx | 1 + 1 file changed, 1 insertion(+) 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