Metadata-Version: 2.4
Name: enterprise-agentic-ai-framework
Version: 0.1.0
Summary: Enterprise Agentic AI Framework SDK
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# enterprise-agentic-ai-framework

Enterprise Agentic AI Framework SDK

```bash
pip install enterprise-agentic-ai-framework
```

```python
from agentic_ai.gateway import LiteLLMGateway
```
