← 返回
开发者工具 中文

BenOS Memory Core

Core runtime/volatile memory module for BenOS agent environment. Use to: store and retrieve active session state, open loops, decisions, and scratch notes at...
BenOS代理环境的核心运行时/易失性内存模块,用于存储和检索活动会话状态、开放循环、决策和临时笔记。
benmjohnson69 benmjohnson69 来源
开发者工具 clawhub v0.1.2 1 版本 99911.3 Key: 无需
★ 0
Stars
📥 1,126
下载
💾 6
安装
1
版本
#latest

概述

BenOS Memory Core

Purpose:

  • Interface for runtime/volatile memory for BenOS agents and submodules.
  • Store session info, open loops, decisions, and notes through index.js commands or direct file edits.

State/storage location:

  • Default: ~/.openclaw/workspace/benos/runtime/state.json
  • Convention: Also supports related runtime and session files under benos/runtime/.

Usage:

  • Use skill commands for agent-controlled read/write.
  • Edit files directly for manual repairs or migration as needed.

Schema v1:

  • schemaVersion: number
  • lastHydratedAt: ISO8601 or null
  • lastSessionRef: string or null
  • activeInitiatives: array
  • openLoops: array
  • recentDecisions: array
  • notes: array

Extension:

Add new fields via additional versioned schemas or skill upgrades as needed.

版本历史

共 1 个版本

  • v0.1.2 当前
    2026-03-29 05:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Benos Bootstrap

benmjohnson69
在OpenClaw中初始化BenOS运行时,验证系统状态、配置、环境及Node兼容性,随后再运行其他BenOS技能。
★ 0 📥 237
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,474
ai-agent

self-improving agent

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