Audit, policy & governance service for Phoenix‑AI agents and tools
Project description
phoenix‑ai‑audit‑services 🛡️🪄
FastAPI micro‑service for auditing and governing Phoenix‑AI agents & tools.
🚀 Quick start
# 1. Install Poetry if you haven't
curl -sSL https://install.python-poetry.org | python -
# 2. Clone & install deps
git clone https://github.com/Praveengovianalytics/phoenix-ai-audit-services.git
cd phoenix-ai-audit-services
cp .env.example .env # adjust POSTGRES_DSN if desired
poetry install --sync
# 3. Run (SQLite fallback)
poetry run phoenix-ai-audit-services --reload
# or
poetry run python scripts/run_api.py --reload
phoenix-ai-audit-services/
│
├─ pyproject.toml
├─ README.md
├─ .env.example
│
├─ phoenix_ai_audit_services/ # ← import package
│ ├─ __init__.py
│ ├─ config.py
│ ├─ models.py
│ ├─ crud.py
│ ├─ storage/
│ │ ├─ __init__.py
│ │ ├─ base.py
│ │ ├─ postgres.py
│ │ └─ file.py
│ ├─ api.py
│ └─ main.py
│
├─ phoenix_ai_audit_api.py # compatibility shim
│
├─ scripts/
│ ├─ run_api.py
│ └─ smoke_test.py
│
└─ tests/
├─ conftest.py
├─ test_health.py
└─ test_crud_roundtrip.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file phoenix_ai_audit_services-0.6.6.tar.gz.
File metadata
- Download URL: phoenix_ai_audit_services-0.6.6.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf704cff9a7b8a6865444d31c346b5d9e2905bc2e03fc43f659bc888bf6eb79a
|
|
| MD5 |
84c1438cf726540fdce85312bf66fe22
|
|
| BLAKE2b-256 |
8f928055c4c626feebac9fe059010abf7decd5e05be1ca90d30055014588d7e7
|
File details
Details for the file phoenix_ai_audit_services-0.6.6-py3-none-any.whl.
File metadata
- Download URL: phoenix_ai_audit_services-0.6.6-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bba39ecb7ea9eeb7e4b96fa470a291bd501832c19be44154720918bf9e4f7e34
|
|
| MD5 |
546aa762a2be48c8983f4e9fec063aef
|
|
| BLAKE2b-256 |
98cd0647cf98c55d909d76fe143818bd4b09b28d7b98d731a2db41790c8876d5
|