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 message log for the Agent
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 an Agent message list 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 on eof the following options from the When errors occur list 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 log message data from the upstream document Default value: $messages |
Visualize | Button | Click to launch the Agent Visualizer UI. |