A Python-based agent framework that generates and runs autonomous agents with open-source models, offering YAML configs, automatic tool/agent generation, and OpenAI-Agents integration. Github data and releases show active development since 2025.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Yu tu-Agent is a Python framework for building, running, and evaluating autonomous agents. It integrates with open-source models and OpenAI-Agents-based tooling, and supports automated generation of tools, prompts, and agent configurations. It uses YAML-based configurations and aims to provide tooling for data analysis, file processing, and research tasks.
How it works
The project builds on the openai-agents Python SDK, enabling streaming, tracing, and an agent loop compatible with responses and chat completions APIs. It supports automated generation of agent configurations and automatic tool generation via a meta-agent that drafts tools and schemas from user descriptions. Typical usage includes interactive scripts to generate configurations and then running the generated config with a CLI.
Getting started
- Interactive agent generation:
python scripts/gen_simple_agent.py - Run the generated config:
python scripts/cli_chat.py --config generated/xxx
Recent releases
- v0.1.3 (2025-10-31): Add trajectories tab; fix FileUtils.save_json parameter order in example.
- frontend/v0.3.0: utu_agent_ui
- v0.1.2 (2025-10-13): Fix SGLang error when temperature=None; enhance MCP support.
- v0.1.1 (2025-09-22): Fix loading GBK under PowerShell; add a WebUI sidebar.
- frontend/v0.2.0: add WebUI sidebar; related updates.
Traction
- 4588 stars; 471 forks; 66 open issues as of the data provided.
Behind the repo
- Repository maintained by TencentCloudADP under the youtu-agent project with multiple releases and frontend components referenced.
Caveats
- License: none listed in the provided data.
- Created: 2025-08-21; last push: 2026-03-21.






