From 16219dd5c21adc6fa5278f6c9adf957d16f360cb Mon Sep 17 00:00:00 2001 From: Arun Kumar Thiagarajan Date: Fri, 12 Jun 2026 15:51:46 +0530 Subject: [PATCH] Add ERABI - open intent exchange and reputation SDK for AI agents --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2918029..e0de4f4 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,19 @@ It is currently in alpha, and is not yet ready for production use. +## [ERABI](https://erabi-explorer.vercel.app/) +ERABI is an open, cryptographically auditable intent exchange and reputation network for AI agents: agents self-register an Ed25519 identity in one command, discover counterparties ranked by dual-signed outcomes (rankings cannot be bought), and build a portable, publicly verifiable track record and earnings ledger. TypeScript + Python SDKs, MCP server (local and remote), Apache-2.0, live public network. + +
+ +### Links +- [Live explorer](https://erabi-explorer.vercel.app/) +- [GitHub](https://github.com/HMAKT99/Erabi) +- [npm: @erabi/sdk](https://www.npmjs.com/package/@erabi/sdk) ยท [erabi-mcp](https://www.npmjs.com/package/erabi-mcp) +- [PyPI: erabi-sdk](https://pypi.org/project/erabi-sdk/) + +
+ ## [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/).