LICENSE
README.md
pyproject.toml
src/swarph_mesh/__init__.py
src/swarph_mesh/attribution.py
src/swarph_mesh/discovery.py
src/swarph_mesh/exceptions.py
src/swarph_mesh/hooks.py
src/swarph_mesh/json_harness.py
src/swarph_mesh/mesh_client.py
src/swarph_mesh/mesh_types.py
src/swarph_mesh/py.typed
src/swarph_mesh/swarph_call.py
src/swarph_mesh/types.py
src/swarph_mesh.egg-info/PKG-INFO
src/swarph_mesh.egg-info/SOURCES.txt
src/swarph_mesh.egg-info/dependency_links.txt
src/swarph_mesh.egg-info/requires.txt
src/swarph_mesh.egg-info/top_level.txt
src/swarph_mesh/adapters/__init__.py
src/swarph_mesh/adapters/antigravity.py
src/swarph_mesh/adapters/claude.py
src/swarph_mesh/adapters/deepseek.py
src/swarph_mesh/adapters/gemini.py
src/swarph_mesh/adapters/gemini_cli.py
src/swarph_mesh/adapters/grok.py
src/swarph_mesh/adapters/openai.py
tests/test_antigravity_adapter.py
tests/test_claude_adapter.py
tests/test_deepseek_adapter.py
tests/test_discovery.py
tests/test_gemini_adapter.py
tests/test_gemini_cli_adapter.py
tests/test_grok_adapter.py
tests/test_mesh_client.py
tests/test_openai_adapter.py
tests/test_pricing_v0_6_1.py
tests/test_pricing_v0_6_2.py
tests/test_protocol_contract.py
tests/test_smoke_claude.py
tests/test_smoke_deepseek.py
tests/test_smoke_discovery.py
tests/test_smoke_gemini.py
tests/test_smoke_grok.py
tests/test_smoke_mesh.py
tests/test_smoke_openai.py
tests/test_swarph_call.py
tests/test_types.py