haiku.rag/haiku_rag_slim/haiku/rag/sandbox
Yiorgis Gozadinos 18c22f1ddb
Say what the sandbox's connection lock guards
The lock claimed to serialize a whole read, while `_documents` resolves the
owners under it and then reads through them outside. That is right: resolving
the owners is an operation on the shared connection, reading through them is
not, and each owner is a session of its own. Holding the lock across a read per
database would serialize them against the capability's searches to guard state
none of them touch.
2026-08-27 18:04:27 +03:00
..
__init__.py
dependencies.py Ask and analyze across several databases 2026-08-24 10:03:46 +03:00
models.py replace haiku.skills with native Pydantic AI capabilities 2026-07-24 15:26:17 +03:00
sandbox.py Say what the sandbox's connection lock guards 2026-08-27 18:04:27 +03:00