LICENSE
README.md
pyproject.toml
dspatch/__init__.py
dspatch/agent_worker.py
dspatch/engine.py
dspatch/errors.py
dspatch/grpc_channel.py
dspatch/models.py
dspatch/contexts/__init__.py
dspatch/contexts/claude_context.py
dspatch/contexts/context.py
dspatch/contexts/openai_context.py
dspatch/generated/__init__.py
dspatch/generated/dspatch_router_pb2.py
dspatch/generated/dspatch_router_pb2.pyi
dspatch/generated/dspatch_router_pb2_grpc.py
dspatch/tools/__init__.py
dspatch/tools/agents.py
dspatch/tools/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_grpc.py
tests/test_claude_context_run.py
tests/test_context_grpc.py
tests/test_context_setup.py
tests/test_engine_grpc.py
tests/test_grpc_channel.py
tests/test_openai_context_run.py
tests/test_proto_smoke.py