trustgraph/tests/unit/test_decoding
cybermaggedon 03cc5ac80f
Per-flow librarian clients and per-workspace response queues (#865)
Replace singleton LibrarianClient with per-flow instances via the new
LibrarianSpec, giving each flow its own librarian tied to the
workspace-scoped request/response queues from the blueprint.

Move all workspace-scoped services (config, flow, librarian, knowledge)
from a single base-queue response producer to per-workspace response
producers created alongside the existing per-workspace request
consumers.  Update the gateway dispatcher and bootstrapper flow client
to subscribe to the matching workspace-scoped response queues.

Fix WorkspaceInit to register workspaces through the IAM
create-workspace API so they appear in __workspaces__ and are visible
to the gateway.  Simplify the bootstrapper gate to only check
config-svc reachability.

Updated tests accordingly.
2026-05-06 12:01:01 +01:00
..
__init__.py Fixed Mistral OCR to use current API (#448) 2025-08-04 10:08:16 +01:00
test_mistral_ocr_processor.py Per-flow librarian clients and per-workspace response queues (#865) 2026-05-06 12:01:01 +01:00
test_pdf_decoder.py Per-flow librarian clients and per-workspace response queues (#865) 2026-05-06 12:01:01 +01:00
test_universal_processor.py Per-flow librarian clients and per-workspace response queues (#865) 2026-05-06 12:01:01 +01:00
test_universal_strategies.py Add universal document decoder with multi-format support (#705) 2026-03-23 12:56:35 +00:00