Skip to main content

Operate AI agents

This page describes how to inspect and operate AI agents running in your Catalyst projects. For authoring agents, see Develop AI agents.

Agent execution view

For AI agents, the Agents page in the console shows every running agent, its framework, and recent executions. Supported frameworks include Dapr Agents, CrewAI, LangGraph, Strands, Microsoft Agent Framework, Google ADK, OpenAI, Pydantic AI, and Deep Agents — see Develop Agents for the full list. Each execution captures:

  • Input and output for each agent run.
  • Tool calls and their results.
  • Conversation history for durable agents with memory.
  • Session inspection for multi-turn interactions.

Combine the agent view with API Logs to see the underlying LLM calls, including token usage.

# List agents in the current project
diagrid agent list

# Get agent details
diagrid agent get my-agent

See the diagrid agent CLI reference for available subcommands.