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 @@ It includes **agent deployment** and **secure sandboxed tool execution**, and ca
│ ├── stream_printing_messages/ # Streaming and printing messages
│ ├── structured_output/ # Structured output parsing and validation
│ ├── multiagent_concurrent/ # Concurrent multi-agent task execution
│ └── meta_planner_agent/ # Planning agent with tool orchestration
│ └── meta_planner_agent/ # Planning agent with tool orchestration
├── sample_template/ # Template for new sample contributions
└── README.md
```