Update llm-agents.en.mdx

This commit is contained in:
Ashpreet 2024-02-14 22:21:07 +00:00 committed by GitHub
parent b73f5a9860
commit 3a5821c4d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@ Below are notable examples of tools and frameworks that are used to build LLM ag
- [Agents](https://github.com/aiwaves-cn/agents): an open-source library/framework for building autonomous language agents. The library supports features including long-short term memory, tool usage, web navigation, multi-agent communication, and brand new features including human-agent interaction and symbolic control.
- [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.
- [Phidata](https://github.com/phidatahq/phidata): a toolkit for building AI Assistants using function calling.
## LLM Agent Evaluation