refactor: 精简agent代码,移除冗余的main入口,添加API文档和note_agent #2

Merged
nelson merged 1 commits from source2md into develop 2026-04-08 09:40:45 +08:00
Owner
  • root_agent/note_agent: 移除main()函数及不再需要的import(asyncio/Runner/SessionService/types)
  • root_agent: 更新agent名称为huiyu_agent,优化instruction
  • agents/init.py: 添加root_agent导出,供adk web/api_server注册
  • 新增 API_DOC.md: 完整的API接口文档,供外部项目集成参考
  • 新增 note_agent: 多模态笔记助手agent
- root_agent/note_agent: 移除main()函数及不再需要的import(asyncio/Runner/SessionService/types) - root_agent: 更新agent名称为huiyu_agent,优化instruction - agents/__init__.py: 添加root_agent导出,供adk web/api_server注册 - 新增 API_DOC.md: 完整的API接口文档,供外部项目集成参考 - 新增 note_agent: 多模态笔记助手agent
nelson added 1 commit 2026-04-08 09:39:04 +08:00
- root_agent/note_agent: 移除main()函数及不再需要的import(asyncio/Runner/SessionService/types)
- root_agent: 更新agent名称为huiyu_agent,优化instruction
- agents/__init__.py: 添加root_agent导出,供adk web/api_server注册
- 新增 API_DOC.md: 完整的API接口文档,供外部项目集成参考
- 新增 note_agent: 多模态笔记助手agent
nelson scheduled this pull request to auto merge when all checks succeed 2026-04-08 09:39:21 +08:00
nelson scheduled this pull request to auto merge when all checks succeed 2026-04-08 09:40:00 +08:00
nelson merged commit c9f5724119 into develop 2026-04-08 09:40:45 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GuangYu/Agents#2