{ RegistryConfig = { max_agents_per_role | Number, health_check_interval | Number, agent_timeout | Number, }, AgentDefinition = { role | String, description | String, llm_provider | String, llm_model | String, parallelizable | Bool, priority | Number, capabilities | Array String, system_prompt | String | optional, }, }