← 返回
AI智能 中文

SageMaker

Unified memory-and-growth operating system for agents. Use when you need consistent layered memory (short/mid/long/knowledge), self-model-driven promotion ru...
智能体统一记忆成长操作系统。适用于需要一致性分层记忆(短期/中期/长期/知识)及自我模型驱动晋升的场景。
tenured-master-chef-607
AI智能 clawhub v1.0.1 1 版本 99834.7 Key: 无需
★ 0
Stars
📥 604
下载
💾 9
安装
1
版本
#latest

概述

Neuro Memory Core

Implement one shared behavior loop:

experience -> short_term evidence -> mid_term synthesis -> (knowledge or long_term) -> self-model calibration -> next-task behavior

Install / Bootstrap

Preferred safe path (no execution-policy bypass): create/verify these artifacts directly:

  • memory/short_term/
  • memory/mid_term/MEMORY.md
  • memory/long_term/MEMORY.md
  • memory/knowledge.md
  • memory/check_memory.json (dual-gate schema)

If this skill bundle includes scripts/install.ps1, you may run it without bypassing execution policy:

powershell -File "skills/SageMaker/scripts/install.ps1"

Optional (if bundled installer supports it): apply HEARTBEAT template with backup:

powershell -File "skills/SageMaker/scripts/install.ps1" -ApplyHeartbeatTemplate

Canonical Files

  • memory/short_term/YYYY-MM-DD.md (raw evidence)
  • memory/mid_term/MEMORY.md (near-term reusable conclusions)
  • memory/long_term/MEMORY.md (stable collaboration constraints)
  • memory/knowledge.md (transferable methods/policies)
  • self-model.md (current strengths/failures/growth themes/uncertainties)
  • memory/check_memory.json (daily/weekly gate state)

Required Promotion Rules

Update self-model.md only when:

  1. recurring failure mode is re-validated
  2. strength gains new evidence
  3. active growth theme should switch

Update memory/knowledge.md only when:

  1. method is reusable across multiple scenarios
  2. explicit evidence supports it
  3. rule can be expressed as if X then Y

Update memory/long_term/MEMORY.md only when:

  1. improves long-term collaboration quality
  2. is not short-term fluctuation

Entry Quality Contract (mid/long)

Every promoted item must include:

  • reason
  • evidence
  • confidence (low|medium|high)

Task Coupling (Mandatory)

For medium/high complexity tasks:

  1. read self-model.md + memory/knowledge.md
  2. write preflight checklist:
    • goal
    • success criteria
    • risks
    • uncertainty
  3. include one post-task reflection item before execution starts

Gate Model (memory/check_memory.json)

Use dual gate state:

{
  "daily_need_update": 1,
  "daily_update_done": 0,
  "weekly_need_update": 1,
  "weekly_update_done": 0
}

Semantics:

  • 1/0 = pending
  • 0/1 = done
  • anything else = invalid; normalize to 1/0

Scheduling Pattern

  • Daily cycle: promote short->mid + prune short-term retention
  • Weekly cycle: promote mid->long
  • Heartbeat: recovery path only (when gate remains pending)

Strict rule: success is valid only if gate flips to done.

Core-file Safety

Core-file changes must be proposal-first:

  • draft proposal
  • get approval
  • then apply

Core files include: SOUL.md, IDENTITY.md, AGENTS.md and equivalent identity/behavior governance files.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-20 03:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 711 📥 243,730
communication-collaboration

local-voice-reply

tenured-master-chef-607
面向飞书/Discord的本地OPUS/Ogg语音回复流水线,支持结构化语音自定义。默认语音为Juno(`voice/juno_ref.wav`),并支持重新配置。
★ 0 📥 1,079
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 834 📥 213,015