6 Commits (44e0085eaee983931dced800262d82a2982a6426)

Author SHA1 Message Date
shentong.martin 7c56672353 feat(adk): add human-in-the-loop examples for multi-agent patterns
Add four new examples demonstrating interrupt/resume functionality with
prebuilt multi-agent patterns:

- 5_supervisor: Supervisor pattern with approval for fund transfers
- 6_plan-execute-replan: Plan-Execute-Replan with review-edit for bookings
- 7_deep-agents: Deep agents with follow-up for clarification questions
- 8_supervisor-plan-execute: Nested architecture with Plan-Execute-Replan
  as sub-agent under Supervisor, demonstrating deep interrupt propagation

Each example includes:
- Semantically meaningful scenarios (financial advisor, travel booking,
  data analysis, project management)
- Rate-limited model wrapper for test environments
- English and Chinese README documentation

Also includes:
- Fix errorremover middleware to propagate interrupt errors correctly
- Add .trae to .gitignore

Change-Id: I1a7e21936bf7015d2d2c08c4b9e78cdd7c07da8b
5 months ago
Zhj 8c6efe243f
feat(tool): add remove error middleware & mcp toolcallresulthander (#147) 5 months ago
shentong.martin a18a2c0538 feat(tool): json fix tool middleware
Change-Id: I00d90a0d23b68faccad77337aa1b511e22862b28
5 months ago
mrh997 a0e96f1391
refactor: migration from OpenAPIV3 to JSONSchema (#108) 9 months ago
IPender 72b9638249
feat: change user mannual doc link (#2) 1 year ago
IPender ae08a52488
feat: add eino examples (#1)
* feat: add eino examples
1 year ago