Metadata-Version: 2.4
Name: openvox-core
Version: 0.2.1
Summary: Local-first, open-source voice agent platform — install with pip, run as a daemon, no Docker required.
Project-URL: Homepage, https://github.com/amznsri/openvox
Project-URL: Documentation, https://github.com/amznsri/openvox/tree/main/docs
Project-URL: Repository, https://github.com/amznsri/openvox
Project-URL: Issues, https://github.com/amznsri/openvox/issues
Project-URL: Changelog, https://github.com/amznsri/openvox/blob/main/docs/SESSION_LOG.md
Author: OpenVox Contributors
License: Apache-2.0
Keywords: agent,ai,rtc,stt,telegram,tts,twilio,voice,whatsapp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: aiofiles>=24.1.0
Requires-Dist: aiosqlite>=0.20.0
Requires-Dist: alembic>=1.13.0
Requires-Dist: apscheduler>=3.10.4
Requires-Dist: asyncpg>=0.29.0
Requires-Dist: audioop-lts>=0.2.1; python_version >= '3.13'
Requires-Dist: authlib>=1.3.0
Requires-Dist: boto3>=1.35.0
Requires-Dist: certifi>=2024.8.30
Requires-Dist: fastapi>=0.115.0
Requires-Dist: google-cloud-storage>=2.18.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.2.0
Requires-Dist: numpy>=1.26.0
Requires-Dist: opentelemetry-api>=1.27.0
Requires-Dist: opentelemetry-instrumentation-fastapi>=0.48b0
Requires-Dist: opentelemetry-sdk>=1.27.0
Requires-Dist: orjson>=3.10.0
Requires-Dist: oss2>=2.18.0
Requires-Dist: passlib[bcrypt]>=1.7.4
Requires-Dist: pydantic-settings>=2.5.0
Requires-Dist: pydantic>=2.9.0
Requires-Dist: pydub>=0.25.1
Requires-Dist: pypdf>=4.3.0
Requires-Dist: python-jose[cryptography]>=3.3.0
Requires-Dist: python-multipart>=0.0.12
Requires-Dist: redis[hiredis]>=5.1.0
Requires-Dist: scipy>=1.13.0
Requires-Dist: sqlalchemy[asyncio]>=2.0.35
Requires-Dist: structlog>=24.4.0
Requires-Dist: tenacity>=9.0.0
Requires-Dist: tos>=2.7.0
Requires-Dist: twilio>=9.3.0
Requires-Dist: typer>=0.12.0
Requires-Dist: uvicorn[standard]>=0.32.0
Requires-Dist: watchfiles>=0.24.0
Requires-Dist: websockets>=13.0
Provides-Extra: dev
Requires-Dist: mypy>=1.11.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.24.0; extra == 'dev'
Requires-Dist: pytest-cov>=5.0.0; extra == 'dev'
Requires-Dist: pytest>=8.3.0; extra == 'dev'
Requires-Dist: respx>=0.21.0; extra == 'dev'
Requires-Dist: ruff>=0.6.0; extra == 'dev'
Provides-Extra: local-stt
Requires-Dist: openai-whisper>=20240930; extra == 'local-stt'
Provides-Extra: postgres
Provides-Extra: vad
Requires-Dist: silero-vad>=5.1.0; extra == 'vad'
Provides-Extra: whatsapp
Description-Content-Type: text/markdown

# openvox-core

The OpenVox voice pipeline. FastAPI + asyncio orchestrator that ties STT,
LLM, TTS, RTC, telephony, and pluggable skills together.

See the top-level [README](../../README.md).
