A distributed multi-agent framework written in Rust that enables you to build, deploy, and coordinate multiple intelligent agents

agents ai ai-agents ai-agents-framework llm
2 Open Issues Need Help Last updated: Jul 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to extend the AutoAgents framework by adding a collection of pre-built tools and a toolkit, similar to LangChain's tool integrations. This involves designing and implementing various tools (e.g., for web search, calculations, etc.) and organizing them into a user-friendly toolkit within the Rust framework. The goal is to enhance the framework's usability and provide users with readily available tools to integrate into their agents.

Complexity: 4/5
enhancement good first issue

A distributed multi-agent framework written in Rust that enables you to build, deploy, and coordinate multiple intelligent agents

Rust
#agents#ai#ai-agents#ai-agents-framework#llm

AI Summary: Debug and fix a bug in a Rust-based multi-agent framework where a pre-built agent repeatedly calls a tool instead of only once. The issue occurs when running a simple example using the `cargo run` command. The goal is to modify the agent's logic to ensure the tool is called only when necessary, resulting in a single tool call per task.

Complexity: 4/5
bug good first issue

A distributed multi-agent framework written in Rust that enables you to build, deploy, and coordinate multiple intelligent agents

Rust
#agents#ai#ai-agents#ai-agents-framework#llm