0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oG-Memory
  2. /
  3. tests
  4. /
  5. ab
akushonkamenakushonkamenfix: make ingest() write to session buffer to prevent compact empty_buffer
51b4007f创建于 26 天前历史提交
文件最后提交记录最后更新时间
__init__.py
feat(observability): A/B comparison framework and cost report generator P2 Phase 6: Observability tooling for extraction pipeline monitoring. - Add tests/ab/compare_modes.py: ModeComparator runs same conversations through eager and lazy modes, produces markdown comparison report with ROI analysis (duplicate reduction, latency impact, recommendation) - Add scripts/cost_report.py: CostReporter aggregates trace data by account and memory type, detects anomalies (>2x avg calls), generates markdown cost dashboard Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 1 个月前
compare_modes.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 天前