pyproject.toml
src/strawpot/__init__.py
src/strawpot/__main__.py
src/strawpot/cli.py
src/strawpot/config.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/protocol.py
src/strawpot/isolation/__init__.py
src/strawpot/isolation/protocol.py
tests/test_agents_protocol.py
tests/test_config.py
tests/test_isolation_protocol.py