deepvista-recipe
Recipe (Executable Workflows)
PREREQUISITE: Read deepvista-shared for auth, profiles, and global flags.
Recipes are structured checklist workflows. Each Recipe is a template with phases and steps. Running a Recipe creates a "run" — an execution instance where the AI agent works through the checklist.
Command: deepvista recipe <subcommand>
App URLs
After any write operation (run, create), always show the recipe URL to the user:
https://app.deepvista.ai/memory?contextId=<id>
Extract the id from the JSON response and present it as a clickable link.
Commands
More from deepvista-ai/deepvista-cli
deepvista-chat
DeepVista Chat: Send messages to the AI agent and manage chat sessions.
29deepvista-shared
DeepVista CLI: Authentication, global flags, and security conventions.
27deepvista-notes
|
27deepvista-persona-knowledge-worker
Persona: Knowledge worker daily workflow — check cards, process notes, run Recipes.
27deepvista-recipe-export-knowledge-as-skills
Recipe: Export Recipes as installable SKILL.md files for AI agents.
27deepvista-vistabase
DeepVista VistaBase: Manage your knowledge base — create, search, and organize context cards.
22