EverOS/tests/integration
zhanghui 357f619c64 feat(observability): instrument memory ops + OME trace linking
Open spans at the memory hot paths (all no-op when tracing is off):

- add / flush (service.memorize), extract + persist.markdown (user pipeline).
- search: everos.memory.search retriever + a uniform recall / rank
  decomposition across keyword / vector / hybrid / agentic (manager, agentic
  modules, cross-encoder callbacks); query-embedding tokens land on recall.
- recall quality: top_score / hit on the search span, plus recall_top_score /
  recall_hit pushed to Langfuse scores via the bounded-queue sink (method
  tagged; off the request path).
- OME: everos.ome.<strategy> agent span + everos.reflect.consolidate
  generation; a W3C traceparent captured at enqueue is threaded through the
  APScheduler job and re-attached in the Runner, so strategies fanned out
  from a request nest under that request's trace.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-23 20:47:39 +08:00
..
search chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
__init__.py chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
test_cascade_all_kinds_consistency.py chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
test_cascade_cli_integration.py chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
test_cascade_fsevents_repro.py chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
test_cascade_integration.py chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
test_cascade_scenarios.py chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
test_knowledge_integration.py chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
test_memorize_agent_mode.py chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
test_memorize_concurrent_session_lock.py chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
test_memorize_integration.py feat(observability): instrument memory ops + OME trace linking 2026-07-23 20:47:39 +08:00
test_memorize_window_segmentation.py chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
test_ome_strategies_integration.py chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
test_reflection_integration.py chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00