Metadata-Version: 2.4
Name: oratium
Version: 0.0.1
Summary: A production-grade, multi-tenant, MCP-native voice agent framework. Placeholder release; v0.1.0 coming soon.
Author-email: Samar Batra <samar.batra23@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/samarbatra23/oratium
Project-URL: Repository, https://github.com/samarbatra23/oratium
Project-URL: Issues, https://github.com/samarbatra23/oratium/issues
Keywords: voice-ai,voice-agent,openai-realtime,twilio,mcp,multi-tenant,agentic-ai,conversational-ai
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# oratium

> A production-grade, multi-tenant, MCP-native voice agent framework
> built on the OpenAI Agents SDK.

**This is a name-reservation placeholder release (v0.0.1).** The
functional v0.1.0 is in active development.

## What this will be

`oratium` is an opinionated framework for building real-time voice
agents that run in production. It wraps the OpenAI Agents SDK with the
layers most teams end up rebuilding — multi-tenant config, unified
tool/knowledge/MCP dispatch, encrypted secrets, structured
observability, and graceful failure handling.

## Status

- [x] Name reserved on PyPI
- [ ] v0.1.0: Twilio + OpenAI Realtime end-to-end
- [ ] v0.2.0: SIP transport
- [ ] v0.3.0: Jambonz adapter
- [ ] v1.0.0: Production-stability release

## Get notified

Watch the repo on GitHub: https://github.com/samarbatra23/oratium

## License

MIT.
