Skip to content

Agent Overview

The Agent overview page shows the health and recent activity for a single agent.

  • Agent name – the label assigned when registering the agent.
  • Status – Active, Pending, or another lifecycle state.
  • Description – a short description of what the agent does.
  • Registered – when the agent was first registered.
  • Last updated – when Prefactor last saw updated configuration or activity.
  • Agent ID – the internal identifier, used when working with the API.
  • Edit – updates the agent’s name or description.
  • Delete agent – permanently removes the agent.

A timeline of spans generated by this agent in the previous 24 hours, with a breakdown by state:

  • Pending
  • Active
  • Complete
  • Failed
  • Cancelled
  • Overview – high-level metrics and recent activity (this page).
  • Instances – full list of executions with lifecycle information.
  • Versions – version history and deployment tracking.
  • Activity schema – schema versions and span structure definitions.

Counts of instances by state:

  • Total – all instances tracked for this agent.
  • Pending – started but not yet complete.
  • Active – currently running.
  • Completed – finished successfully.
  • Failed or cancelled – did not complete successfully.

The latest spans produced by the agent. Each entry shows:

  • Name or type – for example, ai-sdk:tool or ai-sdk:llm.
  • Status – Complete, Failed, etc.
  • Duration – how long the span took.
  • Time range – start and end timestamps.
  • View instance – opens the full instance view for that span.