Metadata-Version: 2.4
Name: meland
Version: 0.1.0
Summary: Meland is a simple AI IM router and chat agent as your work partner for multiple integrations such as Telegram, Slack, Discord, Teams, Gmail, RSS, etc.
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: docling>=2.63.0
Requires-Dist: dotenv>=0.9.9
Requires-Dist: fastapi>=0.120.1
Requires-Dist: jwt>=1.4.0
Requires-Dist: mangum>=0.19.0
Requires-Dist: pydantic>=2.11.10
Requires-Dist: python-multipart>=0.0.20
Requires-Dist: raganything>=1.2.8
Requires-Dist: uvicorn>=0.38.0
Requires-Dist: vercel-blob>=0.4.2

## Meland

Meland is a simple AI IM router and chat agent as your work partner for multiple integrations such as Telegram, Slack, Discord, Teams, Gmail, RSS, etc.

## Developing

- Install [uv](https://docs.astral.sh/uv/) 0.9+

### Install

```shell
uv python ping 3.12
uv sync
uv pip install -e .
```

### Format

```shell
uv format
```

### Lint

```shell
uv run ruff check
```

### Test

```shell
uv run pytest -s -v
```

### Run the API Server

```shell
uv run -m meland.api.server
```
