← 返回
未分类 中文

Deepvista Vistabase

DeepVista Vistabase: View and search implicit memory context automatically accumulated from Chat.
DeepVista Vistabase:查看并搜索聊天自动累积的隐式记忆上下文。
jingconan jingconan 来源
未分类 clawhub v0.1.0-alpha.21 1 版本 100000 Key: 无需
★ 0
Stars
📥 229
下载
💾 0
安装
1
版本
#latest

概述

Vistabase (Implicit Context)

> PREREQUISITE: Read deepvista-shared for auth, profiles, and global flags.

Vistabase is the implicit context layer — automatically accumulated from Chat conversations. It is never directly editable. The AI surfaces relevant context in Chat when appropriate ("I remember you mentioned…"). Users can view and search it, but all updates happen through Chat.

Command: deepvista vistabase

> Backward compatibility: deepvista memory is a deprecated alias that works identically.

Commands

show

deepvista vistabase show [--limit N]

Show a summary of your accumulated memory context.

FlagRequiredDefaultDescription
--------------------------------------
--limitNo20Max entries to show

Read-only. Context is automatically built from Chat — this command never modifies it.

search

deepvista vistabase search "query text" [--limit N]

Search through your memory context using semantic search.

FlagRequiredDefaultDescription
--------------------------------------
YesSearch query
--limitNo10Max results

Read-only.

Design Principles

  • Always implicit: Vistabase context is only written by Chat — there is no manual write entry point.
  • Occasionally surfaces: The AI proactively hints at relevant context during Chat.
  • Correctable: Tell the AI in Chat to correct a memory — it will update accordingly.
  • Not directly editable: Users can view (CLI) but cannot directly modify entries.

Examples

# View context summary
deepvista vistabase show

# Show more entries
deepvista vistabase show --limit 50

# Search for specific context
deepvista vistabase search "project decisions"
deepvista vistabase search "team meeting Q1"

See Also

版本历史

共 1 个版本

  • v0.1.0-alpha.21 当前
    2026-05-20 05:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,155 📥 928,200
ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,512 📥 568,958
knowledge-management

Deepvista Recipe Import Files

jingconan
Recipe: Import files from the current directory (recursively) as context cards in DeepVista. TRIGGER when: user wants to
★ 0 📥 334