Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentCard ¶
type AgentCard struct {
Name string `json:"name"`
URL string `json:"url"`
SupportedInterfaces []AgentInterface `json:"supportedInterfaces,omitempty"`
}
AgentCard contains the fields needed for discovery.
type AgentInterface ¶
type AgentInterface struct {
URL string `json:"url"`
ProtocolBinding string `json:"protocolBinding"`
ProtocolVersion string `json:"protocolVersion"`
}
AgentInterface declares a concrete A2A endpoint.
Click to show internal directories.
Click to hide internal directories.