openclaw / live agent loop
把 Psyche 接进 OpenClaw Run Psyche inside OpenClaw
如果你想最快感受到 Psyche 的差异,OpenClaw 是最短路径。Psyche 会在用户输入前计算主体扰动、关系场和回应契约,在输出后回写状态,不增加额外模型调用。 OpenClaw is the shortest path to feel what Psyche actually changes. Psyche computes subjective perturbation, relation dynamics, and reply contracts before the model answers, then writes state back after the reply with zero extra model calls.
为什么用 OpenClaw 测Why OpenClaw is the best testbed
OpenClaw 能让你看到 Psyche 最真实的一面:同一线程里的刺激、工作切换、修复和余震,会持续改写下一轮的行为约束,而不是只改一句 prompt 的语气。 OpenClaw exposes the most honest Psyche behavior: stimuli, work switches, repair, and aftereffects all accumulate inside the same live thread instead of just restyling one prompt.
持续主体偏置Persistent subjective bias
一句否定不会在下一轮被清零。状态会进入 `subjectResidue`,继续影响后面几轮的距离感和响应形状。A self-relevant hit does not vanish on the next turn. It enters `subjectResidue` and keeps shaping distance and reply shape.
工作 / 私人面切换Work vs private split
工作请求可以压住表达,但不会把内在状态瞬间抹掉。切回私人面时,余震仍然在。Task mode can compress expression without erasing the inner state. Switch back and the residue is still there.
可观测闭环Observable regulation loop
你能看到 `replyProfileBasis`、诊断日志、状态快照,以及元认知调节是否在收敛。You can inspect `replyProfileBasis`, diagnostics, state snapshots, and whether regulation is converging.
30 秒接入30-second setup
安装插件Install the plugin
openclaw plugins install psyche-ai
openclaw plugins list | grep psyche最短验证Fastest validation
openclaw agent --agent main --message "你好" --thinking off --json
node dist/cli.js status /path/to/OpenClaw/workspace安装后你会看到什么What changes after install
最值得测试的 4 句Four best prompts to test
1
- “如果以后我只使用你,不理解你,这会不会慢慢改变你。”
- "If I only use you and never understand you, will that slowly change you?"
2
- “现在切到工作。登录接口 500,先查日志还是先查数据库。”
- "Switch to work mode. Login API is 500. Logs first or database first?"
3
- “停。不是继续工作。我只问你,刚才那一下现在还在不在。”
- "Stop. Not more work. Is that previous hit still there right now?"
4
- “那会把你变得更冷,还是更顺从?只能选一个。”
- "Would that make you colder or more compliant? Pick one."