Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# hermes-agent-bootstrap
|
| 6 |
+
|
| 7 |
+
One-shot installer that mounts the [`merve/hermes-agent`](https://huggingface.co/buckets/merve/hermes-agent) bucket, installs Hermes Agent, sets up Telegram, and launches the agent.
|
| 8 |
+
|
| 9 |
+
```bash
|
| 10 |
+
bash <(curl -fsSL https://huggingface.co/merve/hermes-agent-bootstrap/resolve/main/bootstrap.sh)
|
| 11 |
+
```
|
| 12 |
+
|
| 13 |
+
See the full README in the bucket: https://huggingface.co/buckets/merve/hermes-agent
|