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

@@ -90,6 +90,7 @@ It includes **agent deployment** and **secure sandboxed tool execution**, and ca
│ ├── multiagent_concurrent/ # Concurrent multi-agent task execution
│ └── meta_planner_agent/ # Planning agent with tool orchestration
├── sample_template/ # Template for new sample contributions
└── README.md
```

View File

@@ -90,6 +90,7 @@ AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和
│ ├── multiagent_concurrent/ # 多 Agent 并发任务执行
│ └── meta_planner_agent/ # 带工具编排的计划 Agent
├── sample_template/ # 新样例贡献模板
└── README.md
```

View File

@@ -1,8 +1,8 @@
# [Your Project Name]
# [Your Sample Name]
[Brief description of what this project demonstrates]
[Brief description of what this sample demonstrates]
## 🌳 Project Structure
## 🌳 Sample Structure
### Python Only
@@ -34,7 +34,7 @@
## 📖 Overview
[Detailed description of the project, what it demonstrates, and key features]
[Detailed description of the sample, what it demonstrates, and key features]
## 🚀 Getting Started

View File

@@ -1,5 +1,5 @@
"""
[Your Project Name] - Entry Point
[Your Sample Name] - Entry Point
This example demonstrates [brief description].
"""