Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.04 KB

File metadata and controls

59 lines (39 loc) · 1.04 KB

RecallNest Operations

This file is the short operator memo for common actions.

Open The UI

Manual

cd /Users/anxianjingya/recallnest
bun run src/ui-server.ts

Then open:

http://localhost:4317

Ask Codex

Use either of these:

  • 帮我启动 RecallNest UI
  • 帮我打开 RecallNest 记忆工作台
  • 帮我把 RecallNest 的本地界面跑起来

Expected result:

  • local UI server starts
  • browser target is http://localhost:4317

Quick Intent Phrases

Search

  • 帮我在 RecallNest 里搜 telegram bridge
  • 帮我查一下过去关于 OpenClaw memory 的记录

Distill

  • 帮我把 OpenClaw 记忆系统蒸馏成 briefing

Brief

  • 帮我把这个主题做成一个 brief asset

Assets

  • 帮我打开 Assets 视图
  • 帮我看一下有哪些 memory assets

Cleanup

  • 帮我检查有没有 dirty briefs
  • 帮我清理旧的脏 brief

Product Position

RecallNest should be operated primarily through:

  1. MCP
  2. UI

CLI is an implementation layer, not the main product surface.