Expand description
REST API endpoints for the web dashboard
Structs§
- Dashboard
Query Params - Digest
Query Params - JobQuery
Params - JobSummary
Query Params - List
Memories Query - Query parameters for listing memories
- Overview
Query Params - Query
Introspection Query Params - Reflection
Query Params
Functions§
- agent_
consolidate - POST /api/agent/consolidate — Trigger manual consolidation
- agent_
ingest - POST /api/agent/ingest — Ingest text with LLM enrichment
- agent_
query - POST /api/agent/query — Query memory with LLM synthesis
- agent_
status - GET /api/agent/status — Get agent status
- cognition_
overview - GET /api/cognition/overview — aggregated cognition state for a namespace.
- create_
memory - Create a new memory
- create_
namespace - Create a new namespace
- dashboard
- GET /api/cognition/dashboard — at-a-glance operator view of dream, digest, recall, and adaptive state.
- delete_
memory - Delete a memory (soft delete)
- get_
agent_ stats - Get statistics for a specific agent
- get_
memory - Get a specific memory by ID
- get_
namespace - Get a specific namespace by ID
- get_
stats - Get global statistics
- health_
check - Health check endpoint
- job_
summary - GET /api/cognition/jobs/summary — job counts grouped by status.
- list_
digests - GET /api/cognition/digests — list session digests for a namespace.
- list_
jobs - GET /api/cognition/jobs — list memory jobs for a namespace.
- list_
memories - List memories with optional filtering
- list_
namespaces - List all namespaces
- query_
introspection - GET /api/cognition/query-introspection — ranking decision introspection.
- reflection_
state - GET /api/cognition/reflection — derived and contradiction observability for a namespace.
- runtime_
health - GET /api/cognition/runtime — runtime health info from AppState.
- search_
memories - Search memories using semantic or text search
- update_
memory - Update an existing memory