Agent interface

模型介面代理

屬性

agent_card
agent_endpoint

代理的端點配置

blueprint

特工的藍圖

blueprint_reference

特工的藍圖

id

代理程式的唯一識別碼。

instance_identity

代理人的實例身份

name

代理程式的名稱。

object

物件類型,一律為「代理程式」。

state

代理人的運作狀態。 控制代理端點是否接受或拒絕請求。

state_source

特工運作狀態的來源。 當代理被停用時,會顯示該停用狀態的來源。 當非特定來源時,則為空。

versions

代理程式的最新版本。

屬性詳細資料

agent_card

agent_card?: AgentCard

屬性值

agent_endpoint

代理的端點配置

agent_endpoint?: AgentEndpointConfig

屬性值

blueprint

特工的藍圖

blueprint?: AgentIdentity

屬性值

blueprint_reference

特工的藍圖

blueprint_reference?: AgentBlueprintReferenceUnion

屬性值

id

代理程式的唯一識別碼。

id: string

屬性值

string

instance_identity

代理人的實例身份

instance_identity?: AgentIdentity

屬性值

name

代理程式的名稱。

name: string

屬性值

string

object

物件類型,一律為「代理程式」。

object: "agent"

屬性值

"agent"

state

代理人的運作狀態。 控制代理端點是否接受或拒絕請求。

state: AgentState

屬性值

state_source

特工運作狀態的來源。 當代理被停用時,會顯示該停用狀態的來源。 當非特定來源時,則為空。

state_source?: AgentStateSource

屬性值

versions

代理程式的最新版本。

versions: { latest: AgentVersion }

屬性值

{ latest: AgentVersion }