LICENCE
README.md
pyproject.toml
callm/__init__.py
callm/base.py
callm/errors.py
callm/messages.py
callm/pydantic_ai_adapter.py
callm/retries.py
callm/providers/__init__.py
callm/providers/azure.py
callm/providers/openai.py
callm/providers/codex/__init__.py
callm/providers/codex/chat.py
callm/providers/codex/transport.py
callm/providers/codex/websocket.py
pycallm.egg-info/PKG-INFO
pycallm.egg-info/SOURCES.txt
pycallm.egg-info/dependency_links.txt
pycallm.egg-info/requires.txt
pycallm.egg-info/top_level.txt
tests/test_adapter.py
tests/test_base.py
tests/test_codex_prepare.py
tests/test_codex_websocket.py
tests/test_error_retry_contract.py
tests/test_providers.py
tests/test_retry.py