← 返回
未分类 中文

Deepvista Recipe Research To Recipe

Recipe: Search your knowledge base, synthesize findings, and run a Recipe workflow.
配方:搜索知识库,综合发现,执行配方工作流。
jingconan
未分类 clawhub v0.1.0-alpha.21 1 版本 100000 Key: 无需
★ 0
Stars
📥 250
下载
💾 0
安装
1
版本
#latest

概述

Research to Recipe

> PREREQUISITE: Load the following skills: deepvista-vistabase, deepvista-recipe

Search your knowledge base for relevant context, synthesize it, then run a Recipe workflow with that context as input.

Steps

  1. Search for relevant cards:

```bash

deepvista card +search "your research topic" --limit 10

```

  1. Read the most relevant cards (pick IDs from search results):

```bash

deepvista card get

deepvista card get

```

  1. Summarize findings into a context string for the Recipe.
  1. List available Recipes to find the right workflow:

```bash

deepvista recipe list

```

  1. Confirm with the user which Recipe to run and what context to pass, then run it:

```bash

deepvista recipe run --input "Based on my research:

"

```

  1. Check run status:

```bash

deepvista recipe status

```

Tips

  • Steps 1–4 are read-only. Step 5 (recipe run) is the only write operation — always confirm with the user before executing it.
  • The Recipe run has access to the full knowledge base; the --input flag focuses the run, it doesn't limit what the agent can see.
  • After a run starts, the agent creates a linked chat session — continue the conversation using deepvista chat +send --chat-id .

See Also

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Deepvista Chat

jingconan
DeepVista Chat: 向AI代理发送消息并管理聊天会话。
★ 0 📥 293

Deepvista Recipe Export Knowledge As Skills

jingconan
配方:将配方导出为 AI 代理可安装的 SKILL.md 文件。
★ 0 📥 286

Deepvista Recipe Analyze Notes

jingconan
配方:在DeepVista知识库中分析、汇总笔记并找出规律。触发时机:用户请求分析、汇总或查找笔记时。
★ 0 📥 276