You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
43f302ce1a
Also expand agent folder name to full spelling, e.g. ma --> multi_agent PiperOrigin-RevId: 795926902
8 lines
363 B
YAML
8 lines
363 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/google/adk-python/refs/heads/main/src/google/adk/agents/config_schemas/AgentConfig.json
|
|
agent_class: SequentialAgent
|
|
name: IterativeWritingPipeline
|
|
description: Iterative writing pipeline agent.
|
|
sub_agents:
|
|
- config_path: writer_agents/initial_writer_agent.yaml
|
|
- config_path: loop_agent.yaml
|