LICENSE
MANIFEST.in
README.md
pyproject.toml
conductor/__init__.py
conductor/__main__.py
conductor/_version.py
conductor/cli.py
conductor/dsh.py
conductor/models.py
conductor/progress.py
conductor/prompt.py
conductor/sdk.py
conductor/skills.py
conductor/state.py
conductor/tmux.py
conductor/worker_log.py
conductor/agents/__init__.py
conductor/agents/base.py
conductor/agents/claude.py
conductor/agents/codex.py
docs/architecture.md
docs/pypi-publishing.md
docs/result-json.md
dsh_conductor.egg-info/PKG-INFO
dsh_conductor.egg-info/SOURCES.txt
dsh_conductor.egg-info/dependency_links.txt
dsh_conductor.egg-info/entry_points.txt
dsh_conductor.egg-info/top_level.txt
examples/quickstart.py
skills/tmux-claude-code/SKILL.md
skills/tmux-claude-code/scripts/claude_session.py
skills/tmux-codex/SKILL.md
skills/tmux-codex/scripts/codex_session.py
tests/test_agents.py
tests/test_cli.py
tests/test_dsh.py
tests/test_models.py
tests/test_progress.py
tests/test_prompt.py
tests/test_sdk.py
tests/test_skills.py
tests/test_state.py
tests/test_tmux.py
tests/test_worker_log.py