Agent interface

モデルインターフェースエージェント

プロパティ

agent_card
agent_endpoint

エージェントのエンドポイント構成

blueprint

エージェントの設計図

blueprint_reference

エージェントの設計図

id

エージェントの一意識別子。

instance_identity

エージェントのインスタンス同一性

name

エージェントの名前。

object

オブジェクトタイプは、常に「エージェント」です。

versions

エージェントの最新バージョン。

プロパティの詳細

agent_card

agent_card?: AgentCard

プロパティ値

agent_endpoint

エージェントのエンドポイント構成

agent_endpoint?: AgentEndpoint

プロパティ値

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"

versions

エージェントの最新バージョン。

versions: { latest: AgentVersion }

プロパティ値

{ latest: AgentVersion }