Commit Graph

5 Commits

Author SHA1 Message Date
c9f5724119 Merge pull request 'refactor: 精简agent代码,移除冗余的main入口,添加API文档和note_agent' (#2) from source2md into develop
Reviewed-on: http://192.168.31.46:3000/GuangYu/Agents/pulls/2
2026-04-08 09:40:44 +08:00
f5e8de559e refactor: 精简agent代码,移除冗余的main入口,添加API文档和note_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
2026-04-07 22:15:14 +08:00
Nelson
7210ad9c53 add requirements 2026-04-06 18:24:17 +08:00
Nelson
7b7a2af4c6 init agent project 2026-04-06 17:51:06 +08:00
8daeef22e7 Initial commit 2026-04-06 14:56:17 +08:00