Canonical Definition
{
"function": {
"description": "Formally create an AI Agent persona that can be reused and dispatched in parallel by Hera. It creates an explicit agent markdown file.",
"name": "create_agent",
"parameters": {
"properties": {
"name": {
"description": "Short, lowecase filename for the agent (e.g. 'ui_auditor')",
"type": "string"
},
"persona": {
"description": "The full system prompt defining the agent's expertise, rules, and behavioral constraints in markdown format.",
"type": "string"
}
},
"required": [
"name",
"persona"
],
"type": "object"
}
},
"type": "function"
}