腾讯智能体框架 Youtu-Agent 开源,搭建 Agent 只需两步

IT之家
Sep 02, 2025

  IT之家 9 月 2 日消息,腾讯优图实验室今日宣布开源智能体框架 Youtu-Agent。它主打“开箱即用”,号称让专业开发者和 AI 爱好者都能快速上手,搭建属于自己的智能体应用。

  腾讯官方表示,Youtu-Agent 拥有三大核心优势:

  性能:在权威测试中表现亮眼,WebWalkerQA 基于 DeepSeek-V3.1 准确率 71.47%,GAIA 文本子集 Pass@1 72.8%。不依赖昂贵的闭源模型,也能跑出一流水准;

  上手轻松:兼容 DeepSeek、gpt-oss 在内的多类模型 API 与工具,搭建智能体只需一份 YAML 配置(就像填清单),一条命令就能跑起来。还支持“自动生成智能体”,只需要运行一个脚本,它就会像聊天一样,通过问答交互来理解你的需求,然后自动为你生成并保存一个配置好的 Agent;

  完全开源:基于开源生态,不依赖闭源 API,成本更低;支持二次开发和定制化,既能直接用,也能随需扩展。

  Youtu-Agent 是一个面向实际应用的开源框架,覆盖文件管理、数据分析、学术研究和信息综述等多个应用场景。

  比如,在论文研究场景中,研究人员只需输入一篇 PDF 论文,框架就能自动解析内容、检索相关研究,并生成一份结构化的研究笔记,节省了整理和调研的时间。

  IT之家附腾讯官方使用示例:

  第一步:获取代码,安装到本地

  在命令行输入以下命令,从 GitHub 拉取代码到本地,不用自己训练或准备模型。

  git clone https://github.com/TencentCloudADP/Youtu-agent.gitcd Youtu-agentuv sync # or `make sync`cp env.example env # config necessary API keyssource /venv/bin/activate

  //写配置,让 Agent 理解任务

  这一步,就是给智能体写一份“岗位说明书”,告诉它要做什么、怎么做。

  Youtu-Agent 已经准备好了配置模板,你只要写一个 YAML 文件(可理解为一张任务清单,用简单的格式写下模型和工具的说明),就能定义智能体的行为。

  比如,项目自带一个配置文件“configs / agents/default.yaml”,它定义了一个会用搜索工具的智能体:

  defaults: - /model/base - /tools/search@toolkits.search - _self_ agent: name simple-tool-agent instructions "You are a helpful assistant that can search the web."

  保存好配置后,只需要运行下面的命令,就可以调用这个搜索助手:

  python scripts/cli_chat.py --stream --config default

  看看效果:

  此外,腾讯还宣布计划在 9 月和 10 月开源更多工具,包括 Youtu-GraphRAG 知识图谱框架、Youtu-Embedding LLM 检索模型。

关注同花顺财经(ths518),获取更多机会

Disclaimer: Investing carries risk. This is not financial advice. The above content should not be regarded as an offer, recommendation, or solicitation on acquiring or disposing of any financial products, any associated discussions, comments, or posts by author or other users should not be considered as such either. It is solely for general information purpose only, which does not consider your own investment objectives, financial situations or needs. TTM assumes no responsibility or warranty for the accuracy and completeness of the information, investors should do their own research and may seek professional advice before investing.

Most Discussed

  1. 1
     
     
     
     
  2. 2
     
     
     
     
  3. 3
     
     
     
     
  4. 4
     
     
     
     
  5. 5
     
     
     
     
  6. 6
     
     
     
     
  7. 7
     
     
     
     
  8. 8
     
     
     
     
  9. 9
     
     
     
     
  10. 10