7 Commits (520497c00ab8e3c965d116588bc189a553805b69)

Author SHA1 Message Date
shentongmartin a2814e625d
feat(chatwitheino): add filesystem-backed skills (#185) 2 months ago
shentong.martin 28247d3702 feat(quickstart): rename chatwithdoc to chatwitheino and add chapters 3-8
- Rename quickstart/chatwithdoc to quickstart/chatwitheino
- Update all import paths from chatwithdoc to chatwitheino
- Add chapter 3: Memory & Session (JSONL persistence)
- Add chapter 4: Tool & Backend (Filesystem access)
- Add chapter 5: Middleware
- Add chapter 6: Callback
- Add chapter 7: Interrupt & Resume
- Add chapter 8: Graph Tool
- Add chapter 9: A2UI documentation
- Update .gitignore to exclude *.jsonl and *.txt files

Change-Id: Iddeb4ad2bb2a3a1d192c335255dc86554b97e531
2 months ago
shentong.martin 2d189db9bd feat(quickstart): add chatwithdoc example
Change-Id: I90e5142eb18f8c25b611751e655a77ee73a900ed
2 months ago
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
N3ko b3cc87e04e
feat(adk): add excel agent based on plan-execute-replan pattern (#122) 6 months ago
kuhaha d5636b2ca6
feat: add eino assistant as example (#3)
* feat: add eino assistant as example
1 year ago
Guangming Luo f4d7f9c714
Initial commit 1 year ago