LICENSE
README.md
pyproject.toml
src/soulacp/__init__.py
src/soulacp/binary.py
src/soulacp/cache.py
src/soulacp/config.py
src/soulacp/meta.py
src/soulacp/pool.py
src/soulacp/protocol.py
src/soulacp/py.typed
src/soulacp/retry.py
src/soulacp/session.py
src/soulacp/session_store.py
src/soulacp.egg-info/PKG-INFO
src/soulacp.egg-info/SOURCES.txt
src/soulacp.egg-info/dependency_links.txt
src/soulacp.egg-info/requires.txt
src/soulacp.egg-info/top_level.txt
src/soulacp/adapters/__init__.py
src/soulacp/adapters/base_client.py
src/soulacp/adapters/claude_client.py
src/soulacp/adapters/cline_client.py
src/soulacp/adapters/codebuddy_client.py
src/soulacp/adapters/codex_client.py
src/soulacp/adapters/copilot_client.py
src/soulacp/adapters/crow_client.py
src/soulacp/adapters/cursor_acp_client.py
src/soulacp/adapters/cursor_client.py
src/soulacp/adapters/gemini_client.py
src/soulacp/adapters/kimi_client.py
src/soulacp/adapters/minion_client.py
src/soulacp/adapters/nova_client.py
src/soulacp/adapters/openclaw_client.py
src/soulacp/adapters/opencode_client.py
src/soulacp/adapters/protocol.py
src/soulacp/adapters/qwen_client.py
src/soulacp/adapters/vibe_client.py
src/soulacp/services/__init__.py
src/soulacp/services/fs_service.py
src/soulacp/services/path_utils.py
src/soulacp/services/terminal_service.py
tests/test_binary.py
tests/test_cache.py
tests/test_config.py
tests/test_imports.py
tests/test_integration.py
tests/test_integration_cline.py
tests/test_integration_codebuddy.py
tests/test_integration_codex.py
tests/test_integration_copilot.py
tests/test_integration_crow.py
tests/test_integration_cursor_acp.py
tests/test_integration_gemini.py
tests/test_integration_kimi.py
tests/test_integration_minion.py
tests/test_integration_nova.py
tests/test_integration_qwen.py
tests/test_integration_vibe.py
tests/test_retry.py
tests/test_services.py
tests/test_session_store.py