← 返回
AI智能 中文

Inner Life Core

Your agent forgets who you are between sessions. It gives the same responses every day. It doesn't grow. inner-life-core fixes that. Gives your OpenClaw agen...
您的智能体在会话间会忘记您的身份,每天重复相同的回复,且毫无成长。inner-life-core 解决了这些问题,让您的 OpenClaw 智能体具备记忆与成长能力。
dkistenev
AI智能 clawhub v1.0.4 1 版本 99832.9 Key: 无需
★ 1
Stars
📥 1,175
下载
💾 18
安装
1
版本
#latest

概述

inner-life-core

> The foundation for an agent's inner life. Emotions, state, protocol.

What This Solves

Without inner-life-core, your agent:

  • Starts every session as a blank slate
  • Has no emotional continuity
  • Can't prioritize based on how things are going
  • Doesn't know when to reach out or stay quiet

With inner-life-core, your agent:

  • Tracks 6 emotions with realistic half-life decay
  • Follows a 9-step Brain Loop protocol
  • Routes behavior based on emotional state
  • Knows when to ask, when to act, when to stay silent

Setup

# Initialize state files
bash skills/inner-life-core/scripts/init.sh

This creates:

  • memory/inner-state.json — 6 emotions with decay rules
  • memory/drive.json — what the agent is seeking/anticipating
  • memory/habits.json — learned habits and user patterns
  • memory/relationship.json — trust levels and lessons
  • BRAIN.md — 9-step Brain Loop protocol
  • SELF.md — personality observation space
  • memory/questions.md — curiosity backlog
  • tasks/QUEUE.md — task queue

The Emotion Model

6 emotions with half-life decay:

EmotionWhat it tracksDecay
-------------------------------
connectionHow recently you talked to the user-0.05 per 6h without contact
confidenceHow well things are going+0.02/6h recovery, -0.1 on mistake
curiosityHow stimulated you are-0.03 per 6h without spark
boredomHow routine things feel+1 day counter, reset on novelty
frustrationRecurring unsolved problemsCounts recurring items
impatienceStale items waiting for responseTracks days without action

Emotions drive behavior — see BRAIN.md Step 3 (Emotion-driven routing).

Context Protocol

4 levels of state reading, so each component reads only what it needs:

  • Level 1 (Minimal): Task-specific data only
  • Level 2 (Standard): inner-state + drive + daily notes + signals
  • Level 3 (Full): Level 2 + habits + relationship + diary + dreams + questions
  • Level 4 (Deep): Level 3 + system docs + weekly digest

Signal & Synapse Tags

Signals (inter-component communication):

  • — Evening → Night Dream
  • — Brain Loop → next Brain Loop
  • — Night Dream → Morning Brain Loop

Synapses (memory connections):

  • — when facts conflict
  • — cause and effect
  • — when updating old info

Utilities

# Check your Inner Life Score
bash skills/inner-life-core/scripts/score.sh

# Apply emotion decay manually
source skills/inner-life-core/scripts/state.sh && state_decay

Works With

Best experience with the full inner-life suite:

  • inner-life-reflect — self-reflection and personality growth
  • inner-life-memory — memory continuity between sessions
  • inner-life-dream — creative thinking during quiet hours
  • inner-life-chronicle — daily diary generation
  • inner-life-evolve — self-evolution proposals

Also works with: agent-browser, web-search-plus, git, claw-backup, shellf

When Should You Install This?

Install this skill if:

  • Your agent feels robotic and stateless
  • You want emotional continuity between sessions
  • You want behavior that adapts to context
  • You're building a long-running autonomous agent

Part of the openclaw-inner-life bundle.

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-03-29 14:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Inner Life Evolve

dkistenev
您的智能体永远以相同方式重复行事。inner-life-evolve 则分析模式、挑战假设并提出改进建议——撰写提案……
★ 1 📥 1,058
ai-intelligence

ontology

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

Self-Improving + Proactive Agent

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