Agent interface
Represents an agent object. Contains the agent's unique identifier, name, and version information.
Properties
| id | The unique identifier of the agent. |
| name | The name of the agent. |
| object | The object type, which is always 'agent'. |
| versions | The latest version of the agent. |
Property Details
id
The unique identifier of the agent.
id: string
Property Value
string
name
The name of the agent.
name: string
Property Value
string
object
The object type, which is always 'agent'.
object: "agent"
Property Value
"agent"
versions
The latest version of the agent.
versions: { latest: AgentVersion }
Property Value
{ latest: AgentVersion }