Files
vi/services/oracle/__init__.py
Alex Kazaiev ee1cb5540a Add Oracle service - LLM wrapper
First service for Vi's nervous system:
- Oracle service with NATS integration
- vLLM backend for Qwen3-32B
- GPTQ quantization support
- Thinking mode sampling configs

Simplified from Lyra's patterns, ready to test.

🦊
2026-01-02 13:19:15 -06:00

5 lines
143 B
Python

# Oracle Service - LLM wrapper for Vi
from .oracle_service import OracleService, oracle_service
__all__ = ['OracleService', 'oracle_service']