Commit Graph

7 Commits

Author SHA1 Message Date
Agent Zero
3f11f8f531 fix(config): close missing brace in Default impl for Config 2026-04-04 02:29:51 +00:00
Agent Zero
38b1150838 feat(config): add TruthConfig for truth scoring engine (#30)
Add TruthConfig struct to config.rs with all truth engine parameters:
- enabled, scoring_interval_seconds, batch_size, rescore_after_seconds
- pln_base_confidence, ecan_decay_rate, ecan_spread_factor
- contradiction_threshold, verification_threshold, cross_ref_limit

All settings configurable via OPENBRAIN__TRUTH__* env vars with sensible defaults.
Update .env.example with full documentation of new variables.
Update Config::load() builder and Default impl.

Part of #29
2026-04-04 02:05:36 +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
61d6448b44 Add server-side deduplication on ingest 2026-03-24 05:40:30 +00: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
774982dc5a Initial public release 2026-03-07 13:41:36 -05:00