Vapora/nickel/agents/contracts.ncl

19 lines
374 B
Text
Raw Normal View History

{
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,
},
}