f0235d8e6e
Merge pull request 'feat(db): add truth scoring columns migration ( #31 )' ( #43 ) from feature/truth-migration into main
...
Merge truth scoring columns migration (#31 )
2026-04-04 03:08:58 +00:00
4f4d860f41
Merge pull request 'feat(config): add TruthConfig for truth scoring engine ( #30 )' ( #42 ) from feature/truth-config into main
...
Merge TruthConfig foundation (#30 )
2026-04-04 03:08:52 +00:00
Agent Zero
3f11f8f531
fix(config): close missing brace in Default impl for Config
2026-04-04 02:29:51 +00:00
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
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
b19f65dc0b
Merge pull request 'Scope memories by API token and add shared-token e2e coverage' ( #28 ) from codex/shared-token-memory into main
...
Reviewed-on: Ingwaz/openbrain-mcp#28
2026-04-02 04:01:39 +00:00
Agent Zero
026ae27366
Scope memories by API token and add shared-token e2e coverage
2026-04-01 23:30:58 -04:00
98baa27c90
docs: add Agent Identity & Source Tagging section to README
...
- Add source_agent directive to developer prompt code block
- Add full Agent Identity & Source Tagging section with setup guide
- Add source tagging rules, example payload, and multi-agent scenarios
2026-03-28 02:36:05 +00:00
cb28b99343
docs: fix AGENTS.md - replace broken include placeholder with actual content
...
- Add Agent Identity & Source Tagging section
- Define source_agent metadata requirement for fact traceability
- Add setup guide for agent identity via promptinclude files
- Add source tagging rules and example metadata payload
- Add multi-agent scenario guidance table
2026-03-28 02:30:19 +00:00
784aa2653f
docs: add Agent Identity & Source Tagging section to AGENTS.md
...
- Define source_agent metadata requirement for fact traceability
- Add setup guide for agent identity via promptinclude files
- Add source tagging rules and example metadata payload
- Add multi-agent scenario guidance table
2026-03-28 02:26:52 +00:00
Agent Zero
35e23c0af6
Anonymize README deployment details
2026-03-24 11:52:45 +00:00
88404e0f0f
Merge pull request 'Fix dedup threshold postgres type' ( #27 ) from codex/issue-14-dedup-ingest into main
...
Reviewed-on: Ingwaz/openbrain-mcp#27
2026-03-24 06:11:51 +00:00
Agent Zero
1d485ca5c9
Fix dedup threshold postgres type
2026-03-24 06:07:06 +00:00
60d45fea84
Merge pull request 'Add server-side deduplication on ingest' ( #26 ) from codex/issue-14-dedup-ingest into main
...
Reviewed-on: Ingwaz/openbrain-mcp#26
2026-03-24 05:55:41 +00:00
Agent Zero
9be138db94
Fix dedup database client trait import
2026-03-24 05:45:07 +00:00
Agent Zero
61d6448b44
Add server-side deduplication on ingest
2026-03-24 05:40:30 +00:00
8d003be33d
Merge pull request 'Add TTL expiry for transient facts' ( #25 ) from codex/issue-16-ttl-expiry into main
...
Reviewed-on: Ingwaz/openbrain-mcp#25
2026-03-24 03:29:16 +00:00
Agent Zero
5d5c042dd1
Add TTL expiry for transient facts
2026-03-24 03:20:10 +00:00
7a75e88eb0
Merge pull request 'Fix hybrid query float4 parameter bindings' ( #24 ) from codex/fix-query-float4-bindings into main
...
Reviewed-on: Ingwaz/openbrain-mcp#24
2026-03-24 02:24:02 +00:00
Agent Zero
1314015479
Fix hybrid query parameter types
2026-03-24 02:12:41 +00:00
4d6458f2d3
Merge pull request 'Use ephemeral API key for VPS e2e tests' ( #23 ) from codex/issue-e2e-vps into main
...
Reviewed-on: Ingwaz/openbrain-mcp#23
2026-03-24 01:18:48 +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
971fdda6c6
Merge pull request 'Run e2e tests against deployed VPS' ( #22 ) from codex/issue-e2e-vps into main
...
Reviewed-on: Ingwaz/openbrain-mcp#22
2026-03-23 01:42:37 +00:00
Agent Zero
cb6ccd5394
Run e2e tests against deployed VPS
2026-03-22 22:54:20 +00:00
8a581b2a2f
Merge pull request 'Add hybrid text plus vector memory search' ( #21 ) from codex/issue-17-hybrid-search into main
...
Reviewed-on: Ingwaz/openbrain-mcp#21
2026-03-22 22:47:44 +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
c4275e3e84
Merge remote-tracking branch 'origin/main' into main
2026-03-22 14:22:26 +00:00
Agent Zero
3853fa408c
Merge branch 'codex/issue-12-repair'
2026-03-22 14:21:57 +00:00
Agent Zero
c3ea583f98
Provision database config in deploy workflow
2026-03-22 14:19:06 +00:00
294ffdf7a5
Merge pull request 'Use secrets for VPS deploy settings' ( #20 ) from codex/issue-12-repair into main
...
Reviewed-on: Ingwaz/openbrain-mcp#20
2026-03-22 12:56:28 +00:00
Agent Zero
176803f1f5
Use secrets for VPS deploy settings
2026-03-22 05:08:47 +00:00
8b958ceabb
Merge pull request 'Fix Issue #12 tests and add OpenBrain repo guidance' ( #19 ) from codex/issue-12-repair into main
2026-03-22 03:25:08 +00:00
Agent Zero
26c96b41dd
Fix MCP transport compatibility and batch_store e2e coverage
2026-03-22 03:18:08 +00:00
Agent Zero
d7140eb7f3
test: restore e2e cleanup
2026-03-19 13:37:44 -04:00
Agent Zero
1b42989dbb
Fix Issue #12 tests and add OpenBrain repo guidance
2026-03-19 13:19:50 -04:00
Agent Zero
03e8f246d1
Implement batch_store endpoint for Issue #12
2026-03-19 15:59:34 +00:00
Agent Zero
403b95229e
feat: implement batch_store endpoint (Issue #12 )
...
- Add batch_store tool accepting 1-50 entries per call
- Single DB transaction for atomicity
- Returns individual IDs/status per entry
- Add batch_store_memories() to Database layer
- Add 6 test cases
- Backward compatible - existing store unchanged
Expected impact: 50-60% reduction in store API calls
2026-03-19 15:30:32 +00:00
Agent Zero
c3501771b1
docs: add Agent Zero developer prompt
2026-03-07 13:44:08 -05:00
Agent Zero
774982dc5a
Initial public release
2026-03-07 13:41:36 -05:00