YAML Composer
Build an entire multi-agent setup from a single YAML file.Minimal example
Named models
Tools
Agent types
llm— LlmAgentreact— ReActAgentsequential— SequentialAgent (runs agents in order)parallel— ParallelAgent (runs agents concurrently)loop— LoopAgent (repeats until exit_loop or max_iterations)a2a— A2AAgent (remote agent via A2A protocol)