Skip to content

Commit 678f003

Browse files
committed
feat: add moltbot examples
1 parent 5bfbbf1 commit 678f003

5 files changed

Lines changed: 1562 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# AGB Python SDK
1+
<h1 align="center">AGB Python SDK</h1>
2+
3+
---
4+
5+
## 🔥 Moltbot (formerly Clawdbot) Quick Deployment
6+
7+
You can use AGB SDK to spin up a prebuilt Moltbot cloud desktop in minutes, then open the Moltbot console inside the desktop browser.
8+
9+
- **Cookbook (Discord):** [docs/examples/openclaw/openclaw_discord_config_example.py](docs/examples/openclaw/openclaw_discord_config_example.py) — create session, run openclaw config (Bailian/Discord), and get the cloud desktop URL.
10+
- **Cookbook (Slack):** [docs/examples/openclaw/openclaw_slack_config_example.py](docs/examples/openclaw/openclaw_slack_config_example.py) — create session, run openclaw config (Bailian/Slack), and get the cloud desktop URL.
11+
- **Cookbook (Telegram):** [docs/examples/openclaw/openclaw_telegram_config_example.py](docs/examples/openclaw/openclaw_telegram_config_example.py) — create session, run openclaw config (Bailian/Telegram), and get the cloud desktop URL.
12+
- **Cloud Desktop URL:** The example prints `session.resource_url` and pauses for hands-on exploration.
13+
- **Moltbot console:** Open `http://127.0.0.1:18789` inside the cloud desktop.
14+
15+
---
216

317
AGB Python SDK provides a convenient way to interact with the AGB cloud service.
418

0 commit comments

Comments
 (0)