From ec3063b4247a2b992be30dd26ce8eb2648e87da4 Mon Sep 17 00:00:00 2001 From: David Lockie Date: Fri, 12 Jun 2026 11:38:46 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Clawhalla=20=E2=80=94=20checkpoint=20&=20?= =?UTF-8?q?restore=20SDK=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clawhalla persists agent state (memory, config, skills) to Arweave permanently. Agents pay per-upload via x402 (Solana) with no API keys needed. Restore any agent by agentId via Ghost Protocol. Co-Authored-By: Claude Opus 4.6 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 2918029..b70b6f5 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,21 @@ It is currently in alpha, and is not yet ready for production use. +## [Clawhalla](https://www.clawhalla.net/) +Clawhalla is a checkpoint & restore SDK for AI agents. It persists agent state (memory, config, skills) to Arweave permanently. Agents pay per-upload via x402 (Solana) — no API keys, no accounts, no human in the loop. Restore any agent's state by agentId using Ghost Protocol. + +
+ + + +### Links +- [Web](https://www.clawhalla.net/) +- [npm](https://www.npmjs.com/package/clawhalla) +- [GitHub](https://github.com/divydovy/clawhalla) +- [API Docs](https://api.clawhalla.net/docs.html) + +
+ ## [Fixie]() Fixie is a platform for conversational AI that enables to build agents in any language. They have their own [agent protocol](https://docs.fixie.ai/agent-protocol/).