Metadata-Version: 2.4
Name: tutti-ai
Version: 0.0.1
Summary: The most secure Python agent framework
Project-URL: Homepage, https://github.com/tuttiai/tutti-python
Project-URL: TypeScript, https://github.com/tuttiai/tutti
Project-URL: Voices, https://github.com/tuttiai/voices
Author-email: Tutti AI <eng@tutti.ai>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Requires-Python: >=3.9
Provides-Extra: all
Requires-Dist: anthropic>=0.40; extra == 'all'
Requires-Dist: openai>=1.0; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.40; extra == 'anthropic'
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == 'dev'
Requires-Dist: hatchling>=1.25; extra == 'dev'
Requires-Dist: mypy>=1.13; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Requires-Dist: twine>=6.0; extra == 'dev'
Provides-Extra: openai
Requires-Dist: openai>=1.0; extra == 'openai'
Description-Content-Type: text/markdown

# tutti-ai

**The most secure Python agent framework.**

[![PyPI version](https://img.shields.io/pypi/v/tutti-ai)](https://pypi.org/project/tutti-ai/)
[![CI](https://github.com/tuttiai/tutti-python/actions/workflows/ci.yml/badge.svg)](https://github.com/tuttiai/tutti-python/actions/workflows/ci.yml)

## Installation

```bash
pip install tutti-ai
```

## Coming soon

- Multi-provider agent runtime (Anthropic, OpenAI)
- Voice-based persona system
- Tool registration and invocation
- Streaming responses
- Structured output parsing
- Guardrails and safety controls
- Async-first design with sync wrappers

## Related projects

| Project | Description |
|---------|-------------|
| [tutti](https://github.com/tuttiai/tutti) | TypeScript SDK |
| [voices](https://github.com/tuttiai/voices) | Public voice definitions |

## License

MIT
