7 Commits

Author SHA1 Message Date
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
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
1b4fc85ff2 Use ephemeral API key for VPS e2e tests 2026-03-23 23:54:53 +00:00
Agent Zero
b001d627e1 Provision auth key sets for VPS-backed e2e 2026-03-23 03:00:32 +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