Agent Visualizer
The Agent Visualizer Snap is a Utility Snap for SnapLogic AI Agents. It provides a comprehensive dual-view interface combining an interactive diagram and a detailed step-by-step log. This dual visualization approach enables users to trace and analyze agent behavior precisely, offering enhanced transparency into complex AI agent operations and making it easier to understand how agents process and respond to user requests.

Prerequisites
- Existing Agentic Pipeline which has the full
messageslist for the Agent, or a pipeline which containsagent_vis_logobject generated from an Agent Visualizer Snap previously
Snap views
| View | Description | Examples of upstream and downstream snaps |
|---|---|---|
| Input | This Snap has exactly one document input view. The Snap requires an input document to have either an Agent "messages" list or "agent_vis_log" object as part of the input document schema for it to be visualized by the Agent Visualizer UI. | PipeLoop |
| Output | This Snap supports exactly two document output views.
|
JSON Formatter |
| Error | Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the pipeline by choosing one of the following options from the ”When errors occur“ dropdown under the Views tab. The available options are:
|
|
Snap settings
Legend:
- Expression icon(
): Allows using JavaScript syntax to access SnapLogic Expressions to set field values dynamicall (if enabled). If disabled, you can provide a static value. Learn more.
- SnapGPT (
): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
- Suggestion icon (
): Populates a list of values dynamically based on your Snap configuration. You can select only one attribute at a time using the icon. Type into the field if it supports a comma-separated list of values.
- Upload (
): Uploads files. Learn more.
| Field / Field set | Type | Description |
|---|---|---|
| Label | String | Required. Specify a unique name for the Snap. Modify this to be more appropriate, esepcially if more than one of the same Snaps is in the pipeline. Default value: Agent Visualizer Example: Jira Agent Visualization |
| Log content | String/Expression | Required. Specify the messages list or agent_vis_log object from the upstream documentDefault value: $messages |
| Visualize | Button | Click to launch the Agent Visualizer UI. |