xml-pipeline/tests
dullfig 6790c7a46c Add shared backend for multiprocess pipeline support
Introduces SharedBackend Protocol for cross-process state sharing:
- InMemoryBackend: default single-process storage
- ManagerBackend: multiprocessing.Manager for local multi-process
- RedisBackend: distributed deployments with TTL auto-GC

Adds ProcessPoolExecutor support for CPU-bound handlers:
- worker.py: worker process entry point
- stream_pump.py: cpu_bound handler dispatch
- Config: backend and process_pool sections in organism.yaml

ContextBuffer and ThreadRegistry now accept optional backend
parameter while maintaining full backward compatibility.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 20:18:22 -08:00
..
scripts Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
conftest.py Add shared backend for multiprocess pipeline support 2026-01-20 20:18:22 -08:00
test_context_buffer.py Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
test_pipeline_steps.py Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
test_pump_integration.py Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00
test_shared_backend.py Add shared backend for multiprocess pipeline support 2026-01-20 20:18:22 -08:00
test_todo_registry.py Rename agentserver to xml_pipeline, add console example 2026-01-19 21:41:19 -08:00