amf-client-js 5.9.0-SNAPSHOT.10 → 5.9.0-SNAPSHOT.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/amf.js +4 -4
  2. package/package.json +1 -1
package/amf.js CHANGED
@@ -1362,7 +1362,7 @@ function u9a(){}u9a.prototype=new m;u9a.prototype.constructor=u9a;function v9a()
1362
1362
  function f9a(a,b,c){return b.D(new u(e=>e.u(c)),B().f).ud((NF(),new Dc(void 0)),new Ye((e,f)=>{if(e instanceof Dc)var g=q();else{if(!(e instanceof Cc))throw new w(e);g=e.qd}if(f instanceof Dc)f=q();else{if(!(f instanceof Cc))throw new w(f);f=[f.qd];for(var h=-1+(f.length|0)|0,k=q();0<=h;)k=new r(f[h],k),h=-1+h|0;f=k}g=g.B(f,B().f);f=new M(g);return null!==f.r&&0===f.r.Af(0)?e:new Cc(g)}))}p(w9a,"scopt.Validation$",{w7e:1});var x9a;function g9a(){x9a||(x9a=new w9a);return x9a}
1363
1363
  function y9a(){this.Khd=null;z9a=this;this.Khd=gaa.EOL}y9a.prototype=new m;y9a.prototype.constructor=y9a;p(y9a,"scopt.platform$",{x7e:1});var z9a;function o9a(){z9a||(z9a=new y9a);return z9a}function A9a(a){this.Mqd=a}A9a.prototype=new m;A9a.prototype.constructor=A9a;A9a.prototype.pg=function(){return(0,this.Mqd)()};p(A9a,"amf.agentcard.client.platform.AgentCardConfiguration$$Lambda$1",{APd:1,nQ:1});function B9a(){}B9a.prototype=new dNa;B9a.prototype.constructor=B9a;
1364
1364
  p(B9a,"amf.agentcard.internal.plugins.parse.entry.AgentCardProtocolVersion",{LPd:1,M3b:1});function C9a(){}C9a.prototype=new m;C9a.prototype.constructor=C9a;C9a.prototype.Aec=function(){return"protocolVersion"};C9a.prototype.tec=function(a){return new M(new B9a(a))};p(C9a,"amf.agentcard.internal.plugins.parse.entry.AgentCardProtocolVersion$",{MPd:1,rbd:1});var D9a;function E9a(){}E9a.prototype=new m;E9a.prototype.constructor=E9a;E9a.prototype.nkc=function(){D9a||(D9a=new C9a);return D9a};
