Vizzybl LogoVizzybl LogoVizzybl

AI Agents Overview

How the Supervisor and seven specialist agents work together, and how to invoke them with @mentions and /commands.

AI Agents

Vizzybl's chat is powered by a Supervisor and seven specialist agents. Each agent has a focused job — running audits, monitoring prompts, scoring citations, generating llms.txt, and more. This page explains how agents work and points you to the reference for each one.

How agents work

The Supervisor reads every message you send and decides which agent should handle it. You can let the Supervisor route automatically, or invoke an agent directly:

  • @mention — Routes the rest of your message to that agent for free-form conversation. Example: @analysis What were the top issues in my last audit?
  • /command — Runs a specific skill with structured arguments. Example: /audit example.com

When one agent's output feeds into another, the Supervisor passes context between them automatically.

Mention vs. command

When to useExample
@mentionOpen-ended questions and follow-ups in plain English@intelligence why did my scores drop this week?
/commandTargeted operations with specific inputs (URL, keyword, audit ID)/citation-score example.com

You can mix both in one chat — start with /audit example.com, then ask @analysis what should I fix first?.

All agents at a glance

AgentMentionWhat it does
Analysis@analysisExplains audit results and compares URLs
Prompt Monitor@promptsGenerates, scrapes, and manages brand prompts
Brand Intelligence@intelligenceTrends, anomalies, insights, and dashboard metrics
Content Authority@contentCitation optimization, rewrites, infographics, alt text
Brand ProtectionIndexes your site, simulates RAG, red-teams, fact-checks
LLMs.txtGenerates and refines llms.txt for your domain
Documentation@docsAnswers questions about Vizzybl features

About the Supervisor

The Supervisor is the orchestrator that reads every message you send. It decides which agent to route to, runs lightweight utility tools directly (/notify, /visualize, /feedback, /open, /audit), and stitches multi-step workflows together. You never talk to it directly — it's always running underneath your chat.

Next steps