The OWL team announced the open source of a brand new multi-agent collaboration tool - Eigent. This tool, built on the OWL framework, aims to achieve more efficient and professional processing of complex tasks through multi-agent collaboration, bringing another major breakthrough to the open-source AI ecosystem in the field of task automation. Eigent inherits the success of CAMEL (13k GitHub stars) and OWL (17k GitHub stars), further pushing the boundaries of multi-agent collaboration technology.

QQ20250731-113105.png

 Core Features: Efficient Task Decomposition and Parallel Processing

Eigent's core design philosophy is to decompose complex tasks into multiple sub-tasks and significantly improve efficiency through parallel processing by multiple agents. Compared to traditional single-agent systems that execute sub-tasks sequentially, Eigent supports the following parallel mechanisms:

- **Task Parallelism Between Workers**: Multiple agents can process different tasks simultaneously.

- **Sub-task Parallelism Within a Worker**: Sub-tasks within a single agent can be executed concurrently.

- **Parallel Execution of Tool Calls**: Tool calls during sub-task execution can also run in parallel.

This multi-layered parallel mechanism significantly reduces task processing time, making Eigent excel in handling complex, multi-step tasks. Its task decomposition and execution process are clear and transparent, allowing users to view the status of each sub-task in real-time, ensuring control and efficiency throughout the process.

Flexible Customization and Tool Integration

Eigent is highly flexible, supporting dynamic creation or invocation of Workforce (agent teams) based on task requirements. Users can build specific AI teams according to their project needs, similar to customizing a virtual project group. The tool includes over 200 MCP (Multi-Agent Collaboration Protocol) tools, and it also supports uploading commonly used MCP tools, further enhancing its applicability. Eigent can seamlessly integrate various data sources and tools, generating content and reports that are professional and comprehensive, suitable for a wide range of application scenarios.

Human-in-the-Loop Mechanism

To ensure that key nodes of complex tasks meet user needs, Eigent introduces a Human-in-the-Loop mechanism, allowing users to perform manual intervention and decision-making when necessary. This design maintains AI autonomy while offering the flexibility of human supervision, especially suitable for tasks requiring high precision or subjective judgment.

Open Source Ecosystem and Community Driven

As a 100% open source tool, Eigent's code is fully public, and developers can freely view, contribute features, or perform customized development via GitHub. Its GitHub page provides detailed documentation and example code, lowering the barrier to entry and attracting attention from developers worldwide. AIbase pointed out that Eigent's open source release further solidifies the OWL team's leading position in the AI open source community.

In the GAIA benchmark test, the OWL framework once ranked first among open source frameworks with an average score of 58.18, and Eigent has further optimized the efficiency and stability of multi-agent collaboration on this basis. The OWL team stated that in the future, they will open up more training datasets and model checkpoints, providing developers with richer resources to promote the application of multi-agent collaboration technology in broader fields.

GitHub Address: https://github.com/eigent-ai/eigent

Download Trial Link: https://eigent.ai

Product Documentation: https://docs.eigent.ai