Metadata-Version: 2.4
Name: radicalbit-ai-gateway
Version: 0.1.0rc3
Summary: Extensible LLM gateway with guardrails, rate limiting, routing, cost tracking and observability. This package is distributed for development and plugin development.
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/radicalbit/radicalbit-ai-gateway
Project-URL: Repository, https://github.com/radicalbit/radicalbit-ai-gateway
Project-URL: Documentation, https://docs.ai-gateway.radicalbit.ai/
Project-URL: Changelog, https://github.com/radicalbit/radicalbit-ai-gateway/releases
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: en-core-web-lg
Requires-Dist: it-core-news-md
Requires-Dist: rich>=14.1.0
Requires-Dist: langchain>=1.2.4
Requires-Dist: openai>=2.15.0
Requires-Dist: langchain-openai>=1.1.7
Requires-Dist: langchain-anthropic>=1.3.1
Requires-Dist: langchain-google-genai>=4.2.0
Requires-Dist: tiktoken>=0.12.0
Requires-Dist: langchain-community>=0.4.1
Requires-Dist: celery>=5.6.2
Requires-Dist: cachetools>=6.2.4
Requires-Dist: traceloop-sdk>=0.50.1
Requires-Dist: presidio-analyzer>=2.2.360
Requires-Dist: presidio-anonymizer>=2.2.360
Requires-Dist: alembic>=1.18.1
Requires-Dist: redis>=7.1.0
Requires-Dist: sqlalchemy>=2.0.45
Requires-Dist: clickhouse-sqlalchemy>=0.3.2
Requires-Dist: typer>=0.21.1
Requires-Dist: pydantic-settings>=2.12.0
Requires-Dist: uvicorn>=0.40.0
Requires-Dist: prometheus-client>=0.24.1
Requires-Dist: opentelemetry-exporter-prometheus>=0.60b1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pydantic-yaml>=1.6.0
Requires-Dist: opentelemetry-sdk>=1.39.1
Requires-Dist: psutil>=7.2.1
Requires-Dist: pip>=25.3
Requires-Dist: psycopg2>=2.9.11
Requires-Dist: httpx-aiohttp>=0.1.12
Requires-Dist: uvloop>=0.22.1
Requires-Dist: langchain-deepseek>=1.0.1
Requires-Dist: deepseek-tokenizer>=0.1.0
Requires-Dist: cron-converter>=1.3.1
Requires-Dist: python-json-logger>=4.0.0
Requires-Dist: fastapi>=0.135.1
Requires-Dist: fastapi-pagination>=0.15.11
Requires-Dist: langchain-mistralai>=1.1.2
Requires-Dist: azure-health-deidentification>=1.0.0b3
Requires-Dist: azure-identity>=1.21.0
Requires-Dist: python-multipart>=0.0.20
Requires-Dist: mcp<2,>=1.13
Dynamic: license-file

# Radicalbit AI Gateway

A configurable LLM proxy with guardrails, rate limiting, routing, cost tracking
and observability. Everything is managed through a UI — and an AI assistant
that generates the configuration from plain English.

## About this package

This Python package is distributed for development and plugin development.
For a complete run of the gateway, the recommended way is the Docker image.

For the quickstart, configuration, and deployment refer to the repository
README and documentation:

- [README & quickstart](https://github.com/radicalbit/radicalbit-ai-gateway#readme)
- [Documentation](https://docs.ai-gateway.radicalbit.ai/)
- [Releases](https://github.com/radicalbit/radicalbit-ai-gateway/releases)
