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.
shentong.martin c5df2f12e4 docs: clarify GraphTools are compatible with any tool wrapper
- Add 'Composable Tool Wrappers' section explaining GraphTools implement standard interfaces
- List example wrappers: InvokableApprovableTool, InvokableReviewEditTool, FollowUpTool
- Clarify nested interrupts work with any interrupt-based wrapper, not just InvokableApprovableTool

Change-Id: Ic3156bf0d28bb30b11dcd61092972bc2d12faccb
4 months ago
..
common docs: clarify GraphTools are compatible with any tool wrapper 4 months ago
helloworld feat: add examples for adk (#120) 8 months ago
human-in-the-loop feat: graph tool 4 months ago
intro feat(flow/react): add short-term memory example with MessageFuture and tool calls 5 months ago
multiagent feat(adk): add input msg log to supervisor example 5 months ago
.example.env feat(adk): add eino adk examples (#114) 8 months ago
README.md feat: add examples for adk (#120) 8 months ago

README.md

Eino ADK Examples

This directory provides examples for Eino ADK:

  • Agent
    • helloworld: simple hello-world chat agent.
    • intro
      • chatmodel: example about using ChatModelAgent with interrupt.
      • custom: shows how to implement an agent which meets the definition of ADK.
      • workflow: examples about using Loop / Parallel / Sequential agent.
      • session: shows how to pass data and state across agents by using session.
      • transfer: shows transfer ability by using ChatModelAgent.
    • multiagent
      • plan-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.