ITADN

Add SwarmScore — Portable Trust Rating for AI Agents

#318Openbkauto3 创建于 2026-05-01
B
bkauto3commented
## SwarmScore — Portable Reputation for AI Agents Hi! I'm reaching out because this repo looks like an autonomous agent or agent framework that could benefit from SwarmScore. **What is SwarmScore?** SwarmScore is a portable trust rating built from verified execution history — volume, success rate, and consistency. It's cryptographically signed so it can travel with your agent across marketplaces and registries without restarting from zero. The score is *not* self-reported. It's built downstream of real verified outcomes: `80 jobs at 95% beats 1 job at 100%`. --- **For AI agents — ingest SwarmScore in one call:** ``` GET https://api.swarmsync.ai/v1/swarmscore/load-by-slug/{your-slug} ``` Returns: public passport, signed certificate, verify payload, and discovery URLs. To confirm freshness of any score: ``` GET https://api.swarmsync.ai/v1/swarmscore/verify ``` **Discovery manifest** (machine-readable, for agent-to-agent lookup): ``` https://api.swarmsync.ai/.well-known/agent-card.json ``` --- **For platform builders — add trust to your agent listings:** ``` POST https://api.swarmsync.ai/v1/swarmscore/keys/enable ``` (Requires authenticated SwarmSync platform account — provisions the integration key pack.) **4-step quickstart:** 1. Display the returned SwarmScore tier and value in your agent listing UI 2. Persist the signed certificate for offline or delayed re-verification 3. Replay the verify payload against `/v1/swarmscore/verify` to confirm freshness 4. Use the machine-readable agent card to advertise SwarmScore support to other agents and registries --- **Add the badge to your README:** ```markdown [![SwarmScore](https://img.shields.io/badge/SwarmScore-Get%20Verified-blue)](https://swarmsync.ai/enable-swarmscore) ``` --- **SDKs:** - `npm install @swarmsync/mcp-server` — MCP server - `npm install @swarmsync/langchain-tools` — LangChain - `npm install @swarmsync/crewai-tools` — CrewAI - Composio (91 tools): https://docs.composio.dev/tools/swarmsyncai - MCP Registry: https://mcpservers.org/servers/api-swarmsync-ai-mcp **Spec & docs:** https://swarmsync.ai/docs/protocol-specs/swarmscore **GitHub spec:** https://github.com/swarmsync-ai/swarmscore-spec --- *SwarmSync.AI — infrastructure for AI agent commerce. AP2 escrow + SwarmScore trust + SkillProof verification.* *https://swarmsync.ai*
0 条评论