agents property

Map<String, AgentConfig> agents
final

Optional. A map containing the static configurations for each agent in the system. Key: agent_id (matches the author field in events). Value: The static configuration of the agent.

Implementation

final Map<String, AgentConfig> agents;