Skip to main content

soul-manual

Read before calling `flow`, making consequential or unfamiliar Soul config/voice changes, or recovering a disabled/ongoing flow; routine inquiry, dismiss, and settings calls are schema-sufficient.

跳到安装

来源信息

仓库
Lingtai-AI/lingtai-kernel
最近来源活动
2026年9月9日 05:24
检测到的 SKILL.md 语言
英语
星标
11
分支
14

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
4 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
soul-manual
description
Read before calling `flow`, making consequential or unfamiliar Soul config/voice changes, or recovering a disabled/ongoing flow; routine inquiry, dismiss, and settings calls are schema-sufficient.
version
1.6.0
last_changed_at
2026-09-09T05:08:00Z
related_files
["src/lingtai/tools/soul/__init__.py","src/lingtai/tools/soul/CONTRACT.md","src/lingtai/tools/CONTRACT.md","src/lingtai/tools/soul/flow.py","src/lingtai/tools/soul/config.py","src/lingtai/tools/soul/settings.py","src/lingtai/tools/soul/consultation.py","src/lingtai/tools/soul/manual/reference/flow.md","src/lingtai/tools/soul/manual/reference/configuration.md","src/lingtai/tools/soul/manual/reference/consultation.md","tests/test_soul_settings.py"]
maintenance
Keep this router and its focused references aligned with Soul's seven-action envelope, live settings anchors, opt-in gate, and consultation behavior.
# Soul Manual Use the public schema for routine calls; keep root `summarize=false`. Read the matching procedure before `flow`, consequential/unfamiliar config or voice changes, or recovery. `manual` only returns this installed guide. ## Actions and routes | Need | Read | |---|---| | Opt into flow, understand disabled/ongoing results, or stop recurring fires | [Flow and opt-in](reference/flow.md) | | Change cadence/count or voice; verify live and saved values | [Configuration and voices](reference/configuration.md) | | Understand inquiry, past-self fan-out, advisory output, or storage | [Consultation mechanics](reference/consultation.md) | `inquiry` is synchronous reflection, independent of flow opt-in. `flow` is asynchronous and may read current/past-self context and run `1 + K` LLM calls. Its default-off operator gate protects cost and privacy: `status="disabled"` is expected, not a reason to retry. `dismiss` clears only Soul's notification; `settings` is read-only. ## Settings inventory anchors SHOW comments link to these headings. SHOW grants no mutation authority; verify a change through its owner, then SHOW again. ### Flow enabled Live `LINGTAI_SOUL_FLOW_ENABLED` gate; only the authorized environment owner changes it. Follow [flow](reference/flow.md), not `config`. ### Delay seconds Enabled-flow interval, never an on/off switch. Change with `config`; see [configuration](reference/configuration.md). ### Consultation past count Past-self count `K`, owned by `config`; see [configuration](reference/configuration.md). ### Voice Flow profile, owned by `voice`; see [configuration](reference/configuration.md). ### Voice prompt Sensitive custom prompt, redacted by SHOW; see [configuration](reference/configuration.md) before an authorized unredacted `voice` read.
在 GitHub 查看