The Agent Detail describes essential properties of an agent, including its identity, capabilities, metadata, and runtime status.

Parameters

name
string
required

A unique identifier for the agent following the RFC 1123 DNS-label naming convention.

Example:

"chat"

description
string
required

A concise, human-readable description of the agent. This description may be utilized by Large Language Models (LLMs) and other AI systems to understand and interact with the agent appropriately.

Example:

"Conversational agent with memory, supporting real-time search, Wikipedia lookups, and weather updates through integrated tools"

metadata
object

Optional static details about the agent, aiding in discovery, classification, and cataloging.

status
object

Dynamic runtime information provided and regularly updated by the system managing the agent. This includes current operational metrics, performance metrics, state information, and other real-time statistics.