AgenticLens logo

AgenticLens

Visual debugging, tracing, and replay for agent workflows

2026-04-17

Product Introduction

  1. Definition: AgenticLens is a specialized AI agent observability and debugging platform designed to transform raw, unstructured JSONL log files into an interactive visual workspace. It functions as a client-side diagnostic tool that provides structural clarity for complex Large Language Model (LLM) agent execution traces.

  2. Core Value Proposition: The product exists to solve the "black box" problem of agentic workflows. By converting linear logs into multi-dimensional visualizations—including flow maps and timelines—AgenticLens enables developers to identify latency bottlenecks, audit reasoning paths, and debug tool-calling errors without manual log parsing. Primary keywords include AI agent observability, LLM debugging, Claude Agent SDK visualization, agentic workflow monitoring, and JSONL trace analysis.

Main Features

  1. Flow Canvas (Graph-Based Visualization): This feature converts sequential agent logs into a directional graph. Every operation—including "thinking" blocks, user turns, and tool transitions—is rendered as a node on a canvas connected by clear logic edges. It automatically badges nodes with metadata, such as slow-performing steps or high-token usage, allowing developers to see where the agent spent the most time or resources within the graph topology.

  2. Multi-Lens Trace Viewer (Tree & Timeline): AgenticLens offers three synchronized perspectives of the same data. The Event Tree view provides a hierarchical representation of nested operations, ideal for deep sessions with branching logic. The Timeline view offers a chronological, delta-first vertical feed that surfaces precise timing gaps between steps. Users can toggle between these lenses while maintaining their place in the session, ensuring context is never lost.

  3. Step-by-Step Execution Replay: This feature allows developers to "walk" through the agent's execution sequence. By pairing the replay function with specific filters, users can isolate and re-examine the exact state of the agent at any point in the lifecycle, making it easier to pinpoint where a hallucination or logic error occurred.

  4. Privacy-First Local Inspector: AgenticLens utilizes a "zero-upload" architecture. The workspace parses JSONL files entirely within the browser or via a local npx command. This ensures that sensitive trace data, API payloads, and proprietary model prompts never leave the user's machine, satisfying strict enterprise security and data residency requirements.

Problems Solved

  1. Pain Point: Opaque and Fragmented Logs. Traditional agent debugging involves reading thousands of lines of JSONL where branching, parallel tool usage, and latency gaps are hidden. AgenticLens eliminates the guesswork by providing a legible, structured interface.

  2. Target Audience: The tool is built for AI Engineers, LLM Application Developers, Prompt Engineers, and DevOps teams working with autonomous agent frameworks. It is specifically optimized for developers using the Claude Agent SDK and those building high-stakes agentic systems where reliability is paramount.

  3. Use Cases:

  • Latency Optimization: Identifying which specific tool call or model reasoning step is causing delays in the end-to-end response time.
  • Reasoning Audit: Visualizing why an agent chose a specific tool or how it interpreted a user's prompt.
  • Cost Management: Tracking token usage across different nodes in a complex workflow to optimize prompt efficiency.
  • Error Isolation: Rapidly finding the point of failure in a long-running, multi-step agent session.

Unique Advantages

  1. Differentiation: Unlike traditional observability stacks (like LangSmith or Arize Phoenix) that often require hosted pipelines and SDK integrations that send data to the cloud, AgenticLens is a "drop-in" visualizer. It works with existing local logs and requires no account setup or cloud dependency, providing an immediate developer experience (DX) improvement.

  2. Key Innovation: The "One Trace, Many Lenses" approach is the core innovation. By mapping a single JSONL source to synchronized Flow, Tree, and Timeline views, the tool recognizes that different debugging questions require different data structures (topological vs. hierarchical vs. chronological), and it provides all three in a unified workspace.

Frequently Asked Questions (FAQ)

  1. How do I visualize Claude Agent SDK logs? AgenticLens provides native support for Claude Agent SDK exports. Simply export your agent's JSONL logs and drag them into the AgenticLens workspace or run the utility via npx agenticlens path/to/logs.jsonl to generate an instant visual flow and timeline of the session.

  2. Does AgenticLens store my AI agent trace data? No. AgenticLens is designed with a privacy-first architecture where all log parsing and visualization occur client-side in your browser. No trace data or payloads are uploaded to external servers, making it safe for use with sensitive or proprietary information.

  3. What log formats are currently supported? As of now, AgenticLens primarily supports JSONL exports from the Claude Agent SDK. However, the product roadmap includes upcoming support for OpenAI Agents, a Chrome DevTools extension, and broader SDK-based integrations to cover various agentic frameworks.

  4. Can I use AgenticLens for performance profiling? Yes. The tool explicitly surfaces "SLOW" signals and provides delta-timing for every step in the agent's workflow. The Inspector drawer allows you to view detailed timings and metrics per node, making it an essential tool for identifying and resolving latency bottlenecks in AI agents.

Subscribe to Our Newsletter

Get weekly curated tool recommendations and stay updated with the latest product news