1365
- p(E9a,"amf.agentcard.internal.plugins.parse.entry.AgentCardProtocolVersionEntry$",{NPd:1,qbd:1});var F9a;function G9a(){}G9a.prototype=new fNa;G9a.prototype.constructor=G9a;G9a.prototype.qic=function(){return Al(new Xc('{\n | "$schema": "http://json-schema.org/draft-07/schema#",\n | "description": "The AgentCard is a self-describing manifest for an agent. It provides essential\\nmetadata including the agent\'s identity, capabilities, skills, supported\\ncommunication methods, and security requirements.",\n | "properties": {\n | "additionalInterfaces": {\n | "description": "A list of additional supported interfaces (transport and URL combinations).\\nThis allows agents to expose multiple transports, potentially at different URLs.\\n\\nBest practices:\\n- SHOULD include all supported transports for completeness\\n- SHOULD include an entry matching the main \'url\' and \'preferredTransport\'\\n- MAY reuse URLs if multiple transports are available at the same endpoint\\n- MUST accurately declare the transport available at each URL\\n\\nClients can select any interface from this list based on their transport capabilities\\nand preferences. This enables transport negotiation and fallback scenarios.",\n | "items": {\n | "$ref": "#/definitions/AgentInterface"\n | },\n | "type": "array"\n | },\n | "capabilities": {\n | "$ref": "#/definitions/AgentCapabilities",\n | "description": "A declaration of optional capabilities supported by the agent."\n | },\n | "defaultInputModes": {\n | "description": "Default set of supported input MIME types for all skills, which can be\\noverridden on a per-skill basis.",\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "defaultOutputModes": {\n | "description": "Default set of supported output MIME types for all skills, which can be\\noverridden on a per-skill basis.",\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "description": {\n | "description": "A human-readable description of the agent, assisting users and other agents\\nin understanding its purpose.",\n | "examples": [\n | "Agent that helps users with recipes and cooking."\n | ],\n | "type": "string"\n | },\n | "documentationUrl": {\n | "description": "An optional URL to the agent\'s documentation.",\n | "type": "string"\n | },\n | "iconUrl": {\n | "description": "An optional URL to an icon for the agent.",\n | "type": "string"\n | },\n | "name": {\n | "description": "A human-readable name for the agent.",\n | "examples": [\n | "Recipe Agent"\n | ],\n | "type": "string"\n | },\n | "preferredTransport": {\n | "default": "JSONRPC",\n | "description": "The transport protocol for the preferred endpoint (the main \'url\' field).\\nIf not specified, defaults to \'JSONRPC\'.\\n\\nIMPORTANT: The transport specified here MUST be available at the main \'url\'.\\nThis creates a binding between the main URL and its supported transport protocol.\\nClients should prefer this transport and URL combination when both are supported.",\n | "examples": [\n | "JSONRPC",\n | "GRPC",\n | "HTTP+JSON"\n | ],\n | "type": "string"\n | },\n | "protocolVersion": {\n | "default": "0.2.6",\n | "description": "The version of the A2A protocol this agent supports.",\n | "type": "string"\n | },\n | "provider": {\n | "$ref": "#/definitions/AgentProvider",\n | "description": "Information about the agent\'s service provider."\n | },\n | "security": {\n | "description": "A list of security requirement objects that apply to all agent interactions. Each object\\nlists security schemes that can be used. Follows the OpenAPI 3.0 Security Requirement Object.",\n | "items": {\n | "additionalProperties": {\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "type": "object"\n | },\n | "type": "array"\n | },\n | "securitySchemes": {\n | "additionalProperties": {\n | "$ref": "#/definitions/SecurityScheme"\n | },\n | "description": "A declaration of the security schemes available to authorize requests. The key is the\\nscheme name. Follows the OpenAPI 3.0 Security Scheme Object.",\n | "type": "object"\n | },\n | "signatures": {\n | "description": "JSON Web Signatures computed for this AgentCard.",\n | "items": {\n | "$ref": "#/definitions/AgentCardSignature"\n | },\n | "type": "array"\n | },\n | "skills": {\n | "description": "The set of skills, or distinct capabilities, that the agent can perform.",\n | "items": {\n | "$ref": "#/definitions/AgentSkill"\n | },\n | "type": "array"\n | },\n | "supportsAuthenticatedExtendedCard": {\n | "description": "If true, the agent can provide an extended agent card with additional details\\nto authenticated users. Defaults to false.",\n | "type": "boolean"\n | },\n | "url": {\n | "description": "The preferred endpoint URL for interacting with the agent.\\nThis URL MUST support the transport specified by \'preferredTransport\'.",\n | "examples": [\n | "https://api.example.com/a2a/v1"\n | ],\n | "type": "string"\n | },\n | "version": {\n | "description": "The agent\'s own version number. The format is defined by the provider.",\n | "examples": [\n | "1.0.0"\n | ],\n | "type": "string"\n | }\n | },\n | "required": [\n | "capabilities",\n | "defaultInputModes",\n | "defaultOutputModes",\n | "description",\n | "name",\n | "protocolVersion",\n | "skills",\n | "url",\n | "version"\n | ],\n | "type": "object",\n | "definitions": {\n | "AgentCapabilities": {\n | "description": "Defines optional capabilities supported by an agent.",\n | "properties": {\n | "extensions": {\n | "description": "A list of protocol extensions supported by the agent.",\n | "items": {\n | "$ref": "#/definitions/AgentExtension"\n | },\n | "type": "array"\n | },\n | "pushNotifications": {\n | "description": "Indicates if the agent supports sending push notifications for asynchronous task updates.",\n | "type": "boolean"\n | },\n | "stateTransitionHistory": {\n | "description": "Indicates if the agent provides a history of state transitions for a task.",\n | "type": "boolean"\n | },\n | "streaming": {\n | "description": "Indicates if the agent supports Server-Sent Events (SSE) for streaming responses.",\n | "type": "boolean"\n | }\n | },\n | "type": "object"\n | },\n | "APIKeySecurityScheme": {\n | "description": "Defines a security scheme using an API key.",\n | "properties": {\n | "description": {\n | "description": "An optional description for the security scheme.",\n | "type": "string"\n | },\n | "in": {\n | "description": "The location of the API key.",\n | "enum": [\n | "cookie",\n | "header",\n | "query"\n | ],\n | "type": "string"\n | },\n | "name": {\n | "description": "The name of the header, query, or cookie parameter to be used.",\n | "type": "string"\n | },\n | "type": {\n | "const": "apiKey",\n | "description": "The type of the security scheme. Must be \'apiKey\'.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "in",\n | "name",\n | "type"\n | ],\n | "type": "object"\n | },\n | "HTTPAuthSecurityScheme": {\n | "description": "Defines a security scheme using HTTP authentication.",\n | "properties": {\n | "bearerFormat": {\n | "description": "A hint to the client to identify how the bearer token is formatted (e.g., \\"JWT\\").\\nThis is primarily for documentation purposes.",\n | "type": "string"\n | },\n | "description": {\n | "description": "An optional description for the security scheme.",\n | "type": "string"\n | },\n | "scheme": {\n | "description": "The name of the HTTP Authentication scheme to be used in the Authorization header,\\nas defined in RFC7235 (e.g., \\"Bearer\\").\\nThis value should be registered in the IANA Authentication Scheme registry.",\n | "type": "string"\n | },\n | "type": {\n | "const": "http",\n | "description": "The type of the security scheme. Must be \'http\'.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "scheme",\n | "type"\n | ],\n | "type": "object"\n | },\n | "OAuth2SecurityScheme": {\n | "description": "Defines a security scheme using OAuth 2.0.",\n | "properties": {\n | "description": {\n | "description": "An optional description for the security scheme.",\n | "type": "string"\n | },\n | "flows": {\n | "$ref": "#/definitions/OAuthFlows",\n | "description": "An object containing configuration information for the supported OAuth 2.0 flows."\n | },\n | "type": {\n | "const": "oauth2",\n | "description": "The type of the security scheme. Must be \'oauth2\'.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "flows",\n | "type"\n | ],\n | "type": "object"\n | },\n | "OAuthFlows": {\n | "description": "Defines the configuration for the supported OAuth 2.0 flows.",\n | "properties": {\n | "authorizationCode": {\n | "$ref": "#/definitions/AuthorizationCodeOAuthFlow",\n | "description": "Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0."\n | },\n | "clientCredentials": {\n | "$ref": "#/definitions/ClientCredentialsOAuthFlow",\n | "description": "Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0."\n | },\n | "implicit": {\n | "$ref": "#/definitions/ImplicitOAuthFlow",\n | "description": "Configuration for the OAuth Implicit flow."\n | },\n | "password": {\n | "$ref": "#/definitions/PasswordOAuthFlow",\n | "description": "Configuration for the OAuth Resource Owner Password flow."\n | }\n | },\n | "type": "object"\n | },\n | "PasswordOAuthFlow": {\n | "description": "Defines configuration details for the OAuth 2.0 Resource Owner Password flow.",\n | "properties": {\n | "refreshUrl": {\n | "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n | "type": "string"\n | },\n | "scopes": {\n | "additionalProperties": {\n | "type": "string"\n | },\n | "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n | "type": "object"\n | },\n | "tokenUrl": {\n | "description": "The token URL to be used for this flow. This MUST be a URL.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "scopes",\n | "tokenUrl"\n | ],\n | "type": "object"\n | },\n | "ImplicitOAuthFlow": {\n | "description": "Defines configuration details for the OAuth 2.0 Implicit flow.",\n | "properties": {\n | "authorizationUrl": {\n | "description": "The authorization URL to be used for this flow. This MUST be a URL.",\n | "type": "string"\n | },\n | "refreshUrl": {\n | "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n | "type": "string"\n | },\n | "scopes": {\n | "additionalProperties": {\n | "type": "string"\n | },\n | "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n | "type": "object"\n | }\n | },\n | "required": [\n | "authorizationUrl",\n | "scopes"\n | ],\n | "type": "object"\n | },\n | "OpenIdConnectSecurityScheme": {\n | "description": "Defines a security scheme using OpenID Connect.",\n | "properties": {\n | "description": {\n | "description": "An optional description for the security scheme.",\n | "type": "string"\n | },\n | "openIdConnectUrl": {\n | "description": "The OpenID Connect Discovery URL for the OIDC provider\'s metadata.",\n | "type": "string"\n | },\n | "type": {\n | "const": "openIdConnect",\n | "description": "The type of the security scheme. Must be \'openIdConnect\'.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "openIdConnectUrl",\n | "type"\n | ],\n | "type": "object"\n | },\n | "SecurityScheme": {\n | "anyOf": [\n | {\n | "$ref": "#/definitions/APIKeySecurityScheme"\n | },\n | {\n | "$ref": "#/definitions/HTTPAuthSecurityScheme"\n | },\n | {\n | "$ref": "#/definitions/OAuth2SecurityScheme"\n | },\n | {\n | "$ref": "#/definitions/OpenIdConnectSecurityScheme"\n | }\n | ],\n | "description": "Defines a security scheme that can be used to secure an agent\'s endpoints.\\nThis is a discriminated union type based on the OpenAPI 3.0 Security Scheme Object."\n | },\n | "AgentCardSignature": {\n | "description": "AgentCardSignature represents a JWS signature of an AgentCard.\\nThis follows the JSON format of an RFC 7515 JSON Web Signature (JWS).",\n | "properties": {\n | "header": {\n | "additionalProperties": {},\n | "description": "The unprotected JWS header values.",\n | "type": "object"\n | },\n | "protected": {\n | "description": "The protected JWS header for the signature. This is a Base64url-encoded\\nJSON object, as per RFC 7515.",\n | "type": "string"\n | },\n | "signature": {\n | "description": "The computed signature, Base64url-encoded.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "protected",\n | "signature"\n | ],\n | "type": "object"\n | },\n | "AgentExtension": {\n | "description": "A declaration of a protocol extension supported by an Agent.",\n | "examples": [\n | {\n | "description": "Google OAuth 2.0 authentication",\n | "required": false,\n | "uri": "https://developers.google.com/identity/protocols/oauth2"\n | }\n | ],\n | "properties": {\n | "description": {\n | "description": "A human-readable description of how this agent uses the extension.",\n | "type": "string"\n | },\n | "params": {\n | "additionalProperties": {},\n | "description": "Optional, extension-specific configuration parameters.",\n | "type": "object"\n | },\n | "required": {\n | "description": "If true, the client must understand and comply with the extension\'s requirements\\nto interact with the agent.",\n | "type": "boolean"\n | },\n | "uri": {\n | "description": "The unique URI identifying the extension.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "uri"\n | ],\n | "type": "object"\n | },\n | "AgentInterface": {\n | "description": "Declares a combination of a target URL and a transport protocol for interacting with the agent.\\nThis allows agents to expose the same functionality over multiple transport mechanisms.",\n | "properties": {\n | "transport": {\n | "description": "The transport protocol supported at this URL.",\n | "examples": [\n | "JSONRPC",\n | "GRPC",\n | "HTTP+JSON"\n | ],\n | "type": "string"\n | },\n | "url": {\n | "description": "The URL where this interface is available. Must be a valid absolute HTTPS URL in production.",\n | "examples": [\n | "https://api.example.com/a2a/v1",\n | "https://grpc.example.com/a2a",\n | "https://rest.example.com/v1"\n | ],\n | "type": "string"\n | }\n | },\n | "required": [\n | "transport",\n | "url"\n | ],\n | "type": "object"\n | },\n | "AgentProvider": {\n | "description": "Represents the service provider of an agent.",\n | "examples": [\n | {\n | "organization": "Google",\n | "url": "https://ai.google.dev"\n | }\n | ],\n | "properties": {\n | "organization": {\n | "description": "The name of the agent provider\'s organization.",\n | "type": "string"\n | },\n | "url": {\n | "description": "A URL for the agent provider\'s website or relevant documentation.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "organization",\n | "url"\n | ],\n | "type": "object"\n | },\n | "AgentSkill": {\n | "description": "Represents a distinct capability or function that an agent can perform.",\n | "properties": {\n | "description": {\n | "description": "A detailed description of the skill, intended to help clients or users\\nunderstand its purpose and functionality.",\n | "type": "string"\n | },\n | "examples": {\n | "description": "Example prompts or scenarios that this skill can handle. Provides a hint to\\nthe client on how to use the skill.",\n | "examples": [\n | [\n | "I need a recipe for bread"\n | ]\n | ],\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "id": {\n | "description": "A unique identifier for the agent\'s skill.",\n | "type": "string"\n | },\n | "inputModes": {\n | "description": "The set of supported input MIME types for this skill, overriding the agent\'s defaults.",\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "name": {\n | "description": "A human-readable name for the skill.",\n | "type": "string"\n | },\n | "outputModes": {\n | "description": "The set of supported output MIME types for this skill, overriding the agent\'s defaults.",\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "tags": {\n | "description": "A set of keywords describing the skill\'s capabilities.",\n | "examples": [\n | [\n | "cooking",\n | "customer support",\n | "billing"\n | ]\n | ],\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | }\n | },\n | "required": [\n | "description",\n | "id",\n | "name",\n | "tags"\n | ],\n | "type": "object"\n | },\n | "Artifact": {\n | "description": "Represents a file, data structure, or other resource generated by an agent during a task.",\n | "properties": {\n | "artifactId": {\n | "description": "A unique identifier for the artifact within the scope of the task.",\n | "type": "string"\n | },\n | "description": {\n | "description": "An optional, human-readable description of the artifact.",\n | "type": "string"\n | },\n | "extensions": {\n | "description": "The URIs of extensions that are relevant to this artifact.",\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "metadata": {\n | "additionalProperties": {},\n | "description": "Optional metadata for extensions. The key is an extension-specific identifier.",\n | "type": "object"\n | },\n | "name": {\n | "description": "An optional, human-readable name for the artifact.",\n | "type": "string"\n | },\n | "parts": {\n | "description": "An array of content parts that make up the artifact.",\n | "items": {\n | "$ref": "#/definitions/Part"\n | },\n | "type": "array"\n | }\n | },\n | "required": [\n | "artifactId",\n | "parts"\n | ],\n | "type": "object"\n | },\n | "Part": {\n |\n | "anyOf": [\n | {\n | "$ref": "#/definitions/TextPart"\n | },\n | {\n | "$ref": "#/definitions/FilePart"\n | },\n | {\n | "$ref": "#/definitions/DataPart"\n | }\n | ],\n | "description": "A discriminated union representing a part of a message or artifact, which can\\nbe text, a file, or structured data."\n | },\n | "TextPart": {\n | "description": "Represents a text segment within a message or artifact.",\n | "properties": {\n | "kind": {\n | "const": "text",\n | "description": "The type of this part, used as a discriminator. Always \'text\'.",\n | "type": "string"\n | },\n | "metadata": {\n | "additionalProperties": {},\n | "description": "Optional metadata associated with this part.",\n | "type": "object"\n | },\n | "text": {\n | "description": "The string content of the text part.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "kind",\n | "text"\n | ],\n | "type": "object"\n | },\n | "FilePart": {\n | "description": "Represents a file segment within a message or artifact. The file content can be\\nprovided either directly as bytes or as a URI.",\n | "properties": {\n | "file": {\n | "anyOf": [\n | {\n | "$ref": "#/definitions/FileWithBytes"\n | },\n | {\n | "$ref": "#/definitions/FileWithUri"\n | }\n | ],\n | "description": "The file content, represented as either a URI or as base64-encoded bytes."\n | },\n | "kind": {\n | "const": "file",\n | "description": "The type of this part, used as a discriminator. Always \'file\'.",\n | "type": "string"\n | },\n | "metadata": {\n | "additionalProperties": {},\n | "description": "Optional metadata associated with this part.",\n | "type": "object"\n | }\n | },\n | "required": [\n | "file",\n | "kind"\n | ],\n | "type": "object"\n | },\n | "FileWithBytes": {\n | "description": "Represents a file with its content provided directly as a base64-encoded string.",\n | "properties": {\n | "bytes": {\n | "description": "The base64-encoded content of the file.",\n | "type": "string"\n | },\n | "mimeType": {\n | "description": "The MIME type of the file (e.g., \\"application/pdf\\").",\n | "type": "string"\n | },\n | "name": {\n | "description": "An optional name for the file (e.g., \\"document.pdf\\").",\n | "type": "string"\n | }\n | },\n | "required": [\n | "bytes"\n | ],\n | "type": "object"\n | },\n | "FileWithUri": {\n | "description": "Represents a file with its content located at a specific URI.",\n | "properties": {\n | "mimeType": {\n | "description": "The MIME type of the file (e.g., \\"application/pdf\\").",\n | "type": "string"\n | },\n | "name": {\n | "description": "An optional name for the file (e.g., \\"document.pdf\\").",\n | "type": "string"\n | },\n | "uri": {\n | "description": "A URL pointing to the file\'s content.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "uri"\n | ],\n | "type": "object"\n | },\n | "DataPart": {\n | "description": "Represents a structured data segment (e.g., JSON) within a message or artifact.",\n | "properties": {\n | "data": {\n | "additionalProperties": {},\n | "description": "The structured data content.",\n | "type": "object"\n | },\n | "kind": {\n | "const": "data",\n | "description": "The type of this part, used as a discriminator. Always \'data\'.",\n | "type": "string"\n | },\n | "metadata": {\n | "additionalProperties": {},\n | "description": "Optional metadata associated with this part.",\n | "type": "object"\n | }\n | },\n | "required": [\n | "data",\n | "kind"\n | ],\n | "type": "object"\n | },\n | "AuthorizationCodeOAuthFlow": {\n | "description": "Defines configuration details for the OAuth 2.0 Authorization Code flow.",\n | "properties": {\n | "authorizationUrl": {\n | "description": "The authorization URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n | "type": "string"\n | },\n | "refreshUrl": {\n | "description": "The URL to be used for obtaining refresh tokens.\\nThis MUST be a URL and use TLS.",\n | "type": "string"\n | },\n | "scopes": {\n | "additionalProperties": {\n | "type": "string"\n | },\n | "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n | "type": "object"\n | },\n | "tokenUrl": {\n | "description": "The token URL to be used for this flow.\\nThis MUST be a URL and use TLS.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "authorizationUrl",\n | "scopes",\n | "tokenUrl"\n | ],\n | "type": "object"\n | },\n | "ClientCredentialsOAuthFlow": {\n | "description": "Defines configuration details for the OAuth 2.0 Client Credentials flow.",\n | "properties": {\n | "refreshUrl": {\n | "description": "The URL to be used for obtaining refresh tokens. This MUST be a URL.",\n | "type": "string"\n | },\n | "scopes": {\n | "additionalProperties": {\n | "type": "string"\n | },\n | "description": "The available scopes for the OAuth2 security scheme. A map between the scope\\nname and a short description for it.",\n | "type": "object"\n | },\n | "tokenUrl": {\n | "description": "The token URL to be used for this flow. This MUST be a URL.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "scopes",\n | "tokenUrl"\n | ],\n | "type": "object"\n | }\n | }\n |}\n |'))};
1365
+ p(E9a,"amf.agentcard.internal.plugins.parse.entry.AgentCardProtocolVersionEntry$",{NPd:1,qbd:1});var F9a;function G9a(){}G9a.prototype=new fNa;G9a.prototype.constructor=G9a;G9a.prototype.qic=function(){return Al(new Xc('{"$schema":"http://json-schema.org/draft-07/schema#","$ref":"#/definitions/AgentCard","definitions":{"A2AError":{"anyOf":[{"$ref":"#/definitions/JSONParseError"},{"$ref":"#/definitions/InvalidRequestError"},{"$ref":"#/definitions/MethodNotFoundError"},{"$ref":"#/definitions/InvalidParamsError"},{"$ref":"#/definitions/InternalError"},{"$ref":"#/definitions/TaskNotFoundError"},{"$ref":"#/definitions/TaskNotCancelableError"},{"$ref":"#/definitions/PushNotificationNotSupportedError"},{"$ref":"#/definitions/UnsupportedOperationError"},{"$ref":"#/definitions/ContentTypeNotSupportedError"},{"$ref":"#/definitions/InvalidAgentResponseError"}]},"A2ARequest":{"anyOf":[{"$ref":"#/definitions/SendMessageRequest"},{"$ref":"#/definitions/SendStreamingMessageRequest"},{"$ref":"#/definitions/GetTaskRequest"},{"$ref":"#/definitions/CancelTaskRequest"},{"$ref":"#/definitions/SetTaskPushNotificationConfigRequest"},{"$ref":"#/definitions/GetTaskPushNotificationConfigRequest"},{"$ref":"#/definitions/TaskResubscriptionRequest"},{"$ref":"#/definitions/ListTaskPushNotificationConfigRequest"},{"$ref":"#/definitions/DeleteTaskPushNotificationConfigRequest"}],"description":"A2A supported request types"},"APIKeySecurityScheme":{"description":"API Key security scheme.","properties":{"description":{"description":"Description of this security scheme.","type":"string"},"in":{"description":"The location of the API key. Valid values are \\"query\\", \\"header\\", or \\"cookie\\".","enum":["cookie","header","query"],"type":"string"},"name":{"description":"The name of the header, query or cookie parameter to be used.","type":"string"},"type":{"const":"apiKey","type":"string"}},"required":["in","name","type"],"type":"object"},"AgentCapabilities":{"description":"Defines optional capabilities supported by an agent.","properties":{"extensions":{"description":"extensions supported by this agent.","items":{"$ref":"#/definitions/AgentExtension"},"type":"array"},"pushNotifications":{"description":"true if the agent can notify updates to client.","type":"boolean"},"stateTransitionHistory":{"description":"true if the agent exposes status change history for tasks.","type":"boolean"},"streaming":{"description":"true if the agent supports SSE.","type":"boolean"}},"type":"object"},"AgentCard":{"description":"An AgentCard conveys key information:\\n- Overall details (version, name, description, uses)\\n- Skills: A set of capabilities the agent can perform\\n- Default modalities/content types supported by the agent.\\n- Authentication requirements","properties":{"additionalInterfaces":{"description":"Announcement of additional supported transports. Client can use any of\\nthe supported transports.","items":{"$ref":"#/definitions/AgentInterface"},"type":"array"},"capabilities":{"$ref":"#/definitions/AgentCapabilities","description":"Optional capabilities supported by the agent."},"defaultInputModes":{"description":"The set of interaction modes that the agent supports across all skills. This can be overridden per-skill.\\nSupported media types for input.","items":{"type":"string"},"type":"array"},"defaultOutputModes":{"description":"Supported media types for output.","items":{"type":"string"},"type":"array"},"description":{"description":"A human-readable description of the agent. Used to assist users and\\nother agents in understanding what the agent can do.","examples":["Agent that helps users with recipes and cooking."],"type":"string"},"documentationUrl":{"description":"A URL to documentation for the agent.","type":"string"},"iconUrl":{"description":"A URL to an icon for the agent.","type":"string"},"name":{"description":"Human readable name of the agent.","examples":["Recipe Agent"],"type":"string"},"preferredTransport":{"description":"The transport of the preferred endpoint. If empty, defaults to JSONRPC.","type":"string"},"protocolVersion":{"default":"0.2.5","description":"The version of the A2A protocol this agent supports.","type":"string"},"provider":{"$ref":"#/definitions/AgentProvider","description":"The service provider of the agent"},"security":{"description":"Security requirements for contacting the agent.","items":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"type":"object"},"type":"array"},"securitySchemes":{"additionalProperties":{"$ref":"#/definitions/SecurityScheme"},"description":"Security scheme details used for authenticating with this agent.","type":"object"},"skills":{"description":"Skills are a unit of capability that an agent can perform.","items":{"$ref":"#/definitions/AgentSkill"},"type":"array"},"supportsAuthenticatedExtendedCard":{"description":"true if the agent supports providing an extended agent card when the user is authenticated.\\nDefaults to false if not specified.","type":"boolean"},"url":{"description":"A URL to the address the agent is hosted at. This represents the\\npreferred endpoint as declared by the agent.","type":"string"},"version":{"description":"The version of the agent - format is up to the provider.","examples":["1.0.0"],"type":"string"}},"required":["capabilities","defaultInputModes","defaultOutputModes","description","name","protocolVersion","skills","url","version"],"type":"object"},"AgentExtension":{"description":"A declaration of an extension supported by an Agent.","examples":[{"description":"Google OAuth 2.0 authentication","required":false,"uri":"https://developers.google.com/identity/protocols/oauth2"}],"properties":{"description":{"description":"A description of how this agent uses this extension.","type":"string"},"params":{"additionalProperties":{},"description":"Optional configuration for the extension.","type":"object"},"required":{"description":"Whether the client must follow specific requirements of the extension.","type":"boolean"},"uri":{"description":"The URI of the extension.","type":"string"}},"required":["uri"],"type":"object"},"AgentInterface":{"description":"AgentInterface provides a declaration of a combination of the\\ntarget url and the supported transport to interact with the agent.","properties":{"transport":{"description":"The transport supported this url. This is an open form string, to be\\neasily extended for many transport protocols. The core ones officially\\nsupported are JSONRPC, GRPC and HTTP+JSON.","type":"string"},"url":{"type":"string"}},"required":["transport","url"],"type":"object"},"AgentProvider":{"description":"Represents the service provider of an agent.","examples":[{"organization":"Google","url":"https://ai.google.dev"}],"properties":{"organization":{"description":"Agent provider\'s organization name.","type":"string"},"url":{"description":"Agent provider\'s URL.","type":"string"}},"required":["organization","url"],"type":"object"},"AgentSkill":{"description":"Represents a unit of capability that an agent can perform.","properties":{"description":{"description":"Description of the skill - will be used by the client or a human\\nas a hint to understand what the skill does.","type":"string"},"examples":{"description":"The set of example scenarios that the skill can perform.\\nWill be used by the client as a hint to understand how the skill can be used.","examples":[["I need a recipe for bread"]],"items":{"type":"string"},"type":"array"},"id":{"description":"Unique identifier for the agent\'s skill.","type":"string"},"inputModes":{"description":"The set of interaction modes that the skill supports\\n(if different than the default).\\nSupported media types for input.","items":{"type":"string"},"type":"array"},"name":{"description":"Human readable name of the skill.","type":"string"},"outputModes":{"description":"Supported media types for output.","items":{"type":"string"},"type":"array"},"tags":{"description":"Set of tagwords describing classes of capabilities for this specific skill.","examples":[["cooking","customer support","billing"]],"items":{"type":"string"},"type":"array"}},"required":["description","id","name","tags"],"type":"object"},"Artifact":{"description":"Represents an artifact generated for a task.","properties":{"artifactId":{"description":"Unique identifier for the artifact.","type":"string"},"description":{"description":"Optional description for the artifact.","type":"string"},"extensions":{"description":"The URIs of extensions that are present or contributed to this Artifact.","items":{"type":"string"},"type":"array"},"metadata":{"additionalProperties":{},"description":"Extension metadata.","type":"object"},"name":{"description":"Optional name for the artifact.","type":"string"},"parts":{"description":"Artifact parts.","items":{"$ref":"#/definitions/Part"},"type":"array"}},"required":["artifactId","parts"],"type":"object"},"AuthorizationCodeOAuthFlow":{"description":"Configuration details for a supported OAuth Flow","properties":{"authorizationUrl":{"description":"The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS","type":"string"},"refreshUrl":{"description":"The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.","type":"string"},"scopes":{"additionalProperties":{"type":"string"},"description":"The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.","type":"object"},"tokenUrl":{"description":"The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\\nrequires the use of TLS.","type":"string"}},"required":["authorizationUrl","scopes","tokenUrl"],"type":"object"},"CancelTaskRequest":{"description":"JSON-RPC request model for the \'tasks/cancel\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"method":{"const":"tasks/cancel","description":"A String containing the name of the method to be invoked.","type":"string"},"params":{"$ref":"#/definitions/TaskIdParams","description":"A Structured value that holds the parameter values to be used during the invocation of the method."}},"required":["id","jsonrpc","method","params"],"type":"object"},"CancelTaskResponse":{"anyOf":[{"$ref":"#/definitions/JSONRPCErrorResponse"},{"$ref":"#/definitions/CancelTaskSuccessResponse"}],"description":"JSON-RPC response for the \'tasks/cancel\' method."},"CancelTaskSuccessResponse":{"description":"JSON-RPC success response model for the \'tasks/cancel\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"result":{"$ref":"#/definitions/Task","description":"The result object on success."}},"required":["id","jsonrpc","result"],"type":"object"},"ClientCredentialsOAuthFlow":{"description":"Configuration details for a supported OAuth Flow","properties":{"refreshUrl":{"description":"The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.","type":"string"},"scopes":{"additionalProperties":{"type":"string"},"description":"The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.","type":"object"},"tokenUrl":{"description":"The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\\nrequires the use of TLS.","type":"string"}},"required":["scopes","tokenUrl"],"type":"object"},"ContentTypeNotSupportedError":{"description":"A2A specific error indicating incompatible content types between request and agent capabilities.","properties":{"code":{"const":-32005,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"Incompatible content types","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"DataPart":{"description":"Represents a structured data segment within a message part.","properties":{"data":{"additionalProperties":{},"description":"Structured data content","type":"object"},"kind":{"const":"data","description":"Part type - data for DataParts","type":"string"},"metadata":{"additionalProperties":{},"description":"Optional metadata associated with the part.","type":"object"}},"required":["data","kind"],"type":"object"},"DeleteTaskPushNotificationConfigParams":{"description":"Parameters for removing pushNotificationConfiguration associated with a Task","properties":{"id":{"description":"Task id.","type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"pushNotificationConfigId":{"type":"string"}},"required":["id","pushNotificationConfigId"],"type":"object"},"DeleteTaskPushNotificationConfigRequest":{"description":"JSON-RPC request model for the \'tasks/pushNotificationConfig/delete\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"method":{"const":"tasks/pushNotificationConfig/delete","description":"A String containing the name of the method to be invoked.","type":"string"},"params":{"$ref":"#/definitions/DeleteTaskPushNotificationConfigParams","description":"A Structured value that holds the parameter values to be used during the invocation of the method."}},"required":["id","jsonrpc","method","params"],"type":"object"},"DeleteTaskPushNotificationConfigResponse":{"anyOf":[{"$ref":"#/definitions/JSONRPCErrorResponse"},{"$ref":"#/definitions/DeleteTaskPushNotificationConfigSuccessResponse"}],"description":"JSON-RPC response for the \'tasks/pushNotificationConfig/delete\' method."},"DeleteTaskPushNotificationConfigSuccessResponse":{"description":"JSON-RPC success response model for the \'tasks/pushNotificationConfig/delete\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"result":{"description":"The result object on success.","type":"null"}},"required":["id","jsonrpc","result"],"type":"object"},"FileBase":{"description":"Represents the base entity for FileParts","properties":{"mimeType":{"description":"Optional mimeType for the file","type":"string"},"name":{"description":"Optional name for the file","type":"string"}},"type":"object"},"FilePart":{"description":"Represents a File segment within parts.","properties":{"file":{"anyOf":[{"$ref":"#/definitions/FileWithBytes"},{"$ref":"#/definitions/FileWithUri"}],"description":"File content either as url or bytes"},"kind":{"const":"file","description":"Part type - file for FileParts","type":"string"},"metadata":{"additionalProperties":{},"description":"Optional metadata associated with the part.","type":"object"}},"required":["file","kind"],"type":"object"},"FileWithBytes":{"description":"Define the variant where \'bytes\' is present and \'uri\' is absent","properties":{"bytes":{"description":"base64 encoded content of the file","type":"string"},"mimeType":{"description":"Optional mimeType for the file","type":"string"},"name":{"description":"Optional name for the file","type":"string"}},"required":["bytes"],"type":"object"},"FileWithUri":{"description":"Define the variant where \'uri\' is present and \'bytes\' is absent","properties":{"mimeType":{"description":"Optional mimeType for the file","type":"string"},"name":{"description":"Optional name for the file","type":"string"},"uri":{"description":"URL for the File content","type":"string"}},"required":["uri"],"type":"object"},"GetTaskPushNotificationConfigParams":{"description":"Parameters for fetching a pushNotificationConfiguration associated with a Task","properties":{"id":{"description":"Task id.","type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"pushNotificationConfigId":{"type":"string"}},"required":["id"],"type":"object"},"GetTaskPushNotificationConfigRequest":{"description":"JSON-RPC request model for the \'tasks/pushNotificationConfig/get\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"method":{"const":"tasks/pushNotificationConfig/get","description":"A String containing the name of the method to be invoked.","type":"string"},"params":{"anyOf":[{"$ref":"#/definitions/TaskIdParams"},{"$ref":"#/definitions/GetTaskPushNotificationConfigParams"}],"description":"A Structured value that holds the parameter values to be used during the invocation of the method.\\nTaskIdParams type is deprecated for this method use `GetTaskPushNotificationConfigParams` instead."}},"required":["id","jsonrpc","method","params"],"type":"object"},"GetTaskPushNotificationConfigResponse":{"anyOf":[{"$ref":"#/definitions/JSONRPCErrorResponse"},{"$ref":"#/definitions/GetTaskPushNotificationConfigSuccessResponse"}],"description":"JSON-RPC response for the \'tasks/pushNotificationConfig/set\' method."},"GetTaskPushNotificationConfigSuccessResponse":{"description":"JSON-RPC success response model for the \'tasks/pushNotificationConfig/get\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"result":{"$ref":"#/definitions/TaskPushNotificationConfig","description":"The result object on success."}},"required":["id","jsonrpc","result"],"type":"object"},"GetTaskRequest":{"description":"JSON-RPC request model for the \'tasks/get\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"method":{"const":"tasks/get","description":"A String containing the name of the method to be invoked.","type":"string"},"params":{"$ref":"#/definitions/TaskQueryParams","description":"A Structured value that holds the parameter values to be used during the invocation of the method."}},"required":["id","jsonrpc","method","params"],"type":"object"},"GetTaskResponse":{"anyOf":[{"$ref":"#/definitions/JSONRPCErrorResponse"},{"$ref":"#/definitions/GetTaskSuccessResponse"}],"description":"JSON-RPC response for the \'tasks/get\' method."},"GetTaskSuccessResponse":{"description":"JSON-RPC success response for the \'tasks/get\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"result":{"$ref":"#/definitions/Task","description":"The result object on success."}},"required":["id","jsonrpc","result"],"type":"object"},"HTTPAuthSecurityScheme":{"description":"HTTP Authentication security scheme.","properties":{"bearerFormat":{"description":"A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually\\ngenerated by an authorization server, so this information is primarily for documentation\\npurposes.","type":"string"},"description":{"description":"Description of this security scheme.","type":"string"},"scheme":{"description":"The name of the HTTP Authentication scheme to be used in the Authorization header as defined\\nin RFC7235. The values used SHOULD be registered in the IANA Authentication Scheme registry.\\nThe value is case-insensitive, as defined in RFC7235.","type":"string"},"type":{"const":"http","type":"string"}},"required":["scheme","type"],"type":"object"},"ImplicitOAuthFlow":{"description":"Configuration details for a supported OAuth Flow","properties":{"authorizationUrl":{"description":"The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS","type":"string"},"refreshUrl":{"description":"The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.","type":"string"},"scopes":{"additionalProperties":{"type":"string"},"description":"The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.","type":"object"}},"required":["authorizationUrl","scopes"],"type":"object"},"InternalError":{"description":"JSON-RPC error indicating an internal JSON-RPC error on the server.","properties":{"code":{"const":-32603,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"Internal error","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"InvalidAgentResponseError":{"description":"A2A specific error indicating agent returned invalid response for the current method","properties":{"code":{"const":-32006,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"Invalid agent response","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"InvalidParamsError":{"description":"JSON-RPC error indicating invalid method parameter(s).","properties":{"code":{"const":-32602,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"Invalid parameters","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"InvalidRequestError":{"description":"JSON-RPC error indicating the JSON sent is not a valid Request object.","properties":{"code":{"const":-32600,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"Request payload validation error","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"JSONParseError":{"description":"JSON-RPC error indicating invalid JSON was received by the server.","properties":{"code":{"const":-32700,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"Invalid JSON payload","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"JSONRPCError":{"description":"Represents a JSON-RPC 2.0 Error object.\\nThis is typically included in a JSONRPCErrorResponse when an error occurs.","properties":{"code":{"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"JSONRPCErrorResponse":{"description":"Represents a JSON-RPC 2.0 Error Response object.","properties":{"error":{"anyOf":[{"$ref":"#/definitions/JSONRPCError"},{"$ref":"#/definitions/JSONParseError"},{"$ref":"#/definitions/InvalidRequestError"},{"$ref":"#/definitions/MethodNotFoundError"},{"$ref":"#/definitions/InvalidParamsError"},{"$ref":"#/definitions/InternalError"},{"$ref":"#/definitions/TaskNotFoundError"},{"$ref":"#/definitions/TaskNotCancelableError"},{"$ref":"#/definitions/PushNotificationNotSupportedError"},{"$ref":"#/definitions/UnsupportedOperationError"},{"$ref":"#/definitions/ContentTypeNotSupportedError"},{"$ref":"#/definitions/InvalidAgentResponseError"}]},"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"}},"required":["error","id","jsonrpc"],"type":"object"},"JSONRPCMessage":{"description":"Base interface for any JSON-RPC 2.0 request or response.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"}},"required":["jsonrpc"],"type":"object"},"JSONRPCRequest":{"description":"Represents a JSON-RPC 2.0 Request object.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"method":{"description":"A String containing the name of the method to be invoked.","type":"string"},"params":{"additionalProperties":{},"description":"A Structured value that holds the parameter values to be used during the invocation of the method.","type":"object"}},"required":["jsonrpc","method"],"type":"object"},"JSONRPCResponse":{"anyOf":[{"$ref":"#/definitions/JSONRPCErrorResponse"},{"$ref":"#/definitions/SendMessageSuccessResponse"},{"$ref":"#/definitions/SendStreamingMessageSuccessResponse"},{"$ref":"#/definitions/GetTaskSuccessResponse"},{"$ref":"#/definitions/CancelTaskSuccessResponse"},{"$ref":"#/definitions/SetTaskPushNotificationConfigSuccessResponse"},{"$ref":"#/definitions/GetTaskPushNotificationConfigSuccessResponse"},{"$ref":"#/definitions/ListTaskPushNotificationConfigSuccessResponse"},{"$ref":"#/definitions/DeleteTaskPushNotificationConfigSuccessResponse"}],"description":"Represents a JSON-RPC 2.0 Response object."},"JSONRPCSuccessResponse":{"description":"Represents a JSON-RPC 2.0 Success Response object.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"result":{"description":"The result object on success"}},"required":["id","jsonrpc","result"],"type":"object"},"ListTaskPushNotificationConfigParams":{"description":"Parameters for getting list of pushNotificationConfigurations associated with a Task","properties":{"id":{"description":"Task id.","type":"string"},"metadata":{"additionalProperties":{},"type":"object"}},"required":["id"],"type":"object"},"ListTaskPushNotificationConfigRequest":{"description":"JSON-RPC request model for the \'tasks/pushNotificationConfig/list\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"method":{"const":"tasks/pushNotificationConfig/list","description":"A String containing the name of the method to be invoked.","type":"string"},"params":{"$ref":"#/definitions/ListTaskPushNotificationConfigParams","description":"A Structured value that holds the parameter values to be used during the invocation of the method."}},"required":["id","jsonrpc","method","params"],"type":"object"},"ListTaskPushNotificationConfigResponse":{"anyOf":[{"$ref":"#/definitions/JSONRPCErrorResponse"},{"$ref":"#/definitions/ListTaskPushNotificationConfigSuccessResponse"}],"description":"JSON-RPC response for the \'tasks/pushNotificationConfig/list\' method."},"ListTaskPushNotificationConfigSuccessResponse":{"description":"JSON-RPC success response model for the \'tasks/pushNotificationConfig/list\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"result":{"description":"The result object on success.","items":{"$ref":"#/definitions/TaskPushNotificationConfig"},"type":"array"}},"required":["id","jsonrpc","result"],"type":"object"},"Message":{"description":"Represents a single message exchanged between user and agent.","properties":{"contextId":{"description":"The context the message is associated with","type":"string"},"extensions":{"description":"The URIs of extensions that are present or contributed to this Message.","items":{"type":"string"},"type":"array"},"kind":{"const":"message","description":"Event type","type":"string"},"messageId":{"description":"Identifier created by the message creator","type":"string"},"metadata":{"additionalProperties":{},"description":"Extension metadata.","type":"object"},"parts":{"description":"Message content","items":{"$ref":"#/definitions/Part"},"type":"array"},"referenceTaskIds":{"description":"List of tasks referenced as context by this message.","items":{"type":"string"},"type":"array"},"role":{"description":"Message sender\'s role","enum":["agent","user"],"type":"string"},"taskId":{"description":"Identifier of task the message is related to","type":"string"}},"required":["kind","messageId","parts","role"],"type":"object"},"MessageSendConfiguration":{"description":"Configuration for the send message request.","properties":{"acceptedOutputModes":{"description":"Accepted output modalities by the client.","items":{"type":"string"},"type":"array"},"blocking":{"description":"If the server should treat the client as a blocking request.","type":"boolean"},"historyLength":{"description":"Number of recent messages to be retrieved.","type":"integer"},"pushNotificationConfig":{"$ref":"#/definitions/PushNotificationConfig","description":"Where the server should send notifications when disconnected."}},"required":["acceptedOutputModes"],"type":"object"},"MessageSendParams":{"description":"Sent by the client to the agent as a request. May create, continue or restart a task.","properties":{"configuration":{"$ref":"#/definitions/MessageSendConfiguration","description":"Send message configuration."},"message":{"$ref":"#/definitions/Message","description":"The message being sent to the server."},"metadata":{"additionalProperties":{},"description":"Extension metadata.","type":"object"}},"required":["message"],"type":"object"},"MethodNotFoundError":{"description":"JSON-RPC error indicating the method does not exist or is not available.","properties":{"code":{"const":-32601,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"Method not found","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"OAuth2SecurityScheme":{"description":"OAuth2.0 security scheme configuration.","properties":{"description":{"description":"Description of this security scheme.","type":"string"},"flows":{"$ref":"#/definitions/OAuthFlows","description":"An object containing configuration information for the flow types supported."},"type":{"const":"oauth2","type":"string"}},"required":["flows","type"],"type":"object"},"OAuthFlows":{"description":"Allows configuration of the supported OAuth Flows","properties":{"authorizationCode":{"$ref":"#/definitions/AuthorizationCodeOAuthFlow","description":"Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0."},"clientCredentials":{"$ref":"#/definitions/ClientCredentialsOAuthFlow","description":"Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0"},"implicit":{"$ref":"#/definitions/ImplicitOAuthFlow","description":"Configuration for the OAuth Implicit flow"},"password":{"$ref":"#/definitions/PasswordOAuthFlow","description":"Configuration for the OAuth Resource Owner Password flow"}},"type":"object"},"OpenIdConnectSecurityScheme":{"description":"OpenID Connect security scheme configuration.","properties":{"description":{"description":"Description of this security scheme.","type":"string"},"openIdConnectUrl":{"description":"Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.","type":"string"},"type":{"const":"openIdConnect","type":"string"}},"required":["openIdConnectUrl","type"],"type":"object"},"Part":{"anyOf":[{"$ref":"#/definitions/TextPart"},{"$ref":"#/definitions/FilePart"},{"$ref":"#/definitions/DataPart"}],"description":"Represents a part of a message, which can be text, a file, or structured data."},"PartBase":{"description":"Base properties common to all message parts.","properties":{"metadata":{"additionalProperties":{},"description":"Optional metadata associated with the part.","type":"object"}},"type":"object"},"PasswordOAuthFlow":{"description":"Configuration details for a supported OAuth Flow","properties":{"refreshUrl":{"description":"The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.","type":"string"},"scopes":{"additionalProperties":{"type":"string"},"description":"The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.","type":"object"},"tokenUrl":{"description":"The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\\nrequires the use of TLS.","type":"string"}},"required":["scopes","tokenUrl"],"type":"object"},"PushNotificationAuthenticationInfo":{"description":"Defines authentication details for push notifications.","properties":{"credentials":{"description":"Optional credentials","type":"string"},"schemes":{"description":"Supported authentication schemes - e.g. Basic, Bearer","items":{"type":"string"},"type":"array"}},"required":["schemes"],"type":"object"},"PushNotificationConfig":{"description":"Configuration for setting up push notifications for task updates.","properties":{"authentication":{"$ref":"#/definitions/PushNotificationAuthenticationInfo"},"id":{"description":"Push Notification ID - created by server to support multiple callbacks","type":"string"},"token":{"description":"Token unique to this task/session.","type":"string"},"url":{"description":"URL for sending the push notifications.","type":"string"}},"required":["url"],"type":"object"},"PushNotificationNotSupportedError":{"description":"A2A specific error indicating the agent does not support push notifications.","properties":{"code":{"const":-32003,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"Push Notification is not supported","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"SecurityScheme":{"anyOf":[{"$ref":"#/definitions/APIKeySecurityScheme"},{"$ref":"#/definitions/HTTPAuthSecurityScheme"},{"$ref":"#/definitions/OAuth2SecurityScheme"},{"$ref":"#/definitions/OpenIdConnectSecurityScheme"}],"description":"Mirrors the OpenAPI Security Scheme Object\\n(https://swagger.io/specification/#security-scheme-object)"},"SecuritySchemeBase":{"description":"Base properties shared by all security schemes.","properties":{"description":{"description":"Description of this security scheme.","type":"string"}},"type":"object"},"SendMessageRequest":{"description":"JSON-RPC request model for the \'message/send\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"method":{"const":"message/send","description":"A String containing the name of the method to be invoked.","type":"string"},"params":{"$ref":"#/definitions/MessageSendParams","description":"A Structured value that holds the parameter values to be used during the invocation of the method."}},"required":["id","jsonrpc","method","params"],"type":"object"},"SendMessageResponse":{"anyOf":[{"$ref":"#/definitions/JSONRPCErrorResponse"},{"$ref":"#/definitions/SendMessageSuccessResponse"}],"description":"JSON-RPC response model for the \'message/send\' method."},"SendMessageSuccessResponse":{"description":"JSON-RPC success response model for the \'message/send\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"result":{"anyOf":[{"$ref":"#/definitions/Task"},{"$ref":"#/definitions/Message"}],"description":"The result object on success"}},"required":["id","jsonrpc","result"],"type":"object"},"SendStreamingMessageRequest":{"description":"JSON-RPC request model for the \'message/stream\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"method":{"const":"message/stream","description":"A String containing the name of the method to be invoked.","type":"string"},"params":{"$ref":"#/definitions/MessageSendParams","description":"A Structured value that holds the parameter values to be used during the invocation of the method."}},"required":["id","jsonrpc","method","params"],"type":"object"},"SendStreamingMessageResponse":{"anyOf":[{"$ref":"#/definitions/JSONRPCErrorResponse"},{"$ref":"#/definitions/SendStreamingMessageSuccessResponse"}],"description":"JSON-RPC response model for the \'message/stream\' method."},"SendStreamingMessageSuccessResponse":{"description":"JSON-RPC success response model for the \'message/stream\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"result":{"anyOf":[{"$ref":"#/definitions/Task"},{"$ref":"#/definitions/Message"},{"$ref":"#/definitions/TaskStatusUpdateEvent"},{"$ref":"#/definitions/TaskArtifactUpdateEvent"}],"description":"The result object on success"}},"required":["id","jsonrpc","result"],"type":"object"},"SetTaskPushNotificationConfigRequest":{"description":"JSON-RPC request model for the \'tasks/pushNotificationConfig/set\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"method":{"const":"tasks/pushNotificationConfig/set","description":"A String containing the name of the method to be invoked.","type":"string"},"params":{"$ref":"#/definitions/TaskPushNotificationConfig","description":"A Structured value that holds the parameter values to be used during the invocation of the method."}},"required":["id","jsonrpc","method","params"],"type":"object"},"SetTaskPushNotificationConfigResponse":{"anyOf":[{"$ref":"#/definitions/JSONRPCErrorResponse"},{"$ref":"#/definitions/SetTaskPushNotificationConfigSuccessResponse"}],"description":"JSON-RPC response for the \'tasks/pushNotificationConfig/set\' method."},"SetTaskPushNotificationConfigSuccessResponse":{"description":"JSON-RPC success response model for the \'tasks/pushNotificationConfig/set\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer","null"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"result":{"$ref":"#/definitions/TaskPushNotificationConfig","description":"The result object on success."}},"required":["id","jsonrpc","result"],"type":"object"},"Task":{"properties":{"artifacts":{"description":"Collection of artifacts created by the agent.","items":{"$ref":"#/definitions/Artifact"},"type":"array"},"contextId":{"description":"Server-generated id for contextual alignment across interactions","type":"string"},"history":{"items":{"$ref":"#/definitions/Message"},"type":"array"},"id":{"description":"Unique identifier for the task","type":"string"},"kind":{"const":"task","description":"Event type","type":"string"},"metadata":{"additionalProperties":{},"description":"Extension metadata.","type":"object"},"status":{"$ref":"#/definitions/TaskStatus","description":"Current status of the task"}},"required":["contextId","id","kind","status"],"type":"object"},"TaskArtifactUpdateEvent":{"description":"Sent by server during sendStream or subscribe requests","properties":{"append":{"description":"Indicates if this artifact appends to a previous one","type":"boolean"},"artifact":{"$ref":"#/definitions/Artifact","description":"Generated artifact"},"contextId":{"description":"The context the task is associated with","type":"string"},"kind":{"const":"artifact-update","description":"Event type","type":"string"},"lastChunk":{"description":"Indicates if this is the last chunk of the artifact","type":"boolean"},"metadata":{"additionalProperties":{},"description":"Extension metadata.","type":"object"},"taskId":{"description":"Task id","type":"string"}},"required":["artifact","contextId","kind","taskId"],"type":"object"},"TaskIdParams":{"description":"Parameters containing only a task ID, used for simple task operations.","properties":{"id":{"description":"Task id.","type":"string"},"metadata":{"additionalProperties":{},"type":"object"}},"required":["id"],"type":"object"},"TaskNotCancelableError":{"description":"A2A specific error indicating the task is in a state where it cannot be canceled.","properties":{"code":{"const":-32002,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"Task cannot be canceled","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"TaskNotFoundError":{"description":"A2A specific error indicating the requested task ID was not found.","properties":{"code":{"const":-32001,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"Task not found","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"},"TaskPushNotificationConfig":{"description":"Parameters for setting or getting push notification configuration for a task","properties":{"pushNotificationConfig":{"$ref":"#/definitions/PushNotificationConfig","description":"Push notification configuration."},"taskId":{"description":"Task id.","type":"string"}},"required":["pushNotificationConfig","taskId"],"type":"object"},"TaskQueryParams":{"description":"Parameters for querying a task, including optional history length.","properties":{"historyLength":{"description":"Number of recent messages to be retrieved.","type":"integer"},"id":{"description":"Task id.","type":"string"},"metadata":{"additionalProperties":{},"type":"object"}},"required":["id"],"type":"object"},"TaskResubscriptionRequest":{"description":"JSON-RPC request model for the \'tasks/resubscribe\' method.","properties":{"id":{"description":"An identifier established by the Client that MUST contain a String, Number.\\nNumbers SHOULD NOT contain fractional parts.","type":["string","integer"]},"jsonrpc":{"const":"2.0","description":"Specifies the version of the JSON-RPC protocol. MUST be exactly \\"2.0\\".","type":"string"},"method":{"const":"tasks/resubscribe","description":"A String containing the name of the method to be invoked.","type":"string"},"params":{"$ref":"#/definitions/TaskIdParams","description":"A Structured value that holds the parameter values to be used during the invocation of the method."}},"required":["id","jsonrpc","method","params"],"type":"object"},"TaskState":{"description":"Represents the possible states of a Task.","enum":["submitted","working","input-required","completed","canceled","failed","rejected","auth-required","unknown"],"type":"string"},"TaskStatus":{"description":"TaskState and accompanying message.","properties":{"message":{"$ref":"#/definitions/Message","description":"Additional status updates for client"},"state":{"$ref":"#/definitions/TaskState"},"timestamp":{"description":"ISO 8601 datetime string when the status was recorded.","examples":["2023-10-27T10:00:00Z"],"type":"string"}},"required":["state"],"type":"object"},"TaskStatusUpdateEvent":{"description":"Sent by server during sendStream or subscribe requests","properties":{"contextId":{"description":"The context the task is associated with","type":"string"},"final":{"description":"Indicates the end of the event stream","type":"boolean"},"kind":{"const":"status-update","description":"Event type","type":"string"},"metadata":{"additionalProperties":{},"description":"Extension metadata.","type":"object"},"status":{"$ref":"#/definitions/TaskStatus","description":"Current status of the task"},"taskId":{"description":"Task id","type":"string"}},"required":["contextId","final","kind","status","taskId"],"type":"object"},"TextPart":{"description":"Represents a text segment within parts.","properties":{"kind":{"const":"text","description":"Part type - text for TextParts","type":"string"},"metadata":{"additionalProperties":{},"description":"Optional metadata associated with the part.","type":"object"},"text":{"description":"Text content","type":"string"}},"required":["kind","text"],"type":"object"},"UnsupportedOperationError":{"description":"A2A specific error indicating the requested operation is not supported by the agent.","properties":{"code":{"const":-32004,"description":"A Number that indicates the error type that occurred.","type":"integer"},"data":{"description":"A Primitive or Structured value that contains additional information about the error.\\nThis may be omitted."},"message":{"default":"This operation is not supported","description":"A String providing a short description of the error.","type":"string"}},"required":["code","message"],"type":"object"}}}'))};
1366
1366
  p(G9a,"amf.agentcard.internal.plugins.parse.schema.AgentCardSchema$",{OPd:1,sbd:1});var H9a;function I9a(){this.ZUa=this.$Ua=null;this.mR=0}I9a.prototype=new hNa;I9a.prototype.constructor=I9a;I9a.prototype.pic=function(){H9a||(H9a=new G9a);return H9a};p(I9a,"amf.agentcard.internal.plugins.parse.schema.AgentCardSchemaLoader$",{PPd:1,tbd:1});var J9a;function K9a(){J9a||(J9a=new I9a);return J9a}function L9a(a){this.Nqd=a}L9a.prototype=new m;L9a.prototype.constructor=L9a;L9a.prototype.pg=function(){return(0,this.Nqd)()};
