Metadata-Version: 2.4
Name: indestructibleeco-ai
Version: 1.0.0
Summary: AI generation + YAML governance service for IndestructibleEco platform
License: Apache-2.0
Keywords: ai,inference,llm,vllm,governance
Author: IndestructibleEco Platform Team
Author-email: platform-team@indestructibleeco.io
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Provides-Extra: all-indexes
Provides-Extra: elasticsearch
Provides-Extra: faiss
Provides-Extra: neo4j
Requires-Dist: celery (>=5.4.0,<5.5.0)
Requires-Dist: fastapi (>=0.111.0,<0.112.0)
Requires-Dist: grpcio (>=1.64.1,<1.65.0)
Requires-Dist: grpcio-tools (>=1.64.1,<1.65.0)
Requires-Dist: numpy (>=1.26.4,<1.27.0)
Requires-Dist: prometheus-client (>=0.20.0,<0.21.0)
Requires-Dist: pydantic (>=2.7.4,<2.8.0)
Requires-Dist: redis (>=5.0.7,<5.1.0)
Requires-Dist: uvicorn[standard] (>=0.30.1,<0.31.0)
Project-URL: Homepage, https://github.com/indestructibleorg/indestructibleeco
Project-URL: Repository, https://github.com/indestructibleorg/indestructibleeco
Description-Content-Type: text/markdown

# IndestructibleEco AI Service

AI generation and YAML governance service for the IndestructibleEco platform.

## Features

- Multi-engine inference routing (vLLM, TGI, Ollama, SGLang, TensorRT-LLM, DeepSpeed, LMDeploy)
- OpenAI-compatible endpoints
- Async job queue with priority scheduling
- Vector alignment via quantum-bert-xxl-v1
- .qyaml governance with 5-phase validation
- gRPC internal high-performance endpoint

## Installation

```bash
pip install indestructibleeco-ai
```

## License

Apache-2.0

