Files
br-os/agents/base-agent.template.json
2025-11-24 23:09:45 +00:00

13 lines
267 B
JSON

{
"id": "base-agent",
"name": "Unnamed Agent",
"role": "worker",
"traits": [],
"inputs": [],
"outputs": [],
"description": "This is a template agent used for cloning new agent definitions.",
"triggers": [],
"inherits_from": null,
"active": true
}