Metadata-Version: 2.4
Name: hermes-baiduapp
Version: 0.1.0
Summary: Baidu App platform plugin for Hermes Agent (polling mode, no webhook)
License: MIT
Keywords: baidu,chatbot,gateway,hermes,hermes-agent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# hermes-baiduapp

Baidu App platform plugin for [Hermes Agent](https://github.com/NousResearch/hermes-agent).

Uses polling mode (`/channel/msg/poll`) to receive messages. No webhook required.

## Install

```bash
pip install hermes-baiduapp
```

## Configure

Add to `~/.hermes/.env`:

```
BAIDU_APP_KEY=your-app-key
BAIDU_APP_SECRET=your-app-secret
# Optional:
BAIDU_API_BASE=https://claw.baidu.com
GATEWAY_ALLOW_ALL_USERS=true
```

Then restart the gateway:

```bash
hermes gateway run
```

No changes to `config.yaml` needed — the plugin is auto-discovered via entry_points.
