Metadata-Version: 2.4
Name: neura-runtime
Version: 0.1.0
Summary: Neura Runtime — Local agent executor for the Neura platform
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27.0
Requires-Dist: websockets>=12.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"

# Neura Runtime

Local agent executor for the [Neura](https://neura.ai) platform. Run AI models, execute code in sandboxes, and build Streamlit apps — all on your own hardware.

## Install

```bash
pip install neura-runtime
```

## Quick Start

```bash
neura-runtime start
```

Then pair with your Neura account:

```bash
neura-runtime pair
```

## Features

- **Local AI Inference** — Run Ollama and LM Studio models at $0 cost
- **Code Execution Sandbox** — Isolated Docker containers with strict sandboxing
- **Streamlit App Builder** — Generate and run interactive dashboards locally
- **Secure Device Pairing** — Link to your Neura account with a 6-digit code
- **Fully Offline** — Your data never leaves your device

## Requirements

- Python 3.10+
- Docker (optional, for code execution)
- Ollama (optional, for local models)

## License

MIT
