Metadata-Version: 2.4
Name: offline-intelligence
Version: 0.1.4
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
Project-URL: Bug Tracker, https://github.com/offline-intelligence/offline-intelligence/issues
Project-URL: Source, https://github.com/offline-intelligence/offline-intelligence
Keywords: llm,ai,offline,intelligence,local-ai,http-client
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 :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Provides-Extra: streaming
Requires-Dist: sseclient-ng>=1.0.0; extra == "streaming"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: provides-extra
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
