haiku.rag/tests/cassettes/test_sandbox
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
..
TestSandboxDoclingDocument.test_returns_dict_for_document_with_docling_data.yaml Add get_docling_document external function to sandbox 2026-02-24 11:51:43 +02:00
TestSandboxListDocuments.test_list_documents_with_data.yaml add document virtual filesystem to analysis sandbox 2026-04-17 18:35:16 +03:00
TestSandboxLLM.test_llm_function.yaml Simplify sandbox with run_monty_async, replace manual ThreadPoolExecutor start/resume loop 2026-02-24 11:35:39 +02:00
TestSandboxSearch.test_search_returns_doc_item_refs_and_labels.yaml add document virtual filesystem to analysis sandbox 2026-04-17 18:35:16 +03:00
TestSandboxSearch.test_search_returns_expanded_content.yaml add document virtual filesystem to analysis sandbox 2026-04-17 18:35:16 +03:00
TestSandboxSearch.test_search_with_data.yaml add document virtual filesystem to analysis sandbox 2026-04-17 18:35:16 +03:00
TestSandboxVFS.test_content_txt.yaml add document virtual filesystem to analysis sandbox 2026-04-17 18:35:16 +03:00
TestSandboxVFS.test_context_filter_limits_vfs.yaml add document virtual filesystem to analysis sandbox 2026-04-17 18:35:16 +03:00
TestSandboxVFS.test_items_jsonl.yaml add document virtual filesystem to analysis sandbox 2026-04-17 18:35:16 +03:00
TestSandboxVFS.test_iterdir_discovers_documents.yaml add document virtual filesystem to analysis sandbox 2026-04-17 18:35:16 +03:00
TestSandboxVFS.test_metadata_json.yaml add document virtual filesystem to analysis sandbox 2026-04-17 18:35:16 +03:00