Pilot checklist & links
- Connect — sign in or demo session
- Ingest mission / synthetic corpus
- Query — optional raw recall
- Chat — Guide then Avatar; Phone UI after
Military pilot
Governed memory for this workspace
Ingest and Query validate recall; Chat exercises Guide and Avatar before the field Phone UI.
Workspace ID & technical notes
Workspace ID —
Snapshot —
Home
GET /api/health — sanity check (no auth).
Demo script (testers)
- Sign in (header). If prompted, pick a workspace — list from
GET /api/auth/workspaces. - Ingest first — same corpus for everyone in this workspace (
POST /api/v1/ingest). Then use Chat for Guide → Avatar verification. - Open Chat and confirm
roleandindex.context_hits. Use Query for raw recall cards.
A large PDF can create many nodes at once; with role_manager.py thresholds (<10 Guide, 10–99 partial → Avatar today, 100+ complete) you may skip Guide immediately. For a predictable Guide-first pass, use a tiny fixture — we do not promise “always Guide first.”
Ingest
Load mission documents here, then continue in Chat to validate Guide → Avatar with your team.
API: POST /api/v1/ingest (field file). Reflection runs by default.
Query (semantic recall)
POST /api/v1/recall — scores and provenance from the API only (no fabricated hits).
Chat
Guide when memory is thin; Avatar for grounded answers. Phone UI is the downstream end-user shell.
API
POST /api/v1/avatar/chat — role, index.context_hits
Guide is active — add documents in Ingest, then return here.