Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
dev
oG-Memory
/
tests
/
benchmark
下载当前目录
akushonkamen
fix: make ingest() write to session buffer to prevent compact empty_buffer
51b4007f
创建于
26 天前
历史提交
文件
最后提交记录
最后更新时间
benchmark
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 个月前
benchmark_assemble_session.py
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 个月前
benchmark_extraction_quality.py
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 天前
benchmark_format_memory_long_conversation.py
feat: eval — ChromaDB index, Volcengine embedder, LoCoMo eval
1 个月前