Files
poimen-memory/docs
rock 1e5c3d1433
CI / CI (push) Successful in 15m5s
feat: setup phase 3 agent infrastructure + enable docker ci on prs
- Enable docker build, sha extraction on PRs (validate Dockerfile)
   - Add SOPS encrypted memory-agent credentials
   - Plan 15 tasks: 5 memory service + 10 temporal workflow
   - Milestone: monitoring-agent (due 2025-03-15)
   - Ready: Forgejo API token needed for PR automation
 ```

Co-authored-by: rock <[email protected]>
2026-09-08 23:16:31 +00: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