record_task_result
ActiveTool of OpenAkashic
Record a reusable task result pattern as a playbook capsule. Any agent can call this after solving a problem to share the knowledge. Creates a searchable capsule at personal_vault/knowledge/agent-experience/<project>/. Authentication required (write operation).
Parameters schema
{
"type": "object",
"title": "record_task_resultArguments",
"required": [
"project",
"problem",
"solution"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"title": "Tags",
"default": [],
"description": "Topic tags"
},
"actor": {
"type": "string",
"title": "Actor",
"default": "external",
"description": "Agent name or identifier"
},
"problem": {
"type": "string",
"title": "Problem",
"description": "What problem was solved"
},
"project": {
"type": "string",
"title": "Project",
"description": "Project name (e.g. ichimozzi, arc-fleet)"
},
"solution": {
"type": "string",
"title": "Solution",
"description": "How it was solved — concrete steps"
},
"failure_modes": {
"type": "string",
"title": "Failure Modes",
"default": "",
"description": "What to avoid / what failed first"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries