Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:53 +08:00
commit e8e7ede9e4
14 changed files with 2360 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for ai-sdk-agents skill
- [ ] agent_template.ts: Template for creating new agents with pre-defined structure and interfaces.
- [ ] example_coordinator.ts: Example implementation of a coordinator agent with routing logic.
- [ ] example_workflow.json: Example workflow definition for a multi-agent system.