add project template

This commit is contained in:
raykkk
2025-10-29 12:18:04 +08:00
parent 38a7e49d03
commit c35c1187b2
5 changed files with 9 additions and 7 deletions

View File

@@ -88,8 +88,9 @@ AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和
│ ├── stream_printing_messages/ # 信息流式输出与打印
│ ├── structured_output/ # 结构化输出解析与验证
│ ├── multiagent_concurrent/ # 多 Agent 并发任务执行
│ └── meta_planner_agent/ # 带工具编排的计划 Agent
│ └── meta_planner_agent/ # 带工具编排的计划 Agent
├── sample_template/ # 新样例贡献模板
└── README.md
```