.gitignore
AGENTS.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
.github/CODEOWNERS
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/compatibility.md
docs/github-policies.md
docs/migration.md
docs/platform.md
docs/preview-results.json
docs/preview-testing.md
docs/audit/category-c-validation.md
docs/audit/findings.csv
docs/audit/findings.json
docs/audit/fuzz-coverage.csv
docs/audit/http-coverage.csv
docs/audit/http-results.json
docs/audit/invariants.json
docs/audit/inventory.csv
docs/audit/inventory.json
docs/audit/live-coverage.csv
docs/audit/live-results.json
docs/audit/report.md
docs/audit/source-fuzz-results.json
docs/audit/source-manifest.json
docs/audit/state-fuzz-results.json
docs/audit/summary.json
docs/audit/surface-matrix.csv
docs/audit/wire-schema-results.json
examples/agents.py
examples/chat.py
examples/conversation.py
examples/endpoints.py
examples/realtime.py
examples/realtime_asr.py
examples/tts.py
scripts/preview_smoke.py
scripts/audit/catalog.py
scripts/audit/fetch_sources.py
scripts/audit/http_probe.py
scripts/audit/invariants.py
scripts/audit/probe.py
scripts/audit/report.py
scripts/audit/source_fuzz.py
scripts/audit/state_fuzz.py
scripts/audit/state_model.py
src/avartha/__init__.py
src/avartha/_config.py
src/avartha/_realtime_tts.py
src/avartha/_version.py
src/avartha/client.py
src/avartha/control.py
src/avartha/elevenlabs.py
src/avartha/errors.py
src/avartha/openai.py
src/avartha/py.typed
src/avartha/conversational_ai/__init__.py
src/avartha/conversational_ai/conversation.py
src/avartha/conversational_ai/default_audio_interface.py
src/avartha_python_sdk.egg-info/PKG-INFO
src/avartha_python_sdk.egg-info/SOURCES.txt
src/avartha_python_sdk.egg-info/dependency_links.txt
src/avartha_python_sdk.egg-info/requires.txt
src/avartha_python_sdk.egg-info/top_level.txt
tests/conftest.py
tests/test_clients.py
tests/test_control.py
tests/test_fence.py
tests/test_platform_e2e.py
tests/test_websocket_urls.py
tests/test_websockets.py