Skip to main content

Module api_personality

Module api_personality 

Expand description

Read/write endpoints for per-agent personality markdown files (SOUL.md, IDENTITY.md, USER.md, AGENTS.md, TOOLS.md, HEARTBEAT.md, BOOTSTRAP.md, MEMORY.md).

Structs§

AgentQuery
PersonalityConflict
PersonalityPutBody
TemplateQuery

Functions§

handle_get
GET /api/personality/{filename} — read one file’s full content.
handle_index
GET /api/personality?agent=<alias> — index of all allowlist files in the named agent’s workspace.
handle_put
PUT /api/personality/{filename} — overwrite the file.
handle_templates