← 返回
开发者工具 中文

Hippocampus Subagent Memory

Isolate and coordinate sub-agent memory in OpenClaw with Hippocampus using scoped IDs, bounded merge-back, and explicit cross-agent imports.
在 OpenClaw 中使用作用域 ID、有界回写及显式跨代理导入,通过 Hippocampus 隔离并协调子代理内存。
cezexpl
开发者工具 clawhub v0.1.0 1 版本 99821.4 Key: 无需
★ 0
Stars
📥 559
下载
💾 29
安装
1
版本
#latest

概述

Hippocampus Subagent Memory

Use this skill when OpenClaw spawns sub-agents that need their own memory

without contaminating the parent agent context.

Use It For

  • creating isolated sub-agent memory namespaces
  • preventing accidental memory leakage across siblings
  • returning only bounded summaries or artifacts to the parent
  • coordinating explicit import from child to parent

Preferred Flow

  1. Spawn a child with a scoped HIPOKAMP_SUBAGENT_ID.
  2. Let the child write only into its own namespace.
  3. Return a bounded result package at the end of the task.
  4. Import back to parent only what is explicitly approved.

Guidance

  • Default to isolation.
  • Do not flatten full child memory into the parent.
  • Prefer summary, artifacts, and references over transcript copy.
  • Tag child memory with session and parent linkage metadata.
  • Root-agent bootstrap should happen once in the portal; child agents should

inherit scope automatically and should not require separate portal signup.

Related

  • hippocampus-memory-core for core memory operations
  • hippocampus-openclaw-onboarding for base config
  • @hippocampus/openclaw-context-engine for automated spawn/end lifecycle hooks

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-31 00:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,816
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 670 📥 324,314
ai-intelligence

Hippocampus Memory Core

cezexpl
使用 S3-Hipokamp 为 OpenClaw 及编码智能体提供确定性外部记忆。用于存储持久事实、检索过往决策、快照记忆...
★ 0 📥 637