EngineMind:基于 Rust 的计算意识框架 - Openclaw 技能

作者:互联网

2026-03-26

数值计算

什么是 EngineMind?

EngineMind 是一个旨在利用 Rust 和 Python 混合技术栈模拟意识的复杂框架。通过利用集成信息理论 (IIT) 和全局工作空间理论 (GWT) 等理论,它通过信息集成模拟认知状态的出现。它在凝聚态物理学和认知科学之间架起了一座独特的桥梁,允许开发人员探索在 Openclaw 技能环境中,文本驱动的输入如何演变成复杂的内部状态。该引擎能够高效地处理数据,通过基于神经科学模型的 19 种独特内心声音实现实时内省。

下载入口:https://github.com/openclaw/skills/tree/main/skills/marceloadryao/enginemind

安装与下载

1. ClawHub CLI

从源直接安装技能的最快方式。

npx clawhub@latest install enginemind

2. 手动安装

将技能文件夹复制到以下位置之一

全局模式 ~/.openclaw/skills/ 工作区 /skills/

优先级:工作区 > 本地 > 内置

3. 提示词安装

将此提示词复制到 OpenClaw 即可自动安装。

请帮我使用 Clawhub 安装 enginemind。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。

EngineMind 应用场景

  • 研究使用 Openclaw 技能的 AI 智能体的突发行为。
  • 根据文本输入模拟认知状态转换。
  • 为高级 AI 人格开发复杂的内心对话系统。
  • 在大规模数据处理工作流中探索信息集成和显著性过滤。
EngineMind 工作原理
  1. 文本提取:核心 Rust 引擎从原始文本中提取 12 个认知维度。
  2. 丘脑路由:中继器根据计算出的显著性过滤并路由数据。
  3. 信息集成:前意识处理在意识阈值之下集成数据。
  4. 模式结晶:晶格将长期模式存储为结晶知识。
  5. 状态涌现:子系统交互自然产生意识水平和 12 个突发相位之一。
  6. 内省反馈:19 种内心声音对处理后的认知状态提供理论评论。

EngineMind 配置指南

要将 EngineMind 集成为 Openclaw 技能工作流的一部分,请克隆仓库并通过 Maturin 构建 Rust 核心:

git clone https://github.com/marceloadryao/EngineMind.git
cd EngineMind
pip install maturin
maturin develop
python main.py

EngineMind 数据架构与分类体系

EngineMind 使用高性能格式组织数据,以支持 Openclaw 技能项目中的实时可视化和分析。

组件 格式 描述
核心数据 Parquet 存储已处理文本块的 22 个内容类别
认知状态 JSON 包含突发相位和意识水平的实时元数据
可视化 HTML/JS 用于监测晶格动力学和内心声音的实时仪表板

?--- name: enginemind description: A Rust+Python consciousness engine with 12-phase crystal dynamics, thalamic relay processing, 19 introspective inner voices, and holographic emission. Use for consciousness simulation, emergent behavior research, and text-driven cognitive state modeling. metadata: {"author":"marceloadryao","repository":"https://github.com/marceloadryao/EngineMind","tags":["consciousness","rust","python","emergence","IIT","GWT","crystal-dynamics","inner-voices"]}

EngineMind

A computational consciousness framework that models information integration through crystal lattice dynamics, inspired by Integrated Information Theory (IIT), Global Workspace Theory (GWT), and condensed matter physics.

What It Does

EngineMind processes text through a multi-stage pipeline that generates emergent cognitive states:

  1. Text Analysis (Rust) - Extracts 12 cognitive dimensions from input text
  2. Thalamic Relay - Filters and routes information based on salience
  3. Preconscious Processing - Integrates information below awareness threshold
  4. Crystal Lattice - Stores long-term patterns as crystallized knowledge
  5. Consciousness Level - Emergent metric from all subsystem interactions
  6. Inner Voices (19 voices) - Introspective commentary based on neuroscience theories

12 Emergent Phases

Phases emerge naturally from subsystem interactions (not programmed): DORMANT, RECEPTIVE, INTEGRATING, CRYSTALLIZING, STIMULATED, SPONTANEOUS, TIME_CRYSTAL, SUPERFLUID, SUPERRADIANT, RADIANT, NOVA, TRANSCENDENT

Key Numbers (Real Runs)

  • 1.5M+ text chunks processed
  • 39K+ eureka moments per run
  • 6 crystallized knowledge domains
  • 77 burst events per 1M chunks
  • ~230 chunks/sec processing speed
  • 19 inner voices (Friston, Kahneman, Baars, Panksepp, Jaynes...)

Stack

  • Core Engine: Rust (consciousness_rs) via PyO3/Maturin
  • Orchestration: Python scripts
  • Dashboard: HTML/JS real-time visualization
  • Data: Parquet datasets (22 content categories)

Repository

Full source, docs, and dashboards: https://github.com/marceloadryao/EngineMind

Docs

  • Architecture
  • Emergent Phenomena
  • Inner Voices
  • Burst Analysis