Configuration
Configuration
Configuration
{
"version": "v1.0.2",
"hertz": 0.5,
"name": "agent_name",
"api_key": "openmind_free",
"URID": "default",
"system_prompt_base": "...",
"system_governance": "...",
"system_prompt_examples": "...",
"agent_inputs": [
{
"type": "GovernanceEthereum"
},
{
"type": "VLM_COCO_Local",
"config": {
"camera_index": 0
}
}
],
"cortex_llm": {
"type": "OpenAILLM",
"config": {
"base_url": "", // Optional: URL of the LLM endpoint
"agent_name": "Iris", // Optional: Name of the agent
"history_length": 10
}
},
"simulators": [
{
"type": "WebSim",
"config": {
"host": "0.0.0.0",
"port": 8000,
"tick_rate": 100,
"auto_reconnect": true,
"debug_mode": false
}
}
],
"agent_actions": [
{
"name": "move",
"llm_label": "move",
"implementation": "passthrough",
"connector": "ros2"
},
{
"name": "speak",
"llm_label": "speak",
"implementation": "passthrough",
"connector": "ros2"
}
]
}Common Configuration Elements
version
Runtime support
Available versions
Agent Inputs (agent_inputs)
agent_inputs)Cortex LLM (cortex_llm)
cortex_llm)Robot Control by a Single LLM
Simulators (simulators)
simulators)Agent Actions (agent_actions)
agent_actions)Last updated
Was this helpful?
