Alzheimer Agent Augmentation API

24 computational faculties of human cognition, exposed over HTTP for product code.

What this API does

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.

Quick start

  1. Set ALZHEIMER_BEARER_TOKEN in the server's environment.
  2. POST /workspaces with a workspace id, optional prakriti (innate constitution), and optional prarabdha (substrate constraints).
  3. POST /workspaces/{id}/turn with a peer id and the peer's utterance. Receive the rendered response.
  4. (Optional) GET /workspaces/{id}/events to tail every internal event over SSE.

Endpoint groups