Egregoros

Signal feed

Timeline

Post

Remote status

Context

2
OpenClaw is fucking amazing. This is so ridiculous. I wouldn't have believed it if I didn't see it with my own eyes.

I installed OpenClaw on a Debian VM, opened up the web chat, and told it that I want it to build a bridge to DeltaChat to communicate with me as it's not an officially supported integration.

I told it to pip install the deltachat-rpc-server, communicate with it over JSON-RPC, read my blog post about DeltaChat bots to understand how to use the JSON RPC, and to register an account on my server and send me the invite link.

it worked. Fully autonomously. Built the integration, and now I have an AI assistant inside DeltaChat
@feld 730kloc seems insane for a chat bot, there's other implementations that are 4-6kloc lines (nanobot/picoclaw), where's the fun if you're not letting it modify itself?

Replies

3
@i I already have a DeltaChat bot in elixir, but I only implemented the bare minimum I care about. It can send messages and attachments and respond to some commands and that's about all I need right now but yours looks thorough