You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- follow_up_tool.go: use tool.GetInterruptState, tool.GetResumeContext, tool.StatefulInterrupt - review_edit_wrapper.go: use tool.GetInterruptState, tool.GetResumeContext, tool.StatefulInterrupt - Remove ToolCallID from ReviewEditInfo (compose.GetToolCallID no longer used) - Remove compose import from both files Change-Id: I9fee8a8ef93a5b3eab4700c0850f6dce220e5f98 |
4 months ago | |
|---|---|---|
| .. | ||
| common | 4 months ago | |
| helloworld | 8 months ago | |
| human-in-the-loop | 4 months ago | |
| intro | 5 months ago | |
| multiagent | 5 months ago | |
| .example.env | 8 months ago | |
| README.md | 8 months ago | |
README.md
Eino ADK Examples
This directory provides examples for Eino ADK:
- Agent
helloworld: simple hello-world chat agent.introchatmodel: example about usingChatModelAgentwith interrupt.custom: shows how to implement an agent which meets the definition of ADK.workflow: examples about usingLoop/Parallel/Sequentialagent.session: shows how to pass data and state across agents by using session.transfer: shows transfer ability by using ChatModelAgent.
multiagentplan-execute-replan: basic example of plan-execute-replan agent.supervisor: basic example of supervisor agent.layered-supervisor: another example of supervisor agent, which set a supervisor agent as sub-agent of another supervisor agent.integration-project-manager: another example of using supervisor agent.
common: utils.
Additionally, you can enable coze-loop trace for examples, see .example.env for keys.