1367
1367
  p(L9a,"amf.aml.client.platform.AMLConfiguration$$Lambda$1",{UPd:1,nQ:1});function M9a(a,b){a.nK=b;a.Qs=b;a.TD=Xq(b.bF());a.GA=Xq(b.XG())}function N9a(){this.GA=this.nK=this.TD=this.Qs=null}N9a.prototype=new Uua;N9a.prototype.constructor=N9a;function O9a(){}O9a.prototype=N9a.prototype;N9a.prototype.parseVocabulary=function(a){var b=lb();a=P9a(this.nK,a);var c=lb();null===lb().K3a&&null===lb().K3a&&(lb().K3a=new Q9a(c));c=lb().K3a;return(new zl(b,a,c,this.GA)).va()};
1368
1368
  N9a.prototype.parseDialectInstance=function(a){var b=lb();a=R9a(this.nK,a);var c=lb();null===lb().I3a&&null===lb().I3a&&(lb().I3a=new S9a(c));c=lb().I3a;return(new zl(b,a,c,this.GA)).va()};N9a.prototype.parseDialect=function(a){var b=lb();a=Qta(this.nK,a);var c=lb();null===lb().J3a&&null===lb().J3a&&(lb().J3a=new T9a(c));c=lb().J3a;return(new zl(b,a,c,this.GA)).va()};function mG(a,b){xr(a,b);a.Ft=Xq(b);return a}function nG(){this.Ft=this.dw=this.az=null}nG.prototype=new fva;
