LICENSE
README.md
pyproject.toml
dspatch/__init__.py
dspatch/agent_worker.py
dspatch/client.py
dspatch/dispatcher.py
dspatch/engine.py
dspatch/errors.py
dspatch/host.py
dspatch/instance_router.py
dspatch/models.py
dspatch/packages.py
dspatch/state_manager.py
dspatch/contexts/__init__.py
dspatch/contexts/claude_context.py
dspatch/contexts/context.py
dspatch/contexts/openai_context.py
dspatch/tools/__init__.py
dspatch/tools/agents.py
dspatch/tools/continue_waiting.py
dspatch/tools/inquiry.py
dspatch/tools/inquiry_interrupt.py
dspatch/tools/receive_inquiry.py
dspatch_sdk.egg-info/PKG-INFO
dspatch_sdk.egg-info/SOURCES.txt
dspatch_sdk.egg-info/dependency_links.txt
dspatch_sdk.egg-info/requires.txt
dspatch_sdk.egg-info/top_level.txt
tests/test_agent_worker.py
tests/test_await_feed.py
tests/test_claude_context_run.py
tests/test_client_envelope.py
tests/test_client_resilience.py
tests/test_context_setup.py
tests/test_continue_waiting.py
tests/test_dispatcher.py
tests/test_e2e_interrupt_cycle.py
tests/test_host_routing.py
tests/test_hub.py
tests/test_input_gate.py
tests/test_inquiry_bubbling.py
tests/test_inquiry_interrupt.py
tests/test_instance_router.py
tests/test_openai_context_run.py
tests/test_receive_inquiry.py
tests/test_sdk_integration.py
tests/test_state_manager.py