Metadata-Version: 2.3
Name: phoenix-ai-services
Version: 0.2.1
Summary: Unified RAG and Tool API Service for Phoenix Agentic AI Framework
License: MIT
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fastapi (>=0.110,<0.111)
Requires-Dist: fastapi-mcp
Requires-Dist: phoenix-ai
Requires-Dist: uvicorn (>=0.27,<0.28)
Description-Content-Type: text/markdown


# 🔥 Phoenix AI Services

Unified agentic framework to run dynamic RAG APIs and utility tools like calculator, date, and python evaluator.

## 🔧 Setup

```bash
poetry install
poetry run python phoenix_ai_services/main.py
```

## 🚀 API Endpoints

### RAG
- `POST /rag/endpoints/{name}` – Register RAG
- `PUT /rag/endpoints/{name}` – Update RAG
- `DELETE /rag/endpoints/{name}` – Remove RAG
- `GET /rag/query/{name}` – Ask RAG agent

### Tools
- `GET /tool/calculator?input_data=2+3*4`
- `GET /tool/system_time`
- `GET /tool/python?input_data=round(3.14159, 2)`

### Admin
- `GET /registry` – View all registered endpoints

## 🧠 Powered by Phoenix Agentic AI Framework

