Discover and explore top open-source AI tools and projects—updated daily.
Agent framework for autonomous agents
Top 13.9% on SourcePulse
Youtu-agent is a flexible and high-performance framework for building, running, and evaluating autonomous agents, specifically designed for users who want to leverage open-source models for complex tasks. It offers a cost-effective and accessible solution for applications like data analysis, file organization, and research, while achieving state-of-the-art performance on challenging benchmarks.
How It Works
Youtu-agent is built upon the openai-agents
SDK, providing a robust foundation for agent development. Its core design emphasizes modularity and configurability, allowing for easy integration of diverse model APIs (from DeepSeek to other open-source options), custom toolkits, and various framework implementations. A key innovation is its automatic agent generation capability, which uses simple YAML-based configurations and an interactive "meta-agent" to capture user requirements and streamline setup, reducing manual overhead. The framework also features a fully asynchronous architecture for high performance and an in-depth tracing and analysis system for monitoring agent trajectories.
Quick Start & Requirements
uv sync
(or make sync
), followed by source ./.venv/bin/activate
.uv
is recommended for dependency management.python scripts/cli_chat.py --stream --config default
.Highlighted Details
openai-agents
, supporting streaming, tracing, and compatibility with various model APIs.Maintenance & Community
The project is developed by Tencent Youtu Lab. Further community engagement details (e.g., Discord/Slack, roadmap) are not explicitly detailed in the README.
Licensing & Compatibility
The repository's license is not specified in the provided README. Compatibility for commercial use or closed-source linking would require clarification on the licensing terms.
Limitations & Caveats
The README mentions that multimodal tools and trajectories for the full GAIA benchmark will be released in the future, indicating these features are not yet available. Tool generation and automated optimization are also listed as future supported features.
1 day ago
Inactive