Metadata-Version: 2.4
Name: offline-intelligence
Version: 0.1.0
Summary: Python bindings for Offline Intelligence Library
Home-page: https://github.com/offline-intelligence/offline-intelligence
Author: Offline Intelligence Team
Author-email: team@offlineintelligence.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Rust
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pybind11>=2.10.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Offline Intelligence Python Bindings

Python bindings for the Offline Intelligence Library - High-performance LLM inference engine with memory management capabilities.

## Installation

```bash
pip install offline-intelligence
```

## Quick Start

```python
from offline_intelligence import Config, run_server

# Configure the engine
config = Config.from_env()

# Start the server
run_server(config)
```

## Features

- **Core LLM Integration**: Direct access to LLM engine functionality
- **Memory Management**: Base memory operations and database access
- **Configuration**: Flexible configuration system
- **Metrics**: Performance monitoring and telemetry
- **Proxy Interface**: Stream generation and API proxy functionality

## Architecture

This package provides bindings to the core open-source components (80%) of the Offline Intelligence system. Proprietary extensions are available separately.

## Platform Support

- Windows (x64)
- macOS (Intel/Apple Silicon)
- Linux (x64, ARM64)

## License

Apache 2.0
