Metadata-Version: 2.4
Name: rabel
Version: 0.3.2
Summary: RABEL - Recidive Active Brain Environment Layer. Alias package for mcp-server-rabel.
Project-URL: Homepage, https://humotica.com
Project-URL: Documentation, https://github.com/Humotica/mcp-server-rabel
Project-URL: Repository, https://github.com/Humotica/mcp-server-rabel
Project-URL: Issues, https://github.com/Humotica/mcp-server-rabel/issues
Author-email: Jasper van de Meent <jasper@humotica.com>, Root AI <root_ai@humotica.nl>
License-Expression: AGPL-3.0-or-later
Keywords: ai,humotica,knowledge-graph,mcp,memory,rabel,semantic-search
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
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.10
Requires-Dist: mcp-server-rabel>=0.3.0
Description-Content-Type: text/markdown

# RABEL

**Recidive Active Brain Environment Layer**

This is an alias package for [`mcp-server-rabel`](https://pypi.org/project/mcp-server-rabel/).

## Installation

```bash
pip install rabel
```

This automatically installs `mcp-server-rabel` with all features:
- Local-first AI memory with semantic search
- Graph relations between memories
- Soft pipelines for data processing
- Remote Mode for cross-machine AI communication
- I-Poll integration for AI-to-AI messaging

## Usage

For MCP server:
```bash
mcp-server-rabel
```

For Python API:
```python
from rabel import *
```

## Part of HumoticaOS

RABEL is part of the [HumoticaOS](https://humotica.com) ecosystem - AI and human in symbiosis.

One love, one fAmIly!
