Module agent_config

Module agent_config 

Source
Expand description

YAML/TOML agent configuration — define agents without code.

Mirrors upstream ADK’s root_agent.yaml format. Agents can be defined declaratively and loaded at runtime by the CLI or API server.

Structs§

AgentConfig
Declarative agent configuration — loadable from YAML or TOML.
ToolConfig
Tool configuration within an agent config.

Enums§

AgentConfigError
Errors from agent config operations.

Functions§

discover_agent_configs
Discover agent configurations in a directory.