Metadata-Version: 2.4
Name: nilstanny-xs
Version: 0.1.0
Summary: Ultra-lightweight Claude-like AI agent for ARM devices
Author: NILstanny Team
License: Apache-2.0
Project-URL: Homepage, https://github.com/nilstanny/nilstanny-xs
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# NILstanny-xs

**Ultra-lightweight Claude-like AI agent** (XS edition)  
**Recommended for ARM devices**

## Installation

```bash
pip install nilstanny-xs
```

## Usage

```python
from nilstanny_xs import NILstannyXS

ai = NILstannyXS()
print(ai.chat("Hello"))

# Train the model
ai.train("raspberry pi", "Excellent device for running NILstanny-xs on ARM!")
print(ai.chat("raspberry pi"))
```

## Features
- Zero dependencies
- Trainable brain (`brain.json`)
- Customizable prompt (`prompt.txt`)
- Optimized for ARM / edge devices

Open source under Apache 2.0.
