Commercial workflows for Visor.
AI-powered code exploration workflow that answers questions about your codebase with references.
Features:
- Multi-project support
- Automatic project routing
- Code references with file paths and line numbers
- GitHub integration for documentation
- Output includes routed project IDs and detailed metadata
Outputs (key fields):
answer: final response objectreferences: file referencesprojects_explored: list of routed project IDsprojects_explored_details: list of{id, repo, description, reason}
imports:
- visor-ee://workflows/code-talk.yaml
checks:
explore:
type: workflow
workflow: code-talk
args:
question: "How does authentication work?"
architecture: |
# Your project architecture docs
projects:
- id: my-project
repo: your-org/your-repoSee examples/code-talk-workflow.yaml for a complete example.
imports:
- visor-ee://workflows/code-talk.yaml
checks:
assistant:
type: ai
prompt: "Help the user with their question"
ai_custom_tools:
- workflow: code-talk
args:
projects:
- id: my-project
repo: your-org/your-repoSee examples/code-talk-as-tool.yaml for a complete example.
Reusable intent classification workflow for assistant routing.
Features:
- Configurable intent catalog (id + description + guidance)
- Short question rewriting (topic)
- Optional tag classification (capabilities/resources)
- Works with Slack/GitHub thread context
Outputs (key fields):
intent: selected intent IDtopic: short rewritten questiontags: array of selected tag IDs (optional)
Example:
checks:
route-intent:
type: workflow
workflow: intent-router
args:
question: "Please summarize this thread and highlight action items."
intents:
- id: chat
description: general Q&A or small talk
- id: thread_summary
description: user explicitly asks for a summary of the thread
- id: code_help
description: questions about code, debugging, or implementation details
tags:
- id: jira
description: request references Jira tickets or needs Jira data
- id: confluence
description: request references Confluence pages or needs Confluence data
This software is proprietary and requires a commercial license. See LICENSE for details.
Contact: hello@probelabs.com