agent-debugger-cli

Configure and analyze agent debugger traces with Langfuse.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/teddytennant/wizard-ahe --skill agent-debugger-cli-teddytennant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-debugger-cli
Source: https://github.com/teddytennant/wizard-ahe/tree/main/agents/evolve_agent/skills/agent-debugger-cli
Command: npx skills add https://github.com/teddytennant/wizard-ahe --skill agent-debugger-cli-teddytennant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nexau, langfuse, python-dotenv, requests, pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the configuration and analysis of agent debugger settings, trace management, and quality assessment, providing a streamlined process for debugging and improving agent performance.

Core Features & Use Cases

  • LLM Configuration: Set up and manage LLM settings for the agent debugger CLI.
  • Trace Download and Analysis: Download and analyze Langfuse traces for debugging purposes.
  • Quality Checks: Run quality checks on traces to identify issues and improve agent performance.
  • Use Case: Suppose you have a trace of an agent's interaction. Use this Skill to download the trace, analyze it, and identify potential issues that need to be addressed.

Quick Start

Use the agent-debugger-cli skill to download a Langfuse trace for the given project and trace ID.

Frequently Asked Questions about agent-debugger-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download and analyze Langfuse traces for agent debugging?

To download and analyze Langfuse traces for agent debugging, use the agent-debugger-cli to fetch traces by project and trace ID. This requires Python 3.9+, pip, local shell access, and optional network access for Langfuse trace retrieval.

What is agent trace quality assessment and how does it improve LLM workflows?

Agent trace quality assessment is the process of running checks on Langfuse traces to identify issues in agent interactions. It improves LLM workflows by pinpointing configuration errors and performance bottlenecks for optimization.

How do I configure LLM settings for an agent debugger?

Configure LLM settings for an agent debugger by managing the environment variables using python-dotenv and adjusting parameters in pyyaml configuration files. This setup streamlines the process for debugging and improving agent performance.

Do I need Python to run agent trace analysis and quality checks?

Yes, you need Python 3.9 or higher to run agent trace analysis and quality checks. The process also requires pip for installing dependencies like nexau, langfuse, requests, and pyyaml within your local shell environment.

What's the best way to identify issues in an agent's interaction trace?

The best way to identify issues in an agent's interaction trace is to run quality checks using the agent-debugger-cli. This analyzes the downloaded Langfuse trace data to detect anomalies and areas for agent optimization.

Why does my agent debugger CLI fail to download Langfuse traces?

Your agent debugger CLI may fail to download Langfuse traces if network access is restricted or if LLM configuration and environment variables are incorrect. Ensure Python 3.9+ and dependencies like requests are properly installed.