Metadata-Version: 2.4
Name: phoenix-os
Version: 0.1.0
Summary: Phoenix -- modular AI agent operating system
License: Apache-2.0
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: pydantic-ai
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml
Requires-Dist: numpy
Requires-Dist: python-dotenv
Provides-Extra: embeddings
Requires-Dist: fastembed; extra == "embeddings"
Provides-Extra: voice
Requires-Dist: pvporcupine; extra == "voice"
Requires-Dist: sounddevice; extra == "voice"
Requires-Dist: webrtcvad; extra == "voice"
Requires-Dist: noisereduce; extra == "voice"
Requires-Dist: faster-whisper; extra == "voice"
Provides-Extra: browser
Requires-Dist: browser-use; extra == "browser"
Requires-Dist: playwright; extra == "browser"
Requires-Dist: playwright-stealth; extra == "browser"
Requires-Dist: langchain-openai; extra == "browser"
Provides-Extra: pdf
Requires-Dist: pymupdf; extra == "pdf"
Provides-Extra: all
Requires-Dist: phoenix-os[browser,embeddings,pdf,voice]; extra == "all"
Dynamic: license-file
