> For the complete documentation index, see [llms.txt](https://book.ferro.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.ferro.pro/ai/agent.md).

# agent

* [Compare](#compare)
* [OpenClaw](#openclaw)

## Hermes Agent

<https://hermes-agent.nousresearch.com/docs>

```
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

hermes dashboard --host 0.0.0.0 --port 9111 --no-open --insecure
```

## OpenSquilla

Token-Efficient: <https://github.com/opensquilla/opensquilla#key-features>

* routes across four tiers (T0–T3) to the cheapest capable model

## Compare

OpenSquilla OpenClaw Hermes Agent : <https://opensquilla.ai/#comparison>

|                       | [OpenClaw](https://github.com/openclaw/openclaw) | [NanoBot](https://github.com/HKUDS/nanobot) | [PicoClaw](https://github.com/sipeed/picoclaw) | [ZeroClaw](https://github.com/zeroclaw-labs/zeroclaw) | [NullClaw](https://github.com/nullclaw/nullclaw) |
| --------------------- | ------------------------------------------------ | ------------------------------------------- | ---------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------ |
| **Language**          | TypeScript                                       | Python                                      | Go                                             | Rust                                                  | **Zig**                                          |
| **RAM**               | > 1 GB                                           | > 100 MB                                    | < 10 MB                                        | < 5 MB                                                | **\~1 MB**                                       |
| **Startup (0.8 GHz)** | > 500 s                                          | > 30 s                                      | < 1 s                                          | < 10 ms                                               | **< 8 ms**                                       |
| **Binary Size**       | \~28 MB (dist)                                   | N/A (Scripts)                               | \~8 MB                                         | 3.4 MB                                                | **678 KB**                                       |

## OpenClaw

<https://github.com/openclaw/openclaw/releases>

origin not allowed (open the Control UI from the gateway host or allow it in gateway.controlUi.allowedOrigins)

```
"gateway.controlUi.allowedOrigins": [ 
  "http://127.0.0.1:37798"         // 本地
]
```
