README.md
pyproject.toml
src/strawpot/__init__.py
src/strawpot/__main__.py
src/strawpot/_process.py
src/strawpot/ask_user_bridge.py
src/strawpot/cli.py
src/strawpot/config.py
src/strawpot/context.py
src/strawpot/delegation.py
src/strawpot/merge.py
src/strawpot/session.py
src/strawpot/trace.py
src/strawpot.egg-info/PKG-INFO
src/strawpot.egg-info/SOURCES.txt
src/strawpot.egg-info/dependency_links.txt
src/strawpot.egg-info/entry_points.txt
src/strawpot.egg-info/requires.txt
src/strawpot.egg-info/top_level.txt
src/strawpot/agents/__init__.py
src/strawpot/agents/interactive.py
src/strawpot/agents/protocol.py
src/strawpot/agents/registry.py
src/strawpot/agents/wrapper.py
src/strawpot/isolation/__init__.py
src/strawpot/isolation/protocol.py
src/strawpot/isolation/worktree.py
src/strawpot/memory/__init__.py
src/strawpot/memory/registry.py
tests/test_agents_interactive.py
tests/test_agents_protocol.py
tests/test_agents_registry.py
tests/test_agents_wrapper.py
tests/test_ask_user_bridge.py
tests/test_cli.py
tests/test_cli_bootstrap.py
tests/test_cli_headless.py
tests/test_config.py
tests/test_context.py
tests/test_delegation.py
tests/test_delegation_cache.py
tests/test_isolation_protocol.py
tests/test_isolation_worktree.py
tests/test_memory_protocol.py
tests/test_memory_registry.py
tests/test_merge.py
tests/test_session.py
tests/test_trace.py