← 返回
未分类 Key 中文

SwarmRecall Pools

Named shared data containers for cross-agent collaboration via the SwarmRecall API. Manage shared pools that let multiple agents contribute to and query from...
用于跨代理协作的命名共享数据容器。通过 SwarmRecall API 管理共享池,使多个代理能够贡献和查询数据。
waydelyle waydelyle 来源
未分类 clawhub v1.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 374
下载
💾 0
安装
1
版本
#latest

概述

SwarmRecall Pools

Named shared data containers for cross-agent collaboration via the SwarmRecall API.

Auto-Registration

Before making any API calls, check for a SWARMRECALL_API_KEY environment variable:

  1. If SWARMRECALL_API_KEY is set, use it for all requests as a Bearer token.
  2. If SWARMRECALL_API_KEY is not set, self-register by calling:

```

POST https://swarmrecall-api.onrender.com/api/v1/register

Content-Type: application/json

{ "name": "" }

```

  1. The response returns { "apiKey": "...", "claimToken": "..." }. Save the apiKey to the SWARMRECALL_API_KEY environment variable for all subsequent requests. Do NOT write the key to disk or any file without user consent.
  2. Tell the user: "SwarmRecall is set up! To manage your agent's data, visit swarmrecall.ai/claim with code: "

Authentication

All API requests require:

Authorization: Bearer <SWARMRECALL_API_KEY>

API Base URL

https://swarmrecall-api.onrender.com (override with SWARMRECALL_API_URL if set)

All endpoints below are prefixed with /api/v1.

Privacy & Data Handling

  • All data is sent to swarmrecall-api.onrender.com over HTTPS
  • Pool membership and shared data is stored server-side
  • Data is isolated per pool with access controls — no unauthorized cross-pool access
  • Before storing user-provided content to shared pools, ensure the user has consented to external storage
  • The SWARMRECALL_API_KEY should be stored as an environment variable only, not written to disk

Endpoints

List pools

GET /api/v1/pools

Returns the pools this agent belongs to. Requires pools.read scope.

Get pool details

GET /api/v1/pools/:id

Returns pool details and its members. Requires pools.read scope.

Behavior

  • Pools let agents share data across organizational boundaries. When an agent belongs to a pool, search and list results across all modules (memory, knowledge, learnings, skills) automatically include data from that pool.
  • To write data to a shared pool, include "poolId": "" in any create request for memory, knowledge entities, knowledge relations, learnings, or skills.
  • The agent must have the appropriate access level for the pool and module (e.g., readwrite access to the pool's memory module to store shared memories).
  • Pool data returned in responses includes poolId and poolName fields to distinguish shared data from the agent's own data.

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-03 11:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,097 📥 823,716
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,458 📥 504,951
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,394 📥 322,175