refactor: 重构目录结构,扁平化agent布局 #3

Merged
nelson merged 1 commits from source2md into develop 2026-04-08 18:33:17 +08:00
Owner
  • 将 agents/root_agent、agents/note_agent 移至项目根目录
  • 将 base/ 重命名为 agent_base/,避免被ADK误识别为agent
  • 移除所有 init.py 中的 sys.path.insert hack
  • root_agent 添加 note_agent 作为子智能体(sub_agents)
  • 更新所有 import 路径
  • 更新 README.md 和 API_DOC.md
- 将 agents/root_agent、agents/note_agent 移至项目根目录 - 将 base/ 重命名为 agent_base/,避免被ADK误识别为agent - 移除所有 __init__.py 中的 sys.path.insert hack - root_agent 添加 note_agent 作为子智能体(sub_agents) - 更新所有 import 路径 - 更新 README.md 和 API_DOC.md
nelson added 1 commit 2026-04-08 18:33:11 +08:00
- 将 agents/root_agent、agents/note_agent 移至项目根目录
- 将 base/ 重命名为 agent_base/,避免被ADK误识别为agent
- 移除所有 __init__.py 中的 sys.path.insert hack
- root_agent 添加 note_agent 作为子智能体(sub_agents)
- 更新所有 import 路径
- 更新 README.md 和 API_DOC.md
nelson merged commit 3ea05893df into develop 2026-04-08 18:33:17 +08:00
nelson deleted branch source2md 2026-04-08 18:33:23 +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#3