24 computational faculties of human cognition, exposed over HTTP for product code.
Create a workspace (one configured agent), drive turns through it (the peer speaks, the agent perceives, reasons, optionally invokes skills, then renders a response), query its memory store, and tap its internal event bus over Server-Sent Events.
The architecture is documented in ARCHITECTURE.md;
the implementation conventions live in
docs/CONVENTIONS.md.
ALZHEIMER_BEARER_TOKEN in the server's environment.POST /workspaces with a workspace id, optional
prakriti (innate constitution), and optional prarabdha
(substrate constraints).POST /workspaces/{id}/turn with a peer id and the
peer's utterance. Receive the rendered response.GET /workspaces/{id}/events to tail
every internal event over SSE.