Skip to Content
DocsLocal DevDevelopment Environment

Inspecting Agents with kastrax dev

The kastrax dev command provides a development environment for inspecting and debugging your agents. It allows you to:

  • View agent requests and responses
  • Inspect tool calls
  • Debug memory operations
  • Monitor performance metrics

Usage

kastrax dev

This will start a local development server that you can access in your browser.

Features

  • Request/Response Inspection: View the full details of each request and response
  • Tool Call Debugging: See which tools are being called and with what parameters
  • Memory Visualization: Inspect the agent’s memory and how it changes over time
  • Performance Metrics: Monitor response times and token usage
Last updated on