| fix: make ingest() write to session buffer to prevent compact empty_buffer
OperatorAgent calls compact() before after_turn(), which meant the session
buffer was always empty at compact time. Now ingest() writes messages to the
session buffer, and after_turn() deduplicates against ingest-written messages
to avoid double-writing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| 26 天前 |
| fix: make ingest() write to session buffer to prevent compact empty_buffer
OperatorAgent calls compact() before after_turn(), which meant the session
buffer was always empty at compact time. Now ingest() writes messages to the
session buffer, and after_turn() deduplicates against ingest-written messages
to avoid double-writing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| 26 天前 |
| feat: Docker deployment — openclaw + ogmem plugin Dockerfile
| 1 个月前 |
| chore: clean up VECTORIZATION_PLAN mixed files, preserve perf token_tracker changes
- Delete providers/text_normalizer.py, providers/cache_backend.py
- Delete scripts/trace_query.py, scripts/trace_query_http.py
- Delete docs/local-deploy.md, ogmem.yaml.example
- Keep providers/token_tracker.py: add model/set_model, write to bucket stack
(required by perf module for per-span token attribution)
- Update .gitignore if needed
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
| 7 天前 |
| test(extraction): add 1000-turn conversation fixture and commit tests
- Added long_conversation_1000.json with realistic devops conversation
- Added test_archive_builder.py and test_policy_router.py
- Updated test_openai_embedder.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| 2 个月前 |
| !85 fix(providers): SQLRelationStore fallback to context_nodes.relations
From: @dawnbreaker28
Reviewed-by: @akushonkamen, @jcp0578
See merge request: opengauss/oGMemory!85 | 3 天前 |
| !85 fix(providers): SQLRelationStore fallback to context_nodes.relations
From: @dawnbreaker28
Reviewed-by: @akushonkamen, @jcp0578
See merge request: opengauss/oGMemory!85 | 3 天前 |
| milestone(phase-0): Phase 0 complete — core package frozen
| 2 个月前 |
| refactor: align codebase, cleanup, extraction enhancement, README rewrite
Align all code layers with canonical architecture.
Update OpenClaw plugin and Docker deployment.
Enhance extraction with temporal/entity fields and few-shot examples.
Rewrite README around Agent context lifecycle:
6 lifecycle hooks, 27 context operators, ContextFS virtual filesystem.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| 1 个月前 |
| fix assemble prompt splicing logic
| 1 个月前 |