haiku.rag/haiku_rag_slim/haiku/rag/tools
Yiorgis Gozadinos 225a37ca73
Tell one collection's pictures from another's
Three places identified a picture by document and reference alone, and one
identified a citation's images by chunk id alone. Both repeat between copies of
a database, so a search returning a figure from two collections sent one, a
capsule retained one, and a citation rendered the other collection's figures.

Keyed on the source as well: `(source, document_id, self_ref)` for search
pictures, the capability and source for retained ones, and `qualified_id` for
the chat's citation images.
2026-08-28 10:35:46 +03:00
..
__init__.py Select documents to filter by id, not by displayed name 2026-08-24 15:27:59 +03:00
context.py Simplify tools/ — remove AG-UI state machinery, keep core toolsets 2026-02-20 16:36:48 +02:00
document.py Report tool failures with ToolFailed 2026-07-27 18:26:42 +03:00
filters.py Say which commands cover a set, and what a shared id does 2026-08-26 13:03:58 +03:00
search.py Tell one collection's pictures from another's 2026-08-28 10:35:46 +03:00