Metadata-Version: 2.4
Name: lorai-workspace
Version: 0.1.0
Summary: All of AI. One Command. Port 1842.
Author-email: LorAI Team <hello@getlorai.com>
License: MIT
Project-URL: Homepage, https://getlorai.com
Project-URL: Repository, https://github.com/getlorai/lorai-sdk
Keywords: ai,llm,openai,ollama,docker,lora
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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 :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai>=1.30.0
Requires-Dist: httpx>=0.27.0
Dynamic: license-file

# LorAI SDK

**All of AI. One Command. Port 1842.**

LorAI gives you a local, free, OpenAI-compatible AI platform with 50+ tools — LLMs, image gen, video, voice, code, agents, RAG, vision — all running in a Docker container on port 1842.

## Quick Start

```bash
pip install lorai-workspace
```

```python
from lorai import LorAI

ai = LorAI()              # auto-pulls Docker image, starts container
print(ai.chat("Hello!"))   # gets response from local LLM
```

## CLI

```bash
lorai-workspace start          # Start the LorAI container
lorai-workspace chat "Hello!"  # Chat with your local AI
lorai-workspace status         # Check system status
lorai-workspace desktop        # Open the browser desktop
lorai-workspace stop           # Stop the container
```

## Features

- **OpenAI-compatible**: Drop-in replacement for `openai.OpenAI()`
- **Auto-managed Docker**: Container pulls and starts automatically
- **10 AI services**: Chat, Image, Video, Voice, Knowledge, Agents, Code, Vision, LoRA, Hub
- **Port 1842**: Named after Ada Lovelace's year

## License

MIT
