haiku.rag/tests/agents/analysis
Yiorgis Gozadinos a45820dbf7
add document virtual filesystem to analysis sandbox
Replace get_document() and get_docling_document() with a VFS at
/documents/{id}/ with metadata.json (eager), content.txt (lazy),
and items.jsonl (lazy). Keep search(), list_documents() (now returns
all), and llm() as external functions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-17 18:35:16 +03:00
..
__init__.py rename RLM agent to analysis throughout the codebase 2026-04-17 18:32:01 +03:00
conftest.py rename RLM agent to analysis throughout the codebase 2026-04-17 18:32:01 +03:00
test_agent.py add get_context() to analysis sandbox and improve prompt 2026-04-17 18:32:45 +03:00
test_models.py rename RLM agent to analysis throughout the codebase 2026-04-17 18:32:01 +03:00
test_sandbox.py add document virtual filesystem to analysis sandbox 2026-04-17 18:35:16 +03:00