Agent interface

model interface Agent

Properties

agent_card
agent_endpoint

The endpoint configuration for the agent

blueprint

The blueprint for the agent

blueprint_reference

The blueprint for the agent

id

The unique identifier of the agent.

instance_identity

The instance identity of the agent

name

The name of the agent.

object

The object type, which is always 'agent'.

state

The operational state of the agent. Controls whether the agent endpoint accepts or rejects requests.

versions

The latest version of the agent.

Property Details

agent_card

agent_card?: AgentCard

Property Value

agent_endpoint

The endpoint configuration for the agent

agent_endpoint?: AgentEndpointConfig

Property Value

blueprint

The blueprint for the agent

blueprint?: AgentIdentity

Property Value

blueprint_reference

The blueprint for the agent

blueprint_reference?: AgentBlueprintReferenceUnion

Property Value

id

The unique identifier of the agent.

id: string

Property Value

string

instance_identity

The instance identity of the agent

instance_identity?: AgentIdentity

Property Value

name

The name of the agent.

name: string

Property Value

string

object

The object type, which is always 'agent'.

object: "agent"

Property Value

"agent"

state

The operational state of the agent. Controls whether the agent endpoint accepts or rejects requests.

state: AgentState

Property Value

versions

The latest version of the agent.

versions: { latest: AgentVersion }

Property Value

{ latest: AgentVersion }