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§
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