Metadata-Version: 2.4
Name: cekura
Version: 1.3.0rc1
Summary: Testing and Observability SDK for AI Agents — tracing, API client, and CLI
Author-email: Cekura <support@cekura.ai>
License-Expression: MIT
Project-URL: Homepage, https://cekura.ai
Project-URL: Documentation, https://docs.cekura.ai
Project-URL: Dashboard, https://dashboard.cekura.ai
Keywords: observability,ai-agents,livekit,monitoring,tracing,testing,cli,sdk
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.9.0
Provides-Extra: sdk
Requires-Dist: httpx>=0.27.0; extra == "sdk"
Provides-Extra: cli
Requires-Dist: httpx>=0.27.0; extra == "cli"
Requires-Dist: typer>=0.12.0; extra == "cli"
Requires-Dist: rich>=13.0.0; extra == "cli"
Provides-Extra: livekit
Provides-Extra: pipecat
Requires-Dist: aioboto3>=15.0.0; extra == "pipecat"
Requires-Dist: loguru>=0.7.0; extra == "pipecat"
Provides-Extra: dev
Requires-Dist: httpx>=0.27.0; extra == "dev"
Requires-Dist: typer>=0.12.0; extra == "dev"
Requires-Dist: rich>=13.0.0; extra == "dev"
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Dynamic: license-file

# Cekura Python SDK

**Testing and Observability for AI Voice Agents. Launch in minutes not weeks by ensuring your agents deliver a seamless experience in every conversational scenario.**

## Installation

```bash
pip install cekura
```

## Integrations

### LiveKit
- One-line integration for simulation and observability
- Automatic metrics collection (STT, LLM, TTS, EOU)
- Session logs capture
- Mock tool injection for testing
- Dual-channel audio recording

[→ LiveKit Integration Guide](cekura/livekit/README.md)

### Pipecat
- Automatic transcript capture with timestamps
- Audio recording with S3 upload
- Minimal 3-line integration
- Automatic cleanup

[→ Pipecat Integration Guide](cekura/pipecat/README.md)

## Requirements

- Python 3.9+
- aiohttp>=3.9.0

## License

MIT License - see [LICENSE](LICENSE) file for details.

## Links

- [Homepage](https://cekura.ai)
- [Documentation](https://docs.cekura.ai)
- [Dashboard](https://dashboard.cekura.ai)

## Support

For support, email support@cekura.ai
