-
Notifications
You must be signed in to change notification settings - Fork 1
Memory and Skills EN
zhenhun edited this page Sep 4, 2026
·
1 revision
中文 | English
During a conversation, the AI can use the built-in add_memory tool at any moment to persist information worth keeping long-term (user preferences, project conventions, important conclusions) as memories—no manual trigger required.
- Viewing: the Memory page lists all memory entries
-
Manual capture: in the TUI, write one directly with
/mem <content> -
Viewing: in the TUI,
/mems - Memories are injected as part of the context in subsequent conversations and take effect across sessions
Skills are reusable operation procedures captured by the AI (more structured than memories):
- Created through the built-in
skilltool: the AI distills "how to do a certain kind of task" into steps - View and manage them on the Skills page
- In later conversations, the AI can look up and reuse existing skills, avoiding repeated trial and error
You: Remember that I prefer a black-and-white UI and no emoji
AI: (calls add_memory to save it)
You: Summarize "deploying a static site to a server" into a skill
AI: (calls skill to save the steps)
Memory and skill captures are also recorded in the Audit Log.
中文
- 首页
- 使用:安装指南 · 芯片与操作系统支持 · 快速上手 · 对话功能 · TUI-终端模式 · FAQ
- 进阶:工具系统 · MCP-集成 · 记忆与技能 · 远程访问与-API · 自动更新 · 审计日志
- 参与:开发与构建
English
- Home
- Usage: Installation Guide · Chips & OS Support · Quick Start · Chat Features · TUI Terminal Mode · FAQ
- Advanced: Tool System · MCP Integration · Memory & Skills · Remote Access & API · Auto Update · Audit Log
- Development: Development & Build