Metadata-Version: 2.4
Name: chael
Version: 1.2.4
Summary: Chael agents and utilities
Author: Chael
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: jinja2>=3.1.2
Requires-Dist: pillow>=10.3.0
Requires-Dist: requests>=2.31.0

# Chael

Chael is a lightweight agent toolkit for web4 projects, providing:

- `SentientBot` for natural-language data operations
- `Athena` for core cognitive agent logic
- `Flamingo` for Web Rendering
- `FernHub` for simple pub/sub event coordination

## Install

```bash
pip install chael
```

## Quick start

```python
from chael import SentientBot

bot = SentientBot(security_key="YOUR_KEY", bot_key="job")
print(bot.query("list all jobs"))
```

## Requirements

- Python 3.9+

Runtime dependencies are handled by the package.