@@ -1867,8 +1867,8 @@ bta.prototype.kkc=function(a,b,c){if(b instanceof Hg){var e=v(a.E,Bk().Fd).p;e=e
1867
1867
  var ata;function Kmb(){}Kmb.prototype=new m;Kmb.prototype.constructor=Kmb;Kmb.prototype.rkd=function(a,b){return a===b};Kmb.prototype.pqd=function(){return"duplicatedCommonEndpointPath"};p(Kmb,"amf.apicontract.internal.validation.shacl.oas.DuplicatedCommonEndpointPathValidation$",{lse:1,GBd:1});var Jmb;function cK(a){this.qVc=null;this.HBd=a;this.qVc=a.pqd()}cK.prototype=new m;cK.prototype.constructor=cK;cK.prototype.za=function(){return this.qVc};
1868
1868
  cK.prototype.cf=function(a,b){if(a instanceof II)Iq(a).w(new u((c=>e=>{var f=v(e.lc,Pk().Tf).p;f=f.a()?null:f.b();lta(this.HBd,c,f)&&b.u(new M(new kq(Sk().uP,new M("Duplicated resource path: '"+f+"'"),new M(e.Yv))))})(a)));else throw new w(a);};p(cK,"amf.apicontract.internal.validation.shacl.oas.DuplicatedEndpointPathValidation$$anon$1",{mse:1,ff:1});function pnb(a){return Cp(a.endsWith("/")?tra(new Xc(a)):a,"\\{.*?\\}","{parameter}")}function Imb(){}Imb.prototype=new m;
1869
1869
  Imb.prototype.constructor=Imb;Imb.prototype.rkd=function(a,b){return pnb(a)===pnb(b)};Imb.prototype.pqd=function(){return"duplicatedOas3EndpointPath"};p(Imb,"amf.apicontract.internal.validation.shacl.oas.DuplicatedOas3EndpointPathValidation$",{nse:1,GBd:1});var Hmb;function qnb(a){this.IBd=a}qnb.prototype=new m;qnb.prototype.constructor=qnb;qnb.prototype.pg=function(){return(0,this.IBd)()};p(qnb,"amf.brokergroup.client.platform.BrokerGroupConfiguration$$Lambda$1",{sse:1,nQ:1});function rnb(){}
1870
- rnb.prototype=new dNa;rnb.prototype.constructor=rnb;p(rnb,"amf.brokergroup.internal.plugins.parse.entry.BrokerGroupSchemaVersion",{Cse:1,M3b:1});function snb(){}snb.prototype=new m;snb.prototype.constructor=snb;snb.prototype.Aec=function(){return"schemaVersion"};snb.prototype.tec=function(a){return new M(new rnb(a))};p(snb,"amf.brokergroup.internal.plugins.parse.entry.BrokerGroupSchemaVersion$",{Dse:1,rbd:1});var tnb;function unb(){}unb.prototype=new m;unb.prototype.constructor=unb;
1871
- unb.prototype.nkc=function(){tnb||(tnb=new snb);return tnb};p(unb,"amf.brokergroup.internal.plugins.parse.entry.BrokerGroupSchemaVersionEntry$",{Ese:1,qbd:1});var vnb;function wnb(){}wnb.prototype=new fNa;wnb.prototype.constructor=wnb;wnb.prototype.qic=function(){return Al(new Xc('{\n | "$schema": "http://json-schema.org/draft-07/schema#",\n | "title": "Broker Group",\n | "type": "object",\n | "required": [\n | "schemaVersion",\n | "brokers",\n | "services"\n | ],\n | "properties": {\n | "schemaVersion": {\n | "type": "string",\n | "const": "0.1.0-beta",\n | "description": "The schema version for this file",\n | "pattern": "^(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)(?:-((?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\\\.(?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\\\+([0-9a-zA-Z-]+(?:\\\\.[0-9a-zA-Z-]+)*))?$",\n | "additionalProperties": false\n | },\n | "brokers": {\n | "type": "object",\n | "description": "The brokers defined as part of this group",\n | "patternProperties": {\n | "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n | "$ref": "#/definitions/Agent"\n | }\n | },\n | "propertyNames": {\n | "not": {\n | "enum": [\n | "default",\n | "defaults",\n | "system",\n | "local",\n | "null"\n | ]\n | }\n | },\n | "additionalProperties": false\n | },\n | "services": {\n | "$ref": "#/definitions/Services",\n | "description": "The external services consumed by the brokers in this group"\n | }\n | },\n | "additionalProperties": false,\n | "definitions": {\n | "BrokerSpec": {\n | "type": "object",\n | "required": [\n | "llm",\n | "instructions"\n | ],\n | "properties": {\n | "llm": {\n | "type": "string",\n | "description": "A reference to the LLM used for reasoning and orchestration"\n | },\n | "instructions": {\n | "type": "array",\n | "description": "Set of custom instructions that will inform the orchestration",\n | "items": {\n | "type": "string"\n | }\n | },\n | "maxNumberOfLoops": {\n | "type": "integer",\n | "description": "The maximum number of steps that a task can take. Useful for keeping orchestrations from running too long and consuming too many tokens",\n | "default": 25\n | },\n | "maxConsecutiveErrors": {\n | "type": "integer",\n | "description": "The maximum number of errors that the orchestrator will attempt to recover from before returning a failed status.",\n | "default": 3\n | },\n | "taskTimeoutSecs": {\n | "type": "integer",\n | "description": "A timeout (in seconds) for how long should each orchestration task ",\n | "default": 60\n | },\n | "tools": {\n | "type": "array",\n | "description": "The tools available to this broker",\n | "items": {\n | "type": "object",\n | "properties": {\n | "mcp": {\n | "type": "object",\n | "required": [\n | "server"\n | ],\n | "properties": {\n | "server": {\n | "type": "string",\n | "description": "A reference to the MCP server serving the tools"\n | },\n | "allowed": {\n | "type": "array",\n | "description": "Filters the list of tools advertised by the MCP server to only those in this list. Mutually exclusive with \'denied\'",\n | "items": {\n | "type": "string"\n | }\n | },\n | "denied": {\n | "type": "array",\n | "description": "Filters the list of tools advertised by the MCP server to not include those in this list. Mutually exclusive with \'allowed\'",\n | "items": {\n | "type": "string"\n | }\n | }\n | }\n | }\n | }\n | }\n | },\n | "links": {\n | "type": "array",\n | "description": "Defines which of the other brokers or external agents can be orchestrated by this broker",\n | "items": {\n | "type": "object",\n | "patternProperties": {\n | "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n | "type": "object",\n | "properties": {\n | "authentication": {\n | "$ref": "#/definitions/Authentication"\n | }\n | }\n | }\n | },\n | "additionalProperties": false\n | }\n | }\n | }\n | },\n | "Agent": {\n | "type": "object",\n | "properties": {\n | "card": {\n | "$ref": "#/definitions/AgentCard"\n | },\n | "spec": {\n | "$ref": "#/definitions/BrokerSpec"\n | }\n | },\n | "required": [\n | "card",\n | "spec"\n | ]\n | },\n | "BasicAuth": {\n | "type": "object",\n | "title": "Basic Authentication",\n | "description": "Properties for Basic Authentication.",\n | "properties": {\n | "type": {\n | "const": "basic",\n | "type": "string"\n | },\n | "username": {\n | "type": "string",\n | "description": "The username for authentication."\n | },\n | "password": {\n | "type": "string",\n | "description": "The password for authentication."\n | }\n | },\n | "required": [\n | "type",\n | "username",\n | "password"\n | ]\n | },\n | "AnypointClientCredentialsAuth": {\n | "type": "object",\n | "properties": {\n | "type": {\n | "const": "apikey-client-credentials",\n | "type": "string"\n | },\n | "clientId": {\n | "type": "string",\n | "description": "The client ID."\n | },\n | "clientSecret": {\n | "type": "string",\n | "description": "The client secret."\n | }\n | }\n | },\n | "OAuth2ClientCredentialsAuth": {\n | "type": "object",\n | "title": "OAuth 2.0 Client Credentials Grant",\n | "description": "Properties for the OAuth 2.0 Client Credentials Grant Type.",\n | "properties": {\n | "type": {\n | "const": "oauth2-client-credentials",\n | "type": "string"\n | },\n | "clientId": {\n | "type": "string",\n | "description": "The client ID."\n | },\n | "clientSecret": {\n | "type": "string",\n | "description": "The client secret."\n | },\n | "tokenUrl": {\n | "type": "string",\n | "description": "The URL of the token endpoint to obtain the access token."\n | },\n | "scopes": {\n | "type": "array",\n | "items": {\n | "type": "string"\n | },\n | "description": "An array of scopes to request."\n | }\n | },\n | "required": [\n | "type",\n | "clientId",\n | "clientSecret",\n | "tokenUrl"\n | ]\n | },\n | "Authentication": {\n | "anyOf": [\n | {\n | "$ref": "#/definitions/OAuth2ClientCredentialsAuth"\n | },\n | {\n | "$ref": "#/definitions/BasicAuth"\n | },\n | {\n | "$ref": "#/definitions/AnypointClientCredentialsAuth"\n | }\n | ]\n | },\n | "ExternalAgent": {\n | "type": "object",\n | "description": "Defines an agent that exists outside of this broker group",\n | "properties": {\n | "cardUrl": {\n | "type": "string"\n | },\n | "authentication": {\n | "$ref": "#/definitions/Authentication"\n | }\n | }\n | },\n | "OpenAILLM": {\n | "type": "object",\n | "description": "Configuration for using OpenAI as the reasoning LLM",\n | "required": [\n | "kind",\n | "modelName",\n | "apiKey"\n | ],\n | "properties": {\n | "kind": {\n | "type": "string",\n | "const": "openai",\n | "description": "Discriminator to identify OpenAI LLM configuration"\n | },\n | "modelName": {\n | "type": "string",\n | "description": "The name of the language model to use"\n | },\n | "apiKey": {\n | "type": "string",\n | "description": "The API key for authenticating into OpenAI"\n | }\n | }\n | },\n | "EinsteinLLM": {\n | "type": "object",\n | "description": "Configuration for using Salesforce Einstein as the reasoning LLM",\n | "required": [\n | "kind",\n | "clientId",\n | "clientSecret",\n | "baseUrl",\n | "modelName"\n | ],\n | "properties": {\n | "kind": {\n | "type": "string",\n | "const": "einstein",\n | "description": "Discriminator to identify Einstein LLM configuration"\n | },\n | "type": {\n | "type": "string",\n | "const": "einstein"\n | },\n | "clientId": {\n | "type": "string",\n | "description": "The Client Id"\n | },\n | "clientSecret": {\n | "type": "string",\n | "description": "The Client Secret"\n | },\n | "baseUrl": {\n | "type": "string",\n | "description": "The base URL for the Einstein instance"\n | },\n | "modelName": {\n | "type": "string",\n | "description": "The name of the language model to use"\n | },\n | "probability": {\n | "type": "number",\n | "description": "The Einstein probability setting"\n | },\n | "locale": {\n | "type": "string",\n | "description": "The locale to use",\n | "default": "en_US"\n | }\n | }\n | },\n | "SseTransport": {\n | "required": [\n | "sse"\n | ],\n | "properties": {\n | "sse": {\n | "type": "object",\n | "properties": {\n | "ssePath": {\n | "type": "string",\n | "description": "Path to the SSE endpoint"\n | },\n | "messagesPath": {\n | "type": "string",\n | "description": "Path to the messages endpoint"\n | }\n | }\n | }\n | }\n | },\n | "StreamableHttpTransport": {\n | "required": [\n | "streamableHttp"\n | ],\n | "properties": {\n | "streamableHttp": {\n | "type": "object",\n | "properties": {\n | "path": {\n | "type": "string",\n | "description": "Path to the mcp endpoint"\n | }\n | }\n | }\n | }\n | },\n | "MCPTransport": {\n | "type": "object",\n | "oneOf": [\n | {\n | "$ref": "#/definitions/SseTransport"\n | },\n | {\n | "$ref": "#/definitions/StreamableHttpTransport"\n | }\n | ]\n | },\n | "MCPServer": {\n | "type": "object",\n | "required": [\n | "url",\n | "transport"\n | ],\n | "properties": {\n | "url": {\n | "type": "string",\n | "format": "uri",\n | "description": "The base URL for the MCP server"\n | },\n | "transport": {\n | "$ref": "#/definitions/MCPTransport"\n | },\n | "tools": {\n | "type": "object",\n | "properties": {\n | "allowed": {\n | "type": "array",\n | "description": "Filters the list of tools advertised by the MCP server to only those in this list. Mutually exclusive with \'denied\'",\n | "items": {\n | "type": "string"\n | }\n | },\n | "denied": {\n | "type": "array",\n | "description": "Filters the list of tools advertised by the MCP server to those not in this list. Mutually exclusive with \'allowed\'",\n | "items": {\n | "type": "string"\n | }\n | }\n | }\n | },\n | "authentication": {\n | "$ref": "#/definitions/Authentication"\n | }\n | }\n | },\n | "LLMProvider": {\n | "oneOf": [\n | {\n | "$ref": "#/definitions/EinsteinLLM"\n | },\n | {\n | "$ref": "#/definitions/OpenAILLM"\n | }\n | ]\n | },\n | "Services": {\n | "type": "object",\n | "description": "The external services consumed by the brokers in this group",\n | "required": [\n | "llm-providers"\n | ],\n | "properties": {\n | "external-agents": {\n | "type": "object",\n | "patternProperties": {\n | "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n | "$ref": "#/definitions/ExternalAgent"\n | }\n | },\n | "additionalProperties": false\n | },\n | "llm-providers": {\n | "type": "object",\n | "description": "The LLMs available to the brokers in this group",\n | "patternProperties": {\n | "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n | "$ref": "#/definitions/LLMProvider"\n | }\n | },\n | "additionalProperties": false\n | },\n | "mcp-servers": {\n | "type": "array",\n | "description": "The MCP servers available to the brokers in this group",\n | "items": {\n | "type": "object",\n | "patternProperties": {\n | "^[a-zA-Z_][a-zA-Z0-9_.-]*$": {\n | "$ref": "#/definitions/MCPServer"\n | }\n | },\n | "additionalProperties": false\n | }\n | }\n | }\n | },\n | "AgentCard": {\n | "description": "An AgentCard conveys key information:\\n- Overall details (version, name, description, uses)\\n- Skills: A set of capabilities the agent can perform\\n- Default modalities/content types supported by the agent.\\n- Authentication requirements",\n | "properties": {\n | "additionalInterfaces": {\n | "description": "Announcement of additional supported transports. Client can use any of\\nthe supported transports.",\n | "items": {\n | "$ref": "#/definitions/AgentInterface"\n | },\n | "type": "array"\n | },\n | "capabilities": {\n | "$ref": "#/definitions/AgentCapabilities",\n | "description": "Optional capabilities supported by the agent."\n | },\n | "defaultInputModes": {\n | "description": "The set of interaction modes that the agent supports across all skills. This can be overridden per-skill.\\nSupported media types for input.",\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "defaultOutputModes": {\n | "description": "Supported media types for output.",\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "description": {\n | "description": "A human-readable description of the agent. Used to assist users and\\nother agents in understanding what the agent can do.",\n | "examples": [\n | "Agent that helps users with recipes and cooking."\n | ],\n | "type": "string"\n | },\n | "documentationUrl": {\n | "description": "A URL to documentation for the agent.",\n | "type": "string"\n | },\n | "iconUrl": {\n | "description": "A URL to an icon for the agent.",\n | "type": "string"\n | },\n | "name": {\n | "description": "Human readable name of the agent.",\n | "examples": [\n | "Recipe Agent"\n | ],\n | "type": "string"\n | },\n | "preferredTransport": {\n | "description": "The transport of the preferred endpoint. If empty, defaults to JSONRPC.",\n | "type": "string"\n | },\n | "protocolVersion": {\n | "default": "0.2.5",\n | "description": "The version of the A2A protocol this agent supports.",\n | "type": "string"\n | },\n | "provider": {\n | "$ref": "#/definitions/AgentProvider",\n | "description": "The service provider of the agent"\n | },\n | "security": {\n | "description": "Security requirements for contacting the agent.",\n | "items": {\n | "additionalProperties": {\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "type": "object"\n | },\n | "type": "array"\n | },\n | "securitySchemes": {\n | "additionalProperties": {\n | "$ref": "#/definitions/SecurityScheme"\n | },\n | "description": "Security scheme details used for authenticating with this agent.",\n | "type": "object"\n | },\n | "skills": {\n | "description": "Skills are a unit of capability that an agent can perform.",\n | "items": {\n | "$ref": "#/definitions/AgentSkill"\n | },\n | "type": "array"\n | },\n | "supportsAuthenticatedExtendedCard": {\n | "description": "true if the agent supports providing an extended agent card when the user is authenticated.\\nDefaults to false if not specified.",\n | "type": "boolean"\n | },\n | "url": {\n | "description": "A URL to the address the agent is hosted at. This represents the\\npreferred endpoint as declared by the agent.",\n | "type": "string"\n | },\n | "version": {\n | "description": "The version of the agent - format is up to the provider.",\n | "examples": [\n | "1.0.0"\n | ],\n | "type": "string"\n | }\n | },\n | "required": [\n | "capabilities",\n | "defaultInputModes",\n | "defaultOutputModes",\n | "description",\n | "name",\n | "protocolVersion",\n | "skills",\n | "url",\n | "version"\n | ],\n | "type": "object"\n | },\n | "AgentInterface": {\n | "description": "AgentInterface provides a declaration of a combination of the\\ntarget url and the supported transport to interact with the agent.",\n | "properties": {\n | "transport": {\n | "description": "The transport supported this url. This is an open form string, to be\\neasily extended for many transport protocols. The core ones officially\\nsupported are JSONRPC, GRPC and HTTP+JSON.",\n | "type": "string"\n | },\n | "url": {\n | "type": "string"\n | }\n | },\n | "required": [\n | "transport",\n | "url"\n | ],\n | "type": "object"\n | },\n | "AgentCapabilities": {\n | "description": "Defines optional capabilities supported by an agent.",\n | "properties": {\n | "extensions": {\n | "description": "extensions supported by this agent.",\n | "items": {\n | "$ref": "#/definitions/AgentExtension"\n | },\n | "type": "array"\n | },\n | "pushNotifications": {\n | "description": "true if the agent can notify updates to client.",\n | "type": "boolean"\n | },\n | "stateTransitionHistory": {\n | "description": "true if the agent exposes status change history for tasks.",\n | "type": "boolean"\n | },\n | "streaming": {\n | "description": "true if the agent supports SSE.",\n | "type": "boolean"\n | }\n | },\n | "type": "object"\n | },\n | "AgentExtension": {\n | "description": "A declaration of an extension supported by an Agent.",\n | "examples": [\n | {\n | "description": "Google OAuth 2.0 authentication",\n | "required": false,\n | "uri": "https://developers.google.com/identity/protocols/oauth2"\n | }\n | ],\n | "properties": {\n | "description": {\n | "description": "A description of how this agent uses this extension.",\n | "type": "string"\n | },\n | "params": {\n | "additionalProperties": {},\n | "description": "Optional configuration for the extension.",\n | "type": "object"\n | },\n | "required": {\n | "description": "Whether the client must follow specific requirements of the extension.",\n | "type": "boolean"\n | },\n | "uri": {\n | "description": "The URI of the extension.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "uri"\n | ],\n | "type": "object"\n | },\n | "AgentProvider": {\n | "description": "Represents the service provider of an agent.",\n | "examples": [\n | {\n | "organization": "Google",\n | "url": "https://ai.google.dev"\n | }\n | ],\n | "properties": {\n | "organization": {\n | "description": "Agent provider\'s organization name.",\n | "type": "string"\n | },\n | "url": {\n | "description": "Agent provider\'s URL.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "organization",\n | "url"\n | ],\n | "type": "object"\n | },\n | "SecurityScheme": {\n | "anyOf": [\n | {\n | "$ref": "#/definitions/APIKeySecurityScheme"\n | },\n | {\n | "$ref": "#/definitions/HTTPAuthSecurityScheme"\n | },\n | {\n | "$ref": "#/definitions/OAuth2SecurityScheme"\n | },\n | {\n | "$ref": "#/definitions/OpenIdConnectSecurityScheme"\n | }\n | ],\n | "description": "Mirrors the OpenAPI Security Scheme Object\\n(https://swagger.io/specification/#security-scheme-object)"\n | },\n | "APIKeySecurityScheme": {\n | "description": "API Key security scheme.",\n | "properties": {\n | "description": {\n | "description": "Description of this security scheme.",\n | "type": "string"\n | },\n | "in": {\n | "description": "The location of the API key. Valid values are \\"query\\", \\"header\\", or \\"cookie\\".",\n | "enum": [\n | "cookie",\n | "header",\n | "query"\n | ],\n | "type": "string"\n | },\n | "name": {\n | "description": "The name of the header, query or cookie parameter to be used.",\n | "type": "string"\n | },\n | "type": {\n | "const": "apiKey",\n | "type": "string"\n | }\n | },\n | "required": [\n | "in",\n | "name",\n | "type"\n | ],\n | "type": "object"\n | },\n | "HTTPAuthSecurityScheme": {\n | "description": "HTTP Authentication security scheme.",\n | "properties": {\n | "bearerFormat": {\n | "description": "A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually\\ngenerated by an authorization server, so this information is primarily for documentation\\npurposes.",\n | "type": "string"\n | },\n | "description": {\n | "description": "Description of this security scheme.",\n | "type": "string"\n | },\n | "scheme": {\n | "description": "The name of the HTTP Authentication scheme to be used in the Authorization header as defined\\nin RFC7235. The values used SHOULD be registered in the IANA Authentication Scheme registry.\\nThe value is case-insensitive, as defined in RFC7235.",\n | "type": "string"\n | },\n | "type": {\n | "const": "http",\n | "type": "string"\n | }\n | },\n | "required": [\n | "scheme",\n | "type"\n | ],\n | "type": "object"\n | },\n | "OAuth2SecurityScheme": {\n | "description": "OAuth2.0 security scheme configuration.",\n | "properties": {\n | "description": {\n | "description": "Description of this security scheme.",\n | "type": "string"\n | },\n | "flows": {\n | "$ref": "#/definitions/OAuthFlows",\n | "description": "An object containing configuration information for the flow types supported."\n | },\n | "type": {\n | "const": "oauth2",\n | "type": "string"\n | }\n | },\n | "required": [\n | "flows",\n | "type"\n | ],\n | "type": "object"\n | },\n | "OAuthFlows": {\n | "description": "Allows configuration of the supported OAuth Flows",\n | "properties": {\n | "authorizationCode": {\n | "$ref": "#/definitions/AuthorizationCodeOAuthFlow",\n | "description": "Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0."\n | },\n | "clientCredentials": {\n | "$ref": "#/definitions/ClientCredentialsOAuthFlow",\n | "description": "Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0"\n | },\n | "implicit": {\n | "$ref": "#/definitions/ImplicitOAuthFlow",\n | "description": "Configuration for the OAuth Implicit flow"\n | },\n | "password": {\n | "$ref": "#/definitions/PasswordOAuthFlow",\n | "description": "Configuration for the OAuth Resource Owner Password flow"\n | }\n | },\n | "type": "object"\n | },\n | "AuthorizationCodeOAuthFlow": {\n | "description": "Configuration details for a supported OAuth Flow",\n | "properties": {\n | "authorizationUrl": {\n | "description": "The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS",\n | "type": "string"\n | },\n | "refreshUrl": {\n | "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.",\n | "type": "string"\n | },\n | "scopes": {\n | "additionalProperties": {\n | "type": "string"\n | },\n | "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.",\n | "type": "object"\n | },\n | "tokenUrl": {\n | "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\\nrequires the use of TLS.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "authorizationUrl",\n | "scopes",\n | "tokenUrl"\n | ],\n | "type": "object"\n | },\n | "ClientCredentialsOAuthFlow": {\n | "description": "Configuration details for a supported OAuth Flow",\n | "properties": {\n | "refreshUrl": {\n | "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.",\n | "type": "string"\n | },\n | "scopes": {\n | "additionalProperties": {\n | "type": "string"\n | },\n | "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.",\n | "type": "object"\n | },\n | "tokenUrl": {\n | "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\\nrequires the use of TLS.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "scopes",\n | "tokenUrl"\n | ],\n | "type": "object"\n | },\n | "ImplicitOAuthFlow": {\n | "description": "Configuration details for a supported OAuth Flow",\n | "properties": {\n | "authorizationUrl": {\n | "description": "The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS",\n | "type": "string"\n | },\n | "refreshUrl": {\n | "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.",\n | "type": "string"\n | },\n | "scopes": {\n | "additionalProperties": {\n | "type": "string"\n | },\n | "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.",\n | "type": "object"\n | }\n | },\n | "required": [\n | "authorizationUrl",\n | "scopes"\n | ],\n | "type": "object"\n | },\n | "PasswordOAuthFlow": {\n | "description": "Configuration details for a supported OAuth Flow",\n | "properties": {\n | "refreshUrl": {\n | "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.",\n | "type": "string"\n | },\n | "scopes": {\n | "additionalProperties": {\n | "type": "string"\n | },\n | "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.",\n | "type": "object"\n | },\n | "tokenUrl": {\n | "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\\nrequires the use of TLS.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "scopes",\n | "tokenUrl"\n | ],\n | "type": "object"\n | },\n | "OpenIdConnectSecurityScheme": {\n | "description": "OpenID Connect security scheme configuration.",\n | "properties": {\n | "description": {\n | "description": "Description of this security scheme.",\n | "type": "string"\n | },\n | "openIdConnectUrl": {\n | "description": "Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.",\n | "type": "string"\n | },\n | "type": {\n | "const": "openIdConnect",\n | "type": "string"\n | }\n | },\n | "required": [\n | "openIdConnectUrl",\n | "type"\n | ],\n | "type": "object"\n | },\n | "AgentSkill": {\n | "description": "Represents a unit of capability that an agent can perform.",\n | "properties": {\n | "description": {\n | "description": "Description of the skill - will be used by the client or a human\\nas a hint to understand what the skill does.",\n | "type": "string"\n | },\n | "examples": {\n | "description": "The set of example scenarios that the skill can perform.\\nWill be used by the client as a hint to understand how the skill can be used.",\n | "examples": [\n | [\n | "I need a recipe for bread"\n | ]\n | ],\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "id": {\n | "description": "Unique identifier for the agent\'s skill.",\n | "type": "string"\n | },\n | "inputModes": {\n | "description": "The set of interaction modes that the skill supports\\n(if different than the default).\\nSupported media types for input.",\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "name": {\n | "description": "Human readable name of the skill.",\n | "type": "string"\n | },\n | "outputModes": {\n | "description": "Supported media types for output.",\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "tags": {\n | "description": "Set of tagwords describing classes of capabilities for this specific skill.",\n | "examples": [\n | [\n | "cooking",\n | "customer support",\n | "billing"\n | ]\n | ],\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | }\n | },\n | "required": [\n | "description",\n | "id",\n | "name",\n | "tags"\n | ],\n | "type": "object"\n | }\n | }\n |}\n |'))};
1870
+ rnb.prototype=new dNa;rnb.prototype.constructor=rnb;p(rnb,"amf.brokergroup.internal.plugins.parse.entry.BrokerGroupSchemaVersion",{Cse:1,M3b:1});function snb(){}snb.prototype=new m;snb.prototype.constructor=snb;snb.prototype.Aec=function(){return"ansVersion"};snb.prototype.tec=function(a){return new M(new rnb(a))};p(snb,"amf.brokergroup.internal.plugins.parse.entry.BrokerGroupSchemaVersion$",{Dse:1,rbd:1});var tnb;function unb(){}unb.prototype=new m;unb.prototype.constructor=unb;
1871
+ unb.prototype.nkc=function(){tnb||(tnb=new snb);return tnb};p(unb,"amf.brokergroup.internal.plugins.parse.entry.BrokerGroupSchemaVersionEntry$",{Ese:1,qbd:1});var vnb;function wnb(){}wnb.prototype=new fNa;wnb.prototype.constructor=wnb;wnb.prototype.qic=function(){return Al(new Xc('{"$schema":"http://json-schema.org/draft-07/schema#","title":"Agent Network Specification","@context":{"@type":["http://anypoint.com/vocabs/agents#Network"],"@base":"http://anypoint.com/vocabs/agents#"},"type":"object","required":["ansVersion"],"properties":{"ansVersion":{"type":"string","const":"1.0.0","description":"The schema version for this file","additionalProperties":false},"brokers":{"type":"object","description":"The brokers defined as part of this group","patternProperties":{"^[a-zA-Z_][a-zA-Z0-9_.-]*$":{"$ref":"#/definitions/Broker"}},"propertyNames":{"not":{"enum":["default","defaults","system","local","null"]}},"additionalProperties":false},"connections":{"$ref":"#/definitions/Connections","description":"The list of connections defined as part of this network."},"agents":{"type":"object","description":"The agent elements","patternProperties":{"^[a-zA-Z_][a-zA-Z0-9_.-]*$":{"$ref":"#/definitions/AgentEntity"}},"additionalProperties":false},"mcps":{"type":"object","description":"The mcp elements","patternProperties":{"^[a-zA-Z_][a-zA-Z0-9_.-]*$":{"$ref":"#/definitions/MCPServer"}},"additionalProperties":false},"llms":{"type":"object","description":"The llms defined.","patternProperties":{"^[a-zA-Z_][a-zA-Z0-9_.-]*$":{"$ref":"#/definitions/LLMEntity"}},"additionalProperties":false}},"additionalProperties":false,"definitions":{"RegistryRef":{"type":"object","properties":{"name":{"type":"string"},"namespace":{"type":"string"}},"additionalProperties":false,"required":["name"]},"BrokerSpec":{"type":"object","required":["llmRef","instructions","links"],"properties":{"llmRef":{"description":"The reference to the LLM to be used by the orchestrator","$ref":"#/definitions/RegistryRef"},"instructions":{"type":"array","description":"Set of custom instructions that will inform the orchestration","items":{"type":"string"},"policies":{"type":"array","items":{"ref":"#/definitions/PolicyBinding"}}},"maxNumberOfLoops":{"type":"integer","description":"The maximum number of steps that a task can take. Useful for keeping orchestrations from running too long and consuming too many tokens","default":25},"maxConsecutiveErrors":{"type":"integer","description":"The maximum number of errors that the orchestrator will attempt to recover from before returning a failed status.","default":3},"taskTimeoutSecs":{"type":"integer","description":"A timeout (in seconds) for how long should each orchestration task ","default":60},"tools":{"type":"array","description":"The tools available to this broker","items":{"type":"object","properties":{"mcpRef":{"$ref":"#/definitions/RegistryRef","description":"The reference to the MCP server to be available to this broker"},"allowed":{"type":"array","description":"Filters the list of tools advertised by the MCP server to only those in this list. Mutually exclusive with \'denied\'","items":{"type":"string"}}},"additionalProperties":false}},"links":{"type":"array","description":"Defines which of the other brokers or external agents can be orchestrated by this broker","items":{"type":"object","properties":{"agentRef":{"$ref":"#/definitions/RegistryRef"}},"required":["agentRef"],"additionalProperties":false}}}},"Broker":{"@context":{"@type":["http://anypoint.com/vocabs/agents#Agent","http://anypoint.com/vocabs/agents#Broker"],"@base":"http://anypoint.com/vocabs/agents#"},"type":"object","properties":{"card":{"$ref":"#/definitions/AgentCard"},"spec":{"$ref":"#/definitions/BrokerSpec"}},"additionalProperties":false,"required":["card","spec"]},"BasicAuth":{"type":"object","title":"Basic Authentication","description":"Properties for Basic Authentication.","properties":{"kind":{"const":"basic","type":"string"},"username":{"type":"string","description":"The username for authentication."},"password":{"type":"string","description":"The password for authentication."}},"additionalProperties":false,"required":["kind","username","password"]},"AnypointClientCredentialsAuth":{"type":"object","required":["kind","clientId","clientSecret"],"properties":{"kind":{"const":"apikey-client-credentials","type":"string"},"clientId":{"type":"string","description":"The client ID."},"clientSecret":{"type":"string","description":"The client secret."}},"additionalProperties":false},"OAuth2ClientCredentialsAuth":{"type":"object","title":"OAuth 2.0 Client Credentials Grant","description":"Properties for the OAuth 2.0 Client Credentials Grant Type.","properties":{"kind":{"const":"oauth2-client-credentials","type":"string"},"clientId":{"type":"string","description":"The client ID."},"clientSecret":{"type":"string","description":"The client secret."},"tokenUrl":{"type":"string","description":"The URL of the token endpoint to obtain the access token."},"scopes":{"type":"array","items":{"type":"string"},"description":"An array of scopes to request."}},"additionalProperties":false,"required":["kind","clientId","clientSecret","tokenUrl"]},"Authentication":{"@context":{"@type":["http://anypoint.com/vocabs/agents#Authentication"],"@base":"http://anypoint.com/vocabs/agents#"},"anyOf":[{"$ref":"#/definitions/OAuth2ClientCredentialsAuth"},{"$ref":"#/definitions/BasicAuth"},{"$ref":"#/definitions/AnypointClientCredentialsAuth"}]},"AgentConnection":{"@context":{"@type":["http://anypoint.com/vocabs/agents#Connection","http://anypoint.com/vocabs/agents#AgentConnection"],"@base":"http://anypoint.com/vocabs/agents#"},"type":"object","description":"Defines an agent that exists outside of this domain","required":["kind","spec"],"properties":{"kind":{"const":"agent","type":"string"},"agentRef":{"$ref":"#/definitions/RegistryRef"},"spec":{"type":"object","required":["url"],"properties":{"url":{"type":"string"},"authentication":{"$ref":"#/definitions/Authentication"},"policies":{"type":"array","items":{"ref":"#/definitions/PolicyBinding"}}},"additionalProperties":false}}},"LLMConnection":{"@context":{"@type":["http://anypoint.com/vocabs/agents#Connection","http://anypoint.com/vocabs/agents#LLMConnection"],"@base":"http://anypoint.com/vocabs/agents#"},"type":"object","description":"Configuration for using Salesforce Einstein as the reasoning LLM","required":["kind","spec"],"properties":{"kind":{"const":"llm","type":"string"},"llmRef":{"$ref":"#/definitions/RegistryRef"},"spec":{"oneOf":[{"$ref":"#/definitions/EinsteinConnectionSpec"},{"$ref":"#/definitions/OpenAIConnectionSpec"}]}},"additionalProperties":false},"EinsteinConnectionSpec":{"@context":{"@type":["http://anypoint.com/vocabs/agents#ConnectionSpec","http://anypoint.com/vocabs/agents#EinsteinConnectionSpec"],"@base":"http://anypoint.com/vocabs/agents#"},"type":"object","description":"The configuration for the Einstein instance","required":["kind","url","authentication"],"properties":{"kind":{"type":"string","const":"einstein"},"url":{"type":"string","description":"The URL for the Einstein instance"},"authentication":{"type":"object","properties":{"clientId":{"type":"string","description":"The Client Id"},"clientSecret":{"type":"string","description":"The Client Secret"}},"additionalProperties":false,"required":["clientId","clientSecret"]},"configuration":{"type":"object","description":"The configuration for the Einstein instance","properties":{"modelName":{"type":"string","description":"The name of the language model to use"},"probability":{"type":"number","description":"The Einstein probability setting"},"locale":{"type":"string","description":"The locale to use","default":"en_US"}}},"policies":{"type":"array","items":{"ref":"#/definitions/PolicyBinding"}}}},"OpenAIConnectionSpec":{"@context":{"@type":["http://anypoint.com/vocabs/agents#ConnectionSpec","http://anypoint.com/vocabs/agents#OpenAIConnectionSpec"],"@base":"http://anypoint.com/vocabs/agents#"},"type":"object","description":"Configuration for using OpenAI as the reasoning LLM","required":["kind","modelName","authentication"],"properties":{"kind":{"type":"string","const":"openai","description":"Discriminator to identify OpenAI LLM configuration"},"modelName":{"type":"string","description":"The name of the language model to use"},"authentication":{"type":"object","properties":{"apiKey":{"type":"string","description":"The API key for authenticating into OpenAI"}},"required":["apiKey"]}}},"MCPServerConnection":{"@context":{"@type":["http://anypoint.com/vocabs/agents#Connection","http://anypoint.com/vocabs/agents#MCPServerConnection"],"@base":"http://anypoint.com/vocabs/agents#"},"type":"object","required":["spec","kind"],"properties":{"kind":{"const":"mcp","type":"string"},"mcpRef":{"$ref":"#/definitions/RegistryRef"},"spec":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"The base URL for the MCP server"},"authentication":{"$ref":"#/definitions/Authentication","description":"The Authentication to use when connecting to the MCP server"},"policies":{"type":"array","items":{"ref":"#/definitions/PolicyBinding"}}}}},"additionalProperties":false},"PolicyBinding":{"@context":{"@type":["http://anypoint.com/vocabs/agents#PolicyBinding"]},"type":"object","description":"The policy to be applied","properties":{"policyRef":{"type":"object","properties":{"name":{"type":"string"},"namespace":{"type":"string"}},"required":["name"]},"configuration":{"type":"object"}},"required":["policyRef","configuration"],"additionalProperties":false},"ConnectionElement":{"oneOf":[{"$ref":"#/definitions/LLMConnection"},{"$ref":"#/definitions/AgentConnection"},{"$ref":"#/definitions/MCPServerConnection"}]},"Connections":{"type":"object","description":"The registry elements","patternProperties":{"^[a-zA-Z_][a-zA-Z0-9_.-]*$":{"$ref":"#/definitions/ConnectionElement"}},"additionalProperties":false},"ConnectionRef":{"type":"object","description":"The reference to a connection","properties":{"name":{"type":"string"}},"required":["name"]},"AgentEntity":{"@context":{"@type":["http://anypoint.com/vocabs/agents#Agent"],"@base":"http://anypoint.com/vocabs/agents#"},"type":"object","properties":{"description":{"type":"string","description":"A description for this agent"},"platform":{"type":"string","description":"The name of the platform this agent is running on. i.e Bedrock, AgentForce, etc."},"protocol":{"type":"string","description":"The name of the protocol. For example a2a"},"card":{"$ref":"#/definitions/AgentCard"},"metadata":{"type":"object","properties":{"links":{"description":"Defines the list of agents this agent is connected with","items":{"type":"object","properties":{"agentRef":{"$ref":"#/definitions/RegistryRef"},"connectionRef":{"$ref":"#/definitions/ConnectionRef"}},"required":["agentRef"],"additionalProperties":false}},"tools":{"description":"Defines the list of tools this agent is connected with","items":{"type":"object","properties":{"mcpRef":{"$ref":"#/definitions/RegistryRef"},"connectionRef":{"$ref":"#/definitions/ConnectionRef"}},"required":["mcpRef"],"additionalProperties":false}}}},"additionalProperties":false}},"LLMEntity":{"type":"object","required":["kind"],"properties":{"description":{"type":"string"},"kind":{"type":"string"}},"additionalProperties":false},"MCPServer":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Server"]},"type":"object","required":["transport"],"properties":{"description":{"type":"string","description":"A human-readable description of the server."},"protocolVersion":{"type":"string","enum":["2024-11-05","2025-03-26"],"description":"The version of the protocol being used. This is used to determine the structure and capabilities of the data."},"introspectedAt":{"type":"string","description":"Timestamp when the introspection was performed"},"connectionStatus":{"type":"string","description":"Status of the connection to the MCP server","enum":["success","failed","error"]},"transport":{"$ref":"#/definitions/MCPTransport","description":"The transport protocol used for communication. This defines how the data is transmitted between the client and server."},"capabilities":{"type":"object","description":"Boolean flags indicating which capabilities the server supports","required":["tools","resources","prompts","logging"],"properties":{"tools":{"type":"boolean","description":"Whether the server supports tools"},"resources":{"type":"boolean","description":"Whether the server supports resources"},"prompts":{"type":"boolean","description":"Whether the server supports prompts"},"logging":{"type":"boolean","description":"Whether the server supports logging"}},"additionalProperties":false},"logging":{"type":"object","properties":{},"description":"Present if the server supports sending log messages to the client.","additionalProperties":true},"tools":{"type":"array","items":{"$ref":"#/definitions/Tool"},"description":"A list of tools available in the mcp api. Each tool has a name, description, and input schema that defines the expected input format."},"resources":{"type":"array","items":{"$ref":"#/definitions/Resource"},"description":"A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."},"prompts":{"type":"array","items":{"$ref":"#/definitions/Prompt"},"description":"A list of prompts available in the mcp api. Each prompt has a name, description, and arguments that define the expected input format for the prompt."},"additionalProperties":false}},"SseTransport":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Transport","http://anypoint.com/vocabs/mcp#SseTransport"],"@base":"http://anypoint.com/vocabs/mcp#"},"required":["kind","ssePath"],"properties":{"kind":{"type":"string","const":"sse"},"ssePath":{"type":"string","description":"Path to the SSE endpoint"},"messagesPath":{"type":"string","description":"Path to the messages endpoint"}},"additionalProperties":false},"StreamableHttpTransport":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Transport","http://anypoint.com/vocabs/mcp#StreamableHttpTransport"],"@base":"http://anypoint.com/vocabs/agents#"},"required":["kind"],"properties":{"kind":{"type":"string","const":"streamableHttp"},"path":{"type":"string","description":"Path to the mcp endpoint"}},"additionalProperties":false},"MCPTransport":{"type":"object","oneOf":[{"$ref":"#/definitions/SseTransport"},{"$ref":"#/definitions/StreamableHttpTransport"}]},"Tool":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Tool"]},"description":"Definition for a tool the client can call.","properties":{"annotations":{"$ref":"#/definitions/ToolAnnotations","description":"Optional additional tool information."},"description":{"description":"A human-readable description of the tool.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available tools. It can be thought of like a \\"hint\\" to the model.","type":"string"},"inputSchema":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#ToolInputSchema"]},"description":"A JSON Schema object defining the expected parameters for the tool.","properties":{"properties":{"additionalProperties":{"additionalProperties":true,"properties":{},"type":"object"},"type":"object"},"required":{"items":{"type":"string"},"type":"array"},"type":{"const":"object","type":"string"}},"required":["type"],"type":"object"},"name":{"description":"The name of the tool.","type":"string"}},"required":["inputSchema","name"],"type":"object"},"ToolAnnotations":{"description":"Additional properties describing a Tool to clients.\\n\\nNOTE: all properties in ToolAnnotations are **hints**.\\nThey are not guaranteed to provide a faithful description of\\ntool behavior (including descriptive properties like `title`).\\n\\nClients should never make tool use decisions based on ToolAnnotations\\nreceived from untrusted servers.","properties":{"destructiveHint":{"description":"If true, the tool may perform destructive updates to its environment.\\nIf false, the tool performs only additive updates.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: true","type":"boolean"},"idempotentHint":{"description":"If true, calling the tool repeatedly with the same arguments\\nwill have no additional effect on the its environment.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: false","type":"boolean"},"openWorldHint":{"description":"If true, this tool may interact with an \\"open world\\" of external\\nentities. If false, the tool\'s domain of interaction is closed.\\nFor example, the world of a web search tool is open, whereas that\\nof a memory tool is not.\\n\\nDefault: true","type":"boolean"},"readOnlyHint":{"description":"If true, the tool does not modify its environment.\\n\\nDefault: false","type":"boolean"},"title":{"description":"A human-readable title for the tool.","type":"string"}},"type":"object"},"Prompt":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Prompt"]},"description":"A prompt or prompt template that the server offers.","properties":{"arguments":{"description":"A list of arguments to use for templating the prompt.","items":{"$ref":"#/definitions/PromptArgument"},"type":"array"},"description":{"description":"An optional description of what this prompt provides","type":"string"},"name":{"description":"The name of the prompt or prompt template.","type":"string"}},"required":["name"],"type":"object"},"PromptArgument":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#PromptArgument"]},"description":"Describes an argument that a prompt can accept.","properties":{"description":{"description":"A human-readable description of the argument.","type":"string"},"name":{"description":"The name of the argument.","type":"string"},"required":{"description":"Whether this argument must be provided.","type":"boolean"}},"required":["name"],"type":"object"},"Resource":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Resource"]},"description":"A known resource that the server is capable of reading.","properties":{"annotations":{"$ref":"#/definitions/Annotations","description":"Optional annotations for the client."},"description":{"description":"A description of what this resource represents.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.","type":"string"},"mimeType":{"description":"The MIME type of this resource, if known.","type":"string"},"name":{"description":"A human-readable name for this resource.\\n\\nThis can be used by clients to populate UI elements.","type":"string"},"size":{"description":"The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.\\n\\nThis can be used by Hosts to display file sizes and estimate context window usage.","type":"integer"},"uri":{"description":"The URI of this resource.","format":"uri","type":"string"}},"required":["name","uri"],"type":"object"},"Annotations":{"description":"Optional annotations for the client. The client can use annotations to inform how objects are used or displayed","properties":{"audience":{"description":"Describes who the intended customer of this object or data is.\\n\\nIt can include multiple entries to indicate content useful for multiple audiences (e.g., `[\\"user\\", \\"assistant\\"]`).","items":{"$ref":"#/definitions/Role"},"type":"array"},"priority":{"description":"Describes how important this data is for operating the server.\\n\\nA value of 1 means \\"most important,\\" and indicates that the data is\\neffectively required, while 0 means \\"least important,\\" and indicates that\\nthe data is entirely optional.","maximum":1,"minimum":0,"type":"number"}},"type":"object"},"Role":{"description":"The sender or recipient of messages and data in a conversation.","enum":["assistant","user"],"type":"string"},"AgentCard":{"description":"An AgentCard conveys key information:\\n- Overall details (version, name, description, uses)\\n- Skills: A set of capabilities the agent can perform\\n- Default modalities/content types supported by the agent.\\n- Authentication requirements","properties":{"additionalInterfaces":{"description":"Announcement of additional supported transports. Client can use any of\\nthe supported transports.","items":{"$ref":"#/definitions/AgentInterface"},"type":"array"},"capabilities":{"$ref":"#/definitions/AgentCapabilities","description":"Optional capabilities supported by the agent."},"defaultInputModes":{"description":"The set of interaction modes that the agent supports across all skills. This can be overridden per-skill.\\nSupported media types for input.","items":{"type":"string"},"type":"array"},"defaultOutputModes":{"description":"Supported media types for output.","items":{"type":"string"},"type":"array"},"description":{"description":"A human-readable description of the agent. Used to assist users and\\nother agents in understanding what the agent can do.","examples":["Agent that helps users with recipes and cooking."],"type":"string"},"documentationUrl":{"description":"A URL to documentation for the agent.","type":"string"},"iconUrl":{"description":"A URL to an icon for the agent.","type":"string"},"name":{"description":"Human readable name of the agent.","examples":["Recipe Agent"],"type":"string"},"preferredTransport":{"description":"The transport of the preferred endpoint. If empty, defaults to JSONRPC.","type":"string"},"protocolVersion":{"default":"0.2.5","description":"The version of the A2A protocol this agent supports.","type":"string"},"provider":{"$ref":"#/definitions/AgentProvider","description":"The service provider of the agent"},"security":{"description":"Security requirements for contacting the agent.","items":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"type":"object"},"type":"array"},"securitySchemes":{"additionalProperties":{"$ref":"#/definitions/SecurityScheme"},"description":"Security scheme details used for authenticating with this agent.","type":"object"},"skills":{"description":"Skills are a unit of capability that an agent can perform.","items":{"$ref":"#/definitions/AgentSkill"},"type":"array"},"supportsAuthenticatedExtendedCard":{"description":"true if the agent supports providing an extended agent card when the user is authenticated.\\nDefaults to false if not specified.","type":"boolean"},"url":{"description":"A URL to the address the agent is hosted at. This represents the\\npreferred endpoint as declared by the agent.","type":"string"},"version":{"description":"The version of the agent - format is up to the provider.","examples":["1.0.0"],"type":"string"}},"required":["capabilities","defaultInputModes","defaultOutputModes","description","name","protocolVersion","skills","url","version"],"type":"object"},"AgentInterface":{"description":"AgentInterface provides a declaration of a combination of the\\ntarget url and the supported transport to interact with the agent.","properties":{"transport":{"description":"The transport supported this url. This is an open form string, to be\\neasily extended for many transport protocols. The core ones officially\\nsupported are JSONRPC, GRPC and HTTP+JSON.","type":"string"},"url":{"type":"string"}},"required":["transport","url"],"type":"object"},"AgentCapabilities":{"description":"Defines optional capabilities supported by an agent.","properties":{"extensions":{"description":"extensions supported by this agent.","items":{"$ref":"#/definitions/AgentExtension"},"type":"array"},"pushNotifications":{"description":"true if the agent can notify updates to client.","type":"boolean"},"stateTransitionHistory":{"description":"true if the agent exposes status change history for tasks.","type":"boolean"},"streaming":{"description":"true if the agent supports SSE.","type":"boolean"}},"type":"object"},"AgentExtension":{"description":"A declaration of an extension supported by an Agent.","examples":[{"description":"Google OAuth 2.0 authentication","required":false,"uri":"https://developers.google.com/identity/protocols/oauth2"}],"properties":{"description":{"description":"A description of how this agent uses this extension.","type":"string"},"params":{"additionalProperties":{},"description":"Optional configuration for the extension.","type":"object"},"required":{"description":"Whether the client must follow specific requirements of the extension.","type":"boolean"},"uri":{"description":"The URI of the extension.","type":"string"}},"required":["uri"],"type":"object"},"AgentProvider":{"description":"Represents the service provider of an agent.","examples":[{"organization":"Google","url":"https://ai.google.dev"}],"properties":{"organization":{"description":"Agent provider\'s organization name.","type":"string"},"url":{"description":"Agent provider\'s URL.","type":"string"}},"required":["organization","url"],"type":"object"},"SecurityScheme":{"anyOf":[{"$ref":"#/definitions/APIKeySecurityScheme"},{"$ref":"#/definitions/HTTPAuthSecurityScheme"},{"$ref":"#/definitions/OAuth2SecurityScheme"},{"$ref":"#/definitions/OpenIdConnectSecurityScheme"}],"description":"Mirrors the OpenAPI Security Scheme Object\\n(https://swagger.io/specification/#security-scheme-object)"},"APIKeySecurityScheme":{"description":"API Key security scheme.","properties":{"description":{"description":"Description of this security scheme.","type":"string"},"in":{"description":"The location of the API key. Valid values are \\"query\\", \\"header\\", or \\"cookie\\".","enum":["cookie","header","query"],"type":"string"},"name":{"description":"The name of the header, query or cookie parameter to be used.","type":"string"},"type":{"const":"apiKey","type":"string"}},"required":["in","name","type"],"type":"object"},"HTTPAuthSecurityScheme":{"description":"HTTP Authentication security scheme.","properties":{"bearerFormat":{"description":"A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually\\ngenerated by an authorization server, so this information is primarily for documentation\\npurposes.","type":"string"},"description":{"description":"Description of this security scheme.","type":"string"},"scheme":{"description":"The name of the HTTP Authentication scheme to be used in the Authorization header as defined\\nin RFC7235. The values used SHOULD be registered in the IANA Authentication Scheme registry.\\nThe value is case-insensitive, as defined in RFC7235.","type":"string"},"type":{"const":"http","type":"string"}},"required":["scheme","type"],"type":"object"},"OAuth2SecurityScheme":{"description":"OAuth2.0 security scheme configuration.","properties":{"description":{"description":"Description of this security scheme.","type":"string"},"flows":{"$ref":"#/definitions/OAuthFlows","description":"An object containing configuration information for the flow types supported."},"type":{"const":"oauth2","type":"string"}},"required":["flows","type"],"type":"object"},"OAuthFlows":{"description":"Allows configuration of the supported OAuth Flows","properties":{"authorizationCode":{"$ref":"#/definitions/AuthorizationCodeOAuthFlow","description":"Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0."},"clientCredentials":{"$ref":"#/definitions/ClientCredentialsOAuthFlow","description":"Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0"},"implicit":{"$ref":"#/definitions/ImplicitOAuthFlow","description":"Configuration for the OAuth Implicit flow"},"password":{"$ref":"#/definitions/PasswordOAuthFlow","description":"Configuration for the OAuth Resource Owner Password flow"}},"type":"object"},"AuthorizationCodeOAuthFlow":{"description":"Configuration details for a supported OAuth Flow","properties":{"authorizationUrl":{"description":"The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS","type":"string"},"refreshUrl":{"description":"The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.","type":"string"},"scopes":{"additionalProperties":{"type":"string"},"description":"The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.","type":"object"},"tokenUrl":{"description":"The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\\nrequires the use of TLS.","type":"string"}},"required":["authorizationUrl","scopes","tokenUrl"],"type":"object"},"ClientCredentialsOAuthFlow":{"description":"Configuration details for a supported OAuth Flow","properties":{"refreshUrl":{"description":"The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.","type":"string"},"scopes":{"additionalProperties":{"type":"string"},"description":"The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.","type":"object"},"tokenUrl":{"description":"The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\\nrequires the use of TLS.","type":"string"}},"required":["scopes","tokenUrl"],"type":"object"},"ImplicitOAuthFlow":{"description":"Configuration details for a supported OAuth Flow","properties":{"authorizationUrl":{"description":"The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS","type":"string"},"refreshUrl":{"description":"The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.","type":"string"},"scopes":{"additionalProperties":{"type":"string"},"description":"The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.","type":"object"}},"required":["authorizationUrl","scopes"],"type":"object"},"PasswordOAuthFlow":{"description":"Configuration details for a supported OAuth Flow","properties":{"refreshUrl":{"description":"The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2\\nstandard requires the use of TLS.","type":"string"},"scopes":{"additionalProperties":{"type":"string"},"description":"The available scopes for the OAuth2 security scheme. A map between the scope name and a short\\ndescription for it. The map MAY be empty.","type":"object"},"tokenUrl":{"description":"The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard\\nrequires the use of TLS.","type":"string"}},"required":["scopes","tokenUrl"],"type":"object"},"OpenIdConnectSecurityScheme":{"description":"OpenID Connect security scheme configuration.","properties":{"description":{"description":"Description of this security scheme.","type":"string"},"openIdConnectUrl":{"description":"Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.","type":"string"},"type":{"const":"openIdConnect","type":"string"}},"required":["openIdConnectUrl","type"],"type":"object"},"AgentSkill":{"description":"Represents a unit of capability that an agent can perform.","properties":{"description":{"description":"Description of the skill - will be used by the client or a human\\nas a hint to understand what the skill does.","type":"string"},"examples":{"description":"The set of example scenarios that the skill can perform.\\nWill be used by the client as a hint to understand how the skill can be used.","examples":[["I need a recipe for bread"]],"items":{"type":"string"},"type":"array"},"id":{"description":"Unique identifier for the agent\'s skill.","type":"string"},"inputModes":{"description":"The set of interaction modes that the skill supports\\n(if different than the default).\\nSupported media types for input.","items":{"type":"string"},"type":"array"},"name":{"description":"Human readable name of the skill.","type":"string"},"outputModes":{"description":"Supported media types for output.","items":{"type":"string"},"type":"array"},"tags":{"description":"Set of tagwords describing classes of capabilities for this specific skill.","examples":[["cooking","customer support","billing"]],"items":{"type":"string"},"type":"array"}},"required":["description","id","name","tags"],"type":"object"}}}'))};
1872
1872
  p(wnb,"amf.brokergroup.internal.plugins.parse.schema.BrokerGroupSchema$",{Fse:1,sbd:1});var xnb;function ynb(){this.ZUa=this.$Ua=null;this.mR=0}ynb.prototype=new hNa;ynb.prototype.constructor=ynb;ynb.prototype.pic=function(){xnb||(xnb=new wnb);return xnb};p(ynb,"amf.brokergroup.internal.plugins.parse.schema.BrokerGroupSchemaLoader$",{Gse:1,tbd:1});var znb;function Anb(){znb||(znb=new ynb);return znb}function Eta(){}Eta.prototype=new kua;Eta.prototype.constructor=Eta;
1873
1873
  Eta.prototype.jea=function(){var a=new Cy;mE(a,null,null);throw a;};p(Eta,"amf.cli.internal.commands.RuntimeProc$",{Rse:1,Qse:1});var Dta;function Cta(){}Cta.prototype=new mua;Cta.prototype.constructor=Cta;Cta.prototype.npa=function(a){jK(KC().Bea,a)};Cta.prototype.l1a=function(a){kK(KC().Bea,a+"\n")};p(Cta,"amf.cli.internal.commands.StdErrWriter$",{Sse:1,JBd:1});var Bta;function Bnb(a,b){a.$xa=b;return a}function lK(){this.$xa=null}lK.prototype=new m;lK.prototype.constructor=lK;function Cnb(){}
1874
1874
  Cnb.prototype=lK.prototype;lK.prototype.Kd=function(){return this.$xa};
@@ -2064,7 +2064,7 @@ function ptb(a,b,c){if(b.startsWith("."))var e=K();else e=c.YAa.qa(1),e=b.starts
2064
2064
  function rtb(a,b,c,e,f){Lj(a,b,c).D(new u(g=>{if(g instanceof Kj){g=new XL(g,f);g.rO();e.u(g.sM);stb(g);var h=g.sM,k=Qj(g.t1);k=new sd(new G,k);vd(h,yd().Lj,k);return g.sM}throw new w(g);}),B().f)}function Gx(a,b){this.TGd=a;this.SGd=b}Gx.prototype=new m;Gx.prototype.constructor=Gx;Gx.prototype.za=function(){return this.SGd};Gx.prototype.Qh=function(){return z(B(),C(new D,[xp(new yp,!0),new WI])).B((this.TGd?new M(new SI):K()).I(),B().f).ic(QG(),B().f)};
2065
2065
  p(Gx,"amf.grpc.internal.transformation.GrpcEditingPipeline",{rLe:1,Jj:1});function iIa(a){this.UGd=a}iIa.prototype=new m;iIa.prototype.constructor=iIa;iIa.prototype.za=function(){return this.UGd};iIa.prototype.Qh=function(){return z(B(),C(new D,[xp(new yp,!1),new WI])).ic(QG(),B().f)};p(iIa,"amf.grpc.internal.transformation.GrpcTransformationPipeline",{sLe:1,Jj:1});function ttb(a){this.VGd=a}ttb.prototype=new m;ttb.prototype.constructor=ttb;ttb.prototype.pg=function(){return(0,this.VGd)()};
2066
2066
  p(ttb,"amf.mcp.client.platform.MCPConfiguration$$Lambda$1",{xLe:1,nQ:1});function utb(){}utb.prototype=new m;utb.prototype.constructor=utb;utb.prototype.nkc=function(){vtb||(vtb=new wtb);return vtb};p(utb,"amf.mcp.internal.plugins.parse.entry.MCPProtocolEntry$",{JLe:1,qbd:1});var xtb;function ytb(){}ytb.prototype=new dNa;ytb.prototype.constructor=ytb;function ztb(){}ztb.prototype=ytb.prototype;function wtb(){}wtb.prototype=new m;wtb.prototype.constructor=wtb;wtb.prototype.Aec=function(){return"protocolVersion"};
2067
- wtb.prototype.tec=function(a){"2024-11-05"===a?(Atb||(Atb=new Btb),a=new M(Atb)):"2025-03-26"===a?(Ctb||(Ctb=new Dtb),a=new M(Ctb)):a=K();return a};p(wtb,"amf.mcp.internal.plugins.parse.entry.MCPProtocolVersion$",{KLe:1,rbd:1});var vtb;function Etb(){}Etb.prototype=new fNa;Etb.prototype.constructor=Etb;Etb.prototype.qic=function(){return Al(new Xc('{\n | "$schema": "http://json-schema.org/draft-07/schema#",\n | "@context": {\n | "mcp": "https://modelcontextprotocol.io/vocab#",\n | "@type": "mcp:Server"\n | },\n | "title": "MCP Asset Schema",\n | "definitions": {\n | "Tool": {\n | "@context": {\n | "mcp": "https://modelcontextprotocol.io/vocab#",\n | "@type": "mcp:Tool"\n | },\n | "description": "Definition for a tool the client can call.",\n | "properties": {\n | "annotations": {\n | "$ref": "#/definitions/ToolAnnotations",\n | "description": "Optional additional tool information."\n | },\n | "description": {\n | "description": "A human-readable description of the tool.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available tools. It can be thought of like a \\"hint\\" to the model.",\n | "type": "string"\n | },\n | "inputSchema": {\n | "@context": {\n | "mcp": "https://modelcontextprotocol.io/vocab#",\n | "@type": "mcp:ToolInputSchema"\n | },\n | "description": "A JSON Schema object defining the expected parameters for the tool.",\n | "properties": {\n | "properties": {\n | "additionalProperties": {\n | "additionalProperties": true,\n | "properties": {},\n | "type": "object"\n | },\n | "type": "object"\n | },\n | "required": {\n | "items": {\n | "type": "string"\n | },\n | "type": "array"\n | },\n | "type": {\n | "const": "object",\n | "type": "string"\n | }\n | },\n | "required": [\n | "type"\n | ],\n | "type": "object"\n | },\n | "name": {\n | "description": "The name of the tool.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "inputSchema",\n | "name"\n | ],\n | "type": "object"\n | },\n | "ToolAnnotations": {\n | "description": "Additional properties describing a Tool to clients.\\n\\nNOTE: all properties in ToolAnnotations are **hints**.\\nThey are not guaranteed to provide a faithful description of\\ntool behavior (including descriptive properties like `title`).\\n\\nClients should never make tool use decisions based on ToolAnnotations\\nreceived from untrusted servers.",\n | "properties": {\n | "destructiveHint": {\n | "description": "If true, the tool may perform destructive updates to its environment.\\nIf false, the tool performs only additive updates.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: true",\n | "type": "boolean"\n | },\n | "idempotentHint": {\n | "description": "If true, calling the tool repeatedly with the same arguments\\nwill have no additional effect on the its environment.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: false",\n | "type": "boolean"\n | },\n | "openWorldHint": {\n | "description": "If true, this tool may interact with an \\"open world\\" of external\\nentities. If false, the tool\'s domain of interaction is closed.\\nFor example, the world of a web search tool is open, whereas that\\nof a memory tool is not.\\n\\nDefault: true",\n | "type": "boolean"\n | },\n | "readOnlyHint": {\n | "description": "If true, the tool does not modify its environment.\\n\\nDefault: false",\n | "type": "boolean"\n | },\n | "title": {\n | "description": "A human-readable title for the tool.",\n | "type": "string"\n | }\n | },\n | "type": "object"\n | },\n | "Prompt": {\n | "@context": {\n | "mcp": "https://modelcontextprotocol.io/vocab#",\n | "@type": "mcp:Prompt"\n | },\n | "description": "A prompt or prompt template that the server offers.",\n | "properties": {\n | "arguments": {\n | "description": "A list of arguments to use for templating the prompt.",\n | "items": {\n | "$ref": "#/definitions/PromptArgument"\n | },\n | "type": "array"\n | },\n | "description": {\n | "description": "An optional description of what this prompt provides",\n | "type": "string"\n | },\n | "name": {\n | "description": "The name of the prompt or prompt template.",\n | "type": "string"\n | }\n | },\n | "required": [\n | "name"\n | ],\n | "type": "object"\n | },\n | "PromptArgument": {\n | "@context": {\n | "mcp": "https://modelcontextprotocol.io/vocab#",\n | "@type": "mcp:PromptArgument"\n | },\n | "description": "Describes an argument that a prompt can accept.",\n | "properties": {\n | "description": {\n | "description": "A human-readable description of the argument.",\n | "type": "string"\n | },\n | "name": {\n | "description": "The name of the argument.",\n | "type": "string"\n | },\n | "required": {\n | "description": "Whether this argument must be provided.",\n | "type": "boolean"\n | }\n | },\n | "required": [\n | "name"\n | ],\n | "type": "object"\n | },\n | "Resource": {\n | "@context": {\n | "mcp": "https://modelcontextprotocol.io/vocab#",\n | "@type": "mcp:Resource"\n | },\n | "description": "A known resource that the server is capable of reading.",\n | "properties": {\n | "annotations": {\n | "$ref": "#/definitions/Annotations",\n | "description": "Optional annotations for the client."\n | },\n | "description": {\n | "description": "A description of what this resource represents.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.",\n | "type": "string"\n | },\n | "mimeType": {\n | "description": "The MIME type of this resource, if known.",\n | "type": "string"\n | },\n | "name": {\n | "description": "A human-readable name for this resource.\\n\\nThis can be used by clients to populate UI elements.",\n | "type": "string"\n | },\n | "size": {\n | "description": "The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.\\n\\nThis can be used by Hosts to display file sizes and estimate context window usage.",\n | "type": "integer"\n | },\n | "uri": {\n | "description": "The URI of this resource.",\n | "format": "uri",\n | "type": "string"\n | }\n | },\n | "required": [\n | "name",\n | "uri"\n | ],\n | "type": "object"\n | },\n | "Annotations": {\n | "description": "Optional annotations for the client. The client can use annotations to inform how objects are used or displayed",\n | "properties": {\n | "audience": {\n | "description": "Describes who the intended customer of this object or data is.\\n\\nIt can include multiple entries to indicate content useful for multiple audiences (e.g., `[\\"user\\", \\"assistant\\"]`).",\n | "items": {\n | "$ref": "#/definitions/Role"\n | },\n | "type": "array"\n | },\n | "priority": {\n | "description": "Describes how important this data is for operating the server.\\n\\nA value of 1 means \\"most important,\\" and indicates that the data is\\neffectively required, while 0 means \\"least important,\\" and indicates that\\nthe data is entirely optional.",\n | "maximum": 1,\n | "minimum": 0,\n | "type": "number"\n | }\n | },\n | "type": "object"\n | },\n | "Role": {\n | "description": "The sender or recipient of messages and data in a conversation.",\n | "enum": [\n | "assistant",\n | "user"\n | ],\n | "type": "string"\n | }\n | },\n | "type": "object",\n | "required": [\n | "protocolVersion",\n | "name",\n | "capabilities"\n | ],\n | "properties": {\n | "protocolVersion": {\n | "type": "string",\n | "enum": [\n | "2024-11-05",\n | "2025-03-26"\n | ],\n | "description": "The version of the protocol being used. This is used to determine the structure and capabilities of the data."\n | },\n | "name": {\n | "type": "string",\n | "description": "The name of the MCP server"\n | },\n | "introspectedAt": {\n | "type": "string",\n | "description": "Timestamp when the introspection was performed"\n | },\n | "connectionStatus": {\n | "type": "string",\n | "description": "Status of the connection to the MCP server",\n | "enum": [\n | "success",\n | "failed",\n | "error"\n | ]\n | },\n | "transport": {\n | "type": "string",\n | "enum": [\n | "sse",\n | "stdio",\n | "Streamable HTTP"\n | ],\n | "description": "The transport protocol used for communication. This defines how the data is transmitted between the client and server."\n | },\n | "capabilities": {\n | "type": "object",\n | "description": "Boolean flags indicating which capabilities the server supports",\n | "required": [\n | "tools",\n | "resources",\n | "prompts",\n | "logging"\n | ],\n | "properties": {\n | "tools": {\n | "type": "boolean",\n | "description": "Whether the server supports tools"\n | },\n | "resources": {\n | "type": "boolean",\n | "description": "Whether the server supports resources"\n | },\n | "prompts": {\n | "type": "boolean",\n | "description": "Whether the server supports prompts"\n | },\n | "logging": {\n | "type": "boolean",\n | "description": "Whether the server supports logging"\n | }\n | },\n | "additionalProperties": false\n | },\n | "logging": {\n | "type": "object",\n | "properties": {},\n | "description": "Present if the server supports sending log messages to the client.",\n | "additionalProperties": true\n | },\n | "tools": {\n | "type": "array",\n | "items": {\n | "$ref": "#/definitions/Tool"\n | },\n | "description": "A list of tools available in the mcp api. Each tool has a name, description, and input schema that defines the expected input format."\n | },\n | "resources": {\n | "type": "array",\n | "items": {\n | "$ref": "#/definitions/Resource"\n | },\n | "description": "A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."\n | },\n | "prompts": {\n | "type": "array",\n | "items": {\n | "$ref": "#/definitions/Prompt"\n | },\n | "description": "A list of prompts available in the mcp api. Each prompt has a name, description, and arguments that define the expected input format for the prompt."\n | },\n | "additionalProperties": false\n | }\n |}\n |'))};
2067
+ wtb.prototype.tec=function(a){"2024-11-05"===a?(Atb||(Atb=new Btb),a=new M(Atb)):"2025-03-26"===a?(Ctb||(Ctb=new Dtb),a=new M(Ctb)):a=K();return a};p(wtb,"amf.mcp.internal.plugins.parse.entry.MCPProtocolVersion$",{KLe:1,rbd:1});var vtb;function Etb(){}Etb.prototype=new fNa;Etb.prototype.constructor=Etb;Etb.prototype.qic=function(){return Al(new Xc('{"$schema":"http://json-schema.org/draft-07/schema#","title":"MCP Asset Schema","$ref":"#/definitions/MCPServer","definitions":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Server"]},"MCPServer":{"type":"object","required":["transport"],"properties":{"description":{"type":"string","description":"A human-readable description of the server."},"protocolVersion":{"type":"string","enum":["2024-11-05","2025-03-26"],"description":"The version of the protocol being used. This is used to determine the structure and capabilities of the data."},"introspectedAt":{"type":"string","description":"Timestamp when the introspection was performed"},"connectionStatus":{"type":"string","description":"Status of the connection to the MCP server","enum":["success","failed","error"]},"transport":{"$ref":"#/definitions/MCPTransport","description":"The transport protocol used for communication. This defines how the data is transmitted between the client and server."},"capabilities":{"type":"object","description":"Boolean flags indicating which capabilities the server supports","required":["tools","resources","prompts","logging"],"properties":{"tools":{"type":"boolean","description":"Whether the server supports tools"},"resources":{"type":"boolean","description":"Whether the server supports resources"},"prompts":{"type":"boolean","description":"Whether the server supports prompts"},"logging":{"type":"boolean","description":"Whether the server supports logging"}},"additionalProperties":false},"logging":{"type":"object","properties":{},"description":"Present if the server supports sending log messages to the client.","additionalProperties":true},"tools":{"type":"array","items":{"$ref":"#/definitions/Tool"},"description":"A list of tools available in the mcp api. Each tool has a name, description, and input schema that defines the expected input format."},"resources":{"type":"array","items":{"$ref":"#/definitions/Resource"},"description":"A list of resources available in the mcp api. Each resource has a URI, name, description, MIME type, and annotations that provide additional metadata."},"prompts":{"type":"array","items":{"$ref":"#/definitions/Prompt"},"description":"A list of prompts available in the mcp api. Each prompt has a name, description, and arguments that define the expected input format for the prompt."},"additionalProperties":false}},"SseTransport":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Transport","http://anypoint.com/vocabs/mcp#SseTransport"],"@base":"http://anypoint.com/vocabs/mcp#"},"required":["kind","ssePath"],"properties":{"kind":{"type":"string","const":"sse"},"ssePath":{"type":"string","description":"Path to the SSE endpoint"},"messagesPath":{"type":"string","description":"Path to the messages endpoint"}},"additionalProperties":false},"StreamableHttpTransport":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Transport","http://anypoint.com/vocabs/mcp#StreamableHttpTransport"],"@base":"http://anypoint.com/vocabs/agents#"},"required":["kind"],"properties":{"kind":{"type":"string","const":"streamableHttp"},"path":{"type":"string","description":"Path to the mcp endpoint"}},"additionalProperties":false},"MCPTransport":{"type":"object","oneOf":[{"$ref":"#/definitions/SseTransport"},{"$ref":"#/definitions/StreamableHttpTransport"}]},"Tool":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Tool"]},"description":"Definition for a tool the client can call.","properties":{"annotations":{"$ref":"#/definitions/ToolAnnotations","description":"Optional additional tool information."},"description":{"description":"A human-readable description of the tool.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available tools. It can be thought of like a \\"hint\\" to the model.","type":"string"},"inputSchema":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#ToolInputSchema"]},"description":"A JSON Schema object defining the expected parameters for the tool.","properties":{"properties":{"additionalProperties":{"additionalProperties":true,"properties":{},"type":"object"},"type":"object"},"required":{"items":{"type":"string"},"type":"array"},"type":{"const":"object","type":"string"}},"required":["type"],"type":"object"},"name":{"description":"The name of the tool.","type":"string"}},"required":["inputSchema","name"],"type":"object"},"ToolAnnotations":{"description":"Additional properties describing a Tool to clients.\\n\\nNOTE: all properties in ToolAnnotations are **hints**.\\nThey are not guaranteed to provide a faithful description of\\ntool behavior (including descriptive properties like `title`).\\n\\nClients should never make tool use decisions based on ToolAnnotations\\nreceived from untrusted servers.","properties":{"destructiveHint":{"description":"If true, the tool may perform destructive updates to its environment.\\nIf false, the tool performs only additive updates.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: true","type":"boolean"},"idempotentHint":{"description":"If true, calling the tool repeatedly with the same arguments\\nwill have no additional effect on the its environment.\\n\\n(This property is meaningful only when `readOnlyHint \x3d\x3d false`)\\n\\nDefault: false","type":"boolean"},"openWorldHint":{"description":"If true, this tool may interact with an \\"open world\\" of external\\nentities. If false, the tool\'s domain of interaction is closed.\\nFor example, the world of a web search tool is open, whereas that\\nof a memory tool is not.\\n\\nDefault: true","type":"boolean"},"readOnlyHint":{"description":"If true, the tool does not modify its environment.\\n\\nDefault: false","type":"boolean"},"title":{"description":"A human-readable title for the tool.","type":"string"}},"type":"object"},"Prompt":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Prompt"]},"description":"A prompt or prompt template that the server offers.","properties":{"arguments":{"description":"A list of arguments to use for templating the prompt.","items":{"$ref":"#/definitions/PromptArgument"},"type":"array"},"description":{"description":"An optional description of what this prompt provides","type":"string"},"name":{"description":"The name of the prompt or prompt template.","type":"string"}},"required":["name"],"type":"object"},"PromptArgument":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#PromptArgument"]},"description":"Describes an argument that a prompt can accept.","properties":{"description":{"description":"A human-readable description of the argument.","type":"string"},"name":{"description":"The name of the argument.","type":"string"},"required":{"description":"Whether this argument must be provided.","type":"boolean"}},"required":["name"],"type":"object"},"Resource":{"@context":{"@type":["http://anypoint.com/vocabs/mcp#Resource"]},"description":"A known resource that the server is capable of reading.","properties":{"annotations":{"$ref":"#/definitions/Annotations","description":"Optional annotations for the client."},"description":{"description":"A description of what this resource represents.\\n\\nThis can be used by clients to improve the LLM\'s understanding of available resources. It can be thought of like a \\"hint\\" to the model.","type":"string"},"mimeType":{"description":"The MIME type of this resource, if known.","type":"string"},"name":{"description":"A human-readable name for this resource.\\n\\nThis can be used by clients to populate UI elements.","type":"string"},"size":{"description":"The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.\\n\\nThis can be used by Hosts to display file sizes and estimate context window usage.","type":"integer"},"uri":{"description":"The URI of this resource.","format":"uri","type":"string"}},"required":["name","uri"],"type":"object"},"Annotations":{"description":"Optional annotations for the client. The client can use annotations to inform how objects are used or displayed","properties":{"audience":{"description":"Describes who the intended customer of this object or data is.\\n\\nIt can include multiple entries to indicate content useful for multiple audiences (e.g., `[\\"user\\", \\"assistant\\"]`).","items":{"$ref":"#/definitions/Role"},"type":"array"},"priority":{"description":"Describes how important this data is for operating the server.\\n\\nA value of 1 means \\"most important,\\" and indicates that the data is\\neffectively required, while 0 means \\"least important,\\" and indicates that\\nthe data is entirely optional.","maximum":1,"minimum":0,"type":"number"}},"type":"object"},"Role":{"description":"The sender or recipient of messages and data in a conversation.","enum":["assistant","user"],"type":"string"}}}'))};
2068
2068
  p(Etb,"amf.mcp.internal.plugins.parse.schema.MCPSchema$",{LLe:1,sbd:1});var Ftb;function Gtb(){this.ZUa=this.$Ua=null;this.mR=0}Gtb.prototype=new hNa;Gtb.prototype.constructor=Gtb;Gtb.prototype.pic=function(){Ftb||(Ftb=new Etb);return Ftb};p(Gtb,"amf.mcp.internal.plugins.parse.schema.MCPSchemaLoader$",{MLe:1,tbd:1});var Htb;function Itb(){Htb||(Htb=new Gtb);return Htb}function Jtb(a){this.XGd=a}Jtb.prototype=new m;Jtb.prototype.constructor=Jtb;Jtb.prototype.pg=function(){return(0,this.XGd)()};
2069
2069
  p(Jtb,"amf.shapes.client.platform.BaseShapesConfiguration$$Lambda$1",{PLe:1,nQ:1});function Ktb(a){this.ZGd=a}Ktb.prototype=new m;Ktb.prototype.constructor=Ktb;Ktb.prototype.pg=function(){return(0,this.ZGd)()};p(Ktb,"amf.shapes.client.platform.ShapesConfiguration$$Lambda$1",{VLe:1,nQ:1});function Ltb(a){this.$Gd=a}Ltb.prototype=new m;Ltb.prototype.constructor=Ltb;Ltb.prototype.pg=function(){return(0,this.$Gd)()};
2070
2070
  p(Ltb,"amf.shapes.client.platform.config.JsonLDSchemaConfiguration$$Lambda$1",{$Le:1,nQ:1});function Mtb(a){this.aHd=a}Mtb.prototype=new m;Mtb.prototype.constructor=Mtb;Mtb.prototype.pg=function(){return(0,this.aHd)()};p(Mtb,"amf.shapes.client.platform.config.SemanticJsonSchemaConfiguration$$Lambda$1",{fMe:1,nQ:1});function Ntb(a){V();a=a.UEa().z();V().IT();return sK(new tK,a)}function Otb(a){return!!(a&&a.$classData&&a.$classData.ed.Grb)}function Ptb(){}Ptb.prototype=new m;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.9.0-SNAPSHOT.10",
3
+ "version": "5.9.0-SNAPSHOT.11",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",