Commit Graph

6 Commits

Author SHA1 Message Date
Agent Zero
5f9d884187 feat(db): add truth scoring columns migration (#31)
Add V5__truth_scoring.sql migration:
- truth_value (REAL): 0.0-1.0 truth score from PLN reasoning
- truth_confidence (REAL): 0.0-1.0 confidence in the score
- truth_category (TEXT): verified/plausible/unverified/contradicted
- truth_evaluated_at (TIMESTAMPTZ): when last scored
- ecan_sti (REAL): Short-Term Importance (recency-weighted)
- ecan_lti (REAL): Long-Term Importance (reliability)

Partial indexes for efficient unscored memory queries.
Update MemoryRecord struct with optional truth fields.

Part of #29
2026-04-04 02:10:15 +00:00
Agent Zero
026ae27366 Scope memories by API token and add shared-token e2e coverage 2026-04-01 23:30:58 -04:00
Agent Zero
5d5c042dd1 Add TTL expiry for transient facts 2026-03-24 03:20:10 +00:00
Agent Zero
0ba37f8573 Add hybrid text plus vector memory search 2026-03-22 22:38:14 +00:00
Agent Zero
347805cc29 Restore baseline migration checksum 2026-03-22 21:11:56 +00:00
Agent Zero
774982dc5a Initial public release 2026-03-07 13:41:36 -05:00