Canonical runtime-backed view of the artifact, independent from metadata governance.
{
"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"
},
"kind": "tool",
"summary": {
"description": "Formally create an AI Agent persona that can be reused and dispatched in parallel by Hera. It creates an explicit agent markdown file.",
"id": "create_agent",
"kind": "tool",
"path": "Tools/global/agents/create_agent.json",
"title": "create_agent"
},
"validation_issues": []
}