Files
poimen-memory/docs
rock c1d2aa1c92
Build and Push / Test (push) Failing after 5m41s
Build and Push / Build and push image (push) Skipped
docs: add complete API reference with all 24+ endpoints + JSON formats
- Comprehensive API documentation with full request/response JSON
- 24+ endpoints (query, synthesis, versioning, ranking, rebuild, foundation)
- Error handling patterns (400, 401, 403, 404, 409, 429, 503)
- Rate limits and authentication requirements
- Frontend integration examples (JavaScript)
- Replaces separate endpoint docs with unified reference

Saved as:
- /poimen-docs/memory-api.md (source)
- /memory/docs/api/API.md (deployed)
2026-09-05 05:42:25 -07:00
..

Memory System Documentation

Phase 7 Complete | 84/84 tasks done


API Documentation

Phase 7 APIs

  • T7_VERSIONING_API.md — Version history, diffs, point-in-time queries

    • GET /memory/entities/{id}/versions
    • GET /memory/entities/{id}/diff?from=v1&to=v2
    • GET /memory/entities/{id}/at?as_of=timestamp
  • T7_RANKING_API.md — Multi-signal ranking (7 signals, 3 profiles)

    • GET /memory/ranking/profiles
    • POST /memory/query with ranking_profile
  • T7_REBUILD_API.md — Deterministic rebuild with checksums

    • POST /memory/rebuild
    • GET /memory/rebuild/status

Operations & SLOs

RUNBOOK_PHASE7.md

  • Incident response procedures
  • Daily health check script
  • Escalation paths

SLO Definitions


Implementation Details



File Structure

docs/
├── README.md (this file)
├── api/
│   ├── T7_VERSIONING_API.md
│   ├── T7_RANKING_API.md
│   └── T7_REBUILD_API.md
├── operations/
│   └── RUNBOOK_PHASE7.md
├── slo/
│   ├── availability.yaml
│   ├── latency.yaml
│   └── consistency.yaml
└── Implementation details
    ├── PHASE_7_TEMPORAL_RAGA_INGEST_DESIGN.md
    ├── TEMPORAL_WORKFLOW_INTEGRATION.md
    └── LLM_INFERENCE_ACTIVITY_INTEGRATION.md

Note: Task board is in poimen-docs/tasks/

Status: All Phase 7 documentation complete and deployment-ready