agents property

Optional. The static Agent Configuration. This map defines the graph structure of the agent system. Key: agent_id (matches the author field in events). Value: The static configuration of the agent (tools, instructions, sub-agents).

Implementation

final Map<String, EvaluationInstance_DeprecatedAgentConfig> agents;