Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.8 KB

File metadata and controls

50 lines (35 loc) · 1.8 KB

Roadmap

This roadmap is a design target for community planning. It is not a release promise.

Milestone 0: Public Documentation

  • Publish cleaned English and Chinese whitepapers.
  • Add contribution, security, governance, and third-party policies.
  • Add vetted reference repositories as pinned submodules.
  • Open GitHub Issues and Discussions for architecture review.

Milestone 1: Evaluation Harness

  • Define benchmark adapters for LongMemEval, LoCoMo, AppWorld, and selected poisoning tests.
  • Record reproducible baseline procedures before implementation claims are made.
  • Define acceptance thresholds as targets, not marketing claims.

Milestone 2: Data Foundation

  • Draft PostgreSQL schemas for chat logs, candidate memory, trusted memory, playbook entries, provenance chain, reflection logs, and audit events.
  • Decide which schema fields are stable public interfaces.
  • Prototype embedding reindex behavior as a rebuildable background task.

Milestone 3: Memory Shield

  • Implement inbound scanner interfaces.
  • Implement quarantine state transitions.
  • Add provenance signing and verification.
  • Add audit-event logging before enabling any trusted-memory promotion.

Milestone 4: Sleep Path

  • Prototype local consolidation jobs.
  • Evaluate local model choices against privacy, cost, latency, and quality.
  • Add learned-context and anticipatory-cache write paths through the Shield.

Milestone 5: Wake Path and Playbook Injection

  • Implement retrieval prefetch and tool-driven deep search.
  • Implement ACE-style playbook storage and intent-scoped injection.
  • Measure interaction latency and memory quality regressions.

Milestone 6: Release Candidate

  • Run full benchmark and adversarial suites.
  • Document migration and backup strategy.
  • Publish release notes with methodology and known limitations.