amf-client-js 5.10.2-0 → 5.10.2-2

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 +2 -2
  2. package/package.json +1 -1
package/amf.js CHANGED
@@ -29,7 +29,7 @@ function aba(){this.Wnc=this.Vnc=this.Unc=null;bba=this;this.Unc='{\n "$schema"
29
29
  this.Wnc=""+this.Unc+this.Vnc}aba.prototype=new l;aba.prototype.constructor=aba;n(aba,"amf.agenticnetwork.internal.spec.AgenticNetworkSchemaContent$",{QUd:1});var bba;function cba(){}cba.prototype=new l;cba.prototype.constructor=cba;
30
30
  cba.prototype.AgentMetadata=function(){dba||(dba=new eba);var a=gb();a=new sb(a.Wf(),a.Gf(),a.yk(),a.fj(),a.Vf(),a.nf());fba||(fba=new tb);var b=fba;gba||(gba=new hba);var c=gba;var e=new iba,f=jb(),g=kb();b=[b,c,e,f,g];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.oe.call(a,e);b=[new lb("default"),new mb(!0,"editing"),new mb(!1,"cache")];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.vh.call(a,e);return new ub(a)};
31
31
  n(cba,"amf.agentmetadata.client.platform.AgentMetadataConfiguration$",{TUd:1});var jba;function eba(){}eba.prototype=new l;eba.prototype.constructor=eba;n(eba,"amf.agentmetadata.client.scala.AgentMetadataConfiguration$",{XUd:1});var dba;
32
- function kba(){this.aoc=this.$nc=null;lba=this;this.aoc=this.$nc='{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "Agent Metadata Specification",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#AgentMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "$ref": "#/definitions/AgentMetadata",\n "definitions": {\n "GAV": {\n "description": "The asset GAV coordinates.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "groupId": {\n "description": "The group identifier of the asset",\n "type": "string"\n },\n "assetId": {\n "description": "The asset identifier",\n "type": "string"\n },\n "version": {\n "description": "The version of the asset",\n "type": "string"\n }\n }\n },\n "AgentMetadata": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "protocol": {\n "description": "The protocol that this agents exposes",\n "type": "string",\n "enum": [\n "a2a",\n "other"\n ]\n },\n "platform": {\n "description": "The name of the platform this agent run on",\n "type": "string"\n },\n "kind": {\n "description": "The type of agent (e.g., \'broker\', \'orchestrator\', \'evaluator\')",\n "type": "string"\n },\n "name": {\n "description": "The human-readable name of the agent",\n "type": "string"\n },\n "ref": {\n "description": "The reference to the agent asset using GAV coordinates",\n "$ref": "#/definitions/GAV"\n },\n "connections": {\n "description": "The list of services (MCP, Agents and LLM) that this agent is consuming.",\n "type": "array",\n "items": {\n "type": "object",\n "additionalProperties": true,\n "oneOf": [\n {\n "$ref": "#/definitions/AgentLink"\n },\n {\n "$ref": "#/definitions/MCPLink"\n },\n {\n "$ref": "#/definitions/LLMLink"\n }\n ]\n }\n },\n "provenance": {\n "$ref": "#/definitions/ProvenanceDefinition"\n },\n "extensions": {\n "$comment": "This section is not going to be indexed",\n "description": "Optional platform-specific or custom extensions for this agent metadata",\n "additionalProperties": true,\n "type": "object",\n "properties": {\n "agentId": {\n "description": "The unique identifier of the agent in its native platform",\n "type": "string"\n },\n "environment": {\n "description": "The cloud region or geographic zone where the agent runs",\n "type": "string"\n },\n "foundationModel": {\n "description": "The underlying AI model the agent uses.",\n "type": "string"\n },\n "instruction": {\n "description": "The agent\'s system prompt / instruction \u2014 what it\'s been told to do.",\n "type": "string"\n }\n }\n }\n }\n },\n "AgentLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#Agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'agent\' for agent connections",\n "type": "string",\n "const": "agent"\n },\n "name": {\n "description": "The human-readable name of the connected agent",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n }\n }\n },\n "MCPLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#MCP"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'mcp\' for MCP server connections",\n "type": "string",\n "const": "mcp"\n },\n "name": {\n "description": "The human-readable name of the connected MCP server",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n },\n "allowed": {\n "description": "An optional list of tool names from the MCP server that are allowed to be used",\n "type": "array",\n "items": {\n "type": "string"\n }\n }\n }\n },\n "LLMLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#LLM"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'llm\' for LLM connections",\n "type": "string",\n "const": "llm"\n },\n "name": {\n "description": "The human-readable name of the connected LLM",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n }\n }\n },\n "ProvenanceDefinition": {\n "description": "The provenance object used in all metadata files.",\n "additionalProperties": false,\n "type": "object",\n "properties": {\n "id": {\n "description": "A urn that identifies the original resource that generated this metadata.",\n "type": "string",\n "format": "uri"\n },\n "createdAt": {\n "description": "The timestamp where the original resource was created",\n "type": "string",\n "format": "date-time"\n },\n "updatedAt": {\n "description": "The timestamp where the original resource was updated",\n "type": "string",\n "format": "date-time"\n },\n "version": {\n "description": "The version in the target system of this resource",\n "type": "string"\n },\n "status": {\n "description": "The status of the resource in the origin system.",\n "type": "string"\n },\n "url": {\n "description": "The url of the original resource.",\n "type": "string"\n }\n }\n }\n }\n}\n'}
32
+ function kba(){this.aoc=this.$nc=null;lba=this;this.aoc=this.$nc='{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "Agent Metadata Specification",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#AgentMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agents#"\n },\n "$ref": "#/definitions/AgentMetadata",\n "definitions": {\n "GAV": {\n "description": "The asset GAV coordinates.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "groupId": {\n "description": "The group identifier of the asset",\n "type": "string"\n },\n "assetId": {\n "description": "The asset identifier",\n "type": "string"\n },\n "version": {\n "description": "The version of the asset",\n "type": "string"\n }\n }\n },\n "AgentMetadata": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "protocol": {\n "description": "The protocol that this agents exposes",\n "type": "string",\n "enum": [\n "a2a",\n "other"\n ]\n },\n "platform": {\n "description": "The name of the platform this agent run on",\n "type": "string"\n },\n "kind": {\n "description": "The type of agent (e.g., \'broker\', \'orchestrator\', \'evaluator\')",\n "type": "string"\n },\n "name": {\n "description": "The human-readable name of the agent",\n "type": "string"\n },\n "description": {\n "description": "Description of the agent",\n "type": "string"\n },\n "ref": {\n "description": "The reference to the agent asset using GAV coordinates",\n "$ref": "#/definitions/GAV"\n },\n "connections": {\n "description": "The list of services (MCP, Agents and LLM) that this agent is consuming.",\n "type": "array",\n "items": {\n "type": "object",\n "additionalProperties": true,\n "oneOf": [\n {\n "$ref": "#/definitions/AgentLink"\n },\n {\n "$ref": "#/definitions/MCPLink"\n },\n {\n "$ref": "#/definitions/LLMLink"\n }\n ]\n }\n },\n "provenance": {\n "$ref": "#/definitions/ProvenanceDefinition"\n },\n "extensions": {\n "$comment": "This section is not going to be indexed",\n "description": "Optional platform-specific or custom extensions for this agent metadata",\n "additionalProperties": true,\n "type": "object",\n "properties": {\n "agentId": {\n "description": "The unique identifier of the agent in its native platform",\n "type": "string"\n },\n "environment": {\n "description": "The cloud region or geographic zone where the agent runs",\n "type": "string"\n },\n "foundationModel": {\n "description": "The underlying AI model the agent uses.",\n "type": "string"\n },\n "instruction": {\n "description": "The agent\'s system prompt / instruction \u2014 what it\'s been told to do.",\n "type": "string"\n }\n }\n }\n }\n },\n "AgentLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#Agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'agent\' for agent connections",\n "type": "string",\n "const": "agent"\n },\n "name": {\n "description": "The human-readable name of the connected agent",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n }\n }\n },\n "MCPLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#MCP"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'mcp\' for MCP server connections",\n "type": "string",\n "const": "mcp"\n },\n "name": {\n "description": "The human-readable name of the connected MCP server",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n },\n "allowed": {\n "description": "An optional list of tool names from the MCP server that are allowed to be used",\n "type": "array",\n "items": {\n "type": "string"\n }\n }\n }\n },\n "LLMLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#LLM"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'llm\' for LLM connections",\n "type": "string",\n "const": "llm"\n },\n "name": {\n "description": "The human-readable name of the connected LLM",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n }\n }\n },\n "ProvenanceDefinition": {\n "description": "The provenance object used in all metadata files.",\n "additionalProperties": false,\n "type": "object",\n "properties": {\n "id": {\n "description": "A urn that identifies the original resource that generated this metadata.",\n "type": "string",\n "format": "uri"\n },\n "createdAt": {\n "description": "The timestamp where the original resource was created",\n "type": "string",\n "format": "date-time"\n },\n "updatedAt": {\n "description": "The timestamp where the original resource was updated",\n "type": "string",\n "format": "date-time"\n },\n "version": {\n "description": "The version in the target system of this resource",\n "type": "string"\n },\n "status": {\n "description": "The status of the resource in the origin system.",\n "type": "string"\n },\n "url": {\n "description": "The url of the original resource.",\n "type": "string"\n }\n }\n }\n }\n}\n'}
33
33
  kba.prototype=new l;kba.prototype.constructor=kba;n(kba,"amf.agentmetadata.internal.spec.AgentMetadataSchemaContent$",{hVd:1});var lba;function mba(){}mba.prototype=new l;mba.prototype.constructor=mba;
34
34
  mba.prototype.AgentNetwork=function(){nba||(nba=new oba);var a=gb();a=new wb(a.Wf(),a.Gf(),a.yk(),a.fj(),a.Vf(),a.nf());pba||(pba=new xb);var b=pba;qba||(qba=new rba);var c=qba;var e=new sba,f=jb(),g=kb();b=[b,c,e,f,g];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.oe.call(a,e);b=[new lb("default"),new mb(!0,"editing"),new mb(!1,"cache")];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.vh.call(a,e);return new yb(a)};
35
35
  n(mba,"amf.agentnetwork.client.platform.AgentNetworkConfiguration$",{kVd:1});var tba;function oba(){}oba.prototype=new l;oba.prototype.constructor=oba;n(oba,"amf.agentnetwork.client.scala.AgentNetworkConfiguration$",{oVd:1});var nba;
@@ -38,7 +38,7 @@ function uba(){this.hoc=this.goc=this.foc=null;vba=this;this.foc='{\n "$schema"
38
38
  this.hoc=""+this.foc+this.goc}uba.prototype=new l;uba.prototype.constructor=uba;n(uba,"amf.agentnetwork.internal.spec.AgentNetworkSchemaContent$",{CVd:1});var vba;function wba(){}wba.prototype=new l;wba.prototype.constructor=wba;
39
39
  wba.prototype.AgentNetworkMetadata=function(){xba||(xba=new yba);var a=gb();a=new zb(a.Wf(),a.Gf(),a.yk(),a.fj(),a.Vf(),a.nf());zba||(zba=new Bb);var b=zba;Aba||(Aba=new Bba);var c=Aba;var e=new Cba,f=jb(),g=kb();b=[b,c,e,f,g];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.oe.call(a,e);b=[new lb("default"),new mb(!0,"editing"),new mb(!1,"cache")];c=(b.length|0)-1|0;for(e=p();0<=c;)e=new q(b[c],e),c=c-1|0;a=t.prototype.vh.call(a,e);return new Cb(a)};
40
40
  n(wba,"amf.agentnetworkmetadata.client.platform.AgentNetworkMetadataConfiguration$",{FVd:1});var Dba;function yba(){}yba.prototype=new l;yba.prototype.constructor=yba;n(yba,"amf.agentnetworkmetadata.client.scala.AgentNetworkMetadataConfiguration$",{JVd:1});var xba;
41
- function Eba(){this.moc=this.loc=null;Fba=this;this.moc=this.loc='{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "Agent Network Metadata Specification",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#AgentNetworkMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agent-network #"\n },\n "$ref": "#/definitions/AgentNetworkMetadata",\n "definitions": {\n "AgentNetworkMetadata": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "brokers": {\n "description": "The list of all brokers defined in this Network",\n "type": "array",\n "items": {\n "$ref": "#/definitions/AgentMetadata"\n }\n },\n "registry": {\n "description": "The list of all assets defined in this Network",\n "type": "array",\n "items": {\n "$ref": "#/definitions/RegistryEntry"\n }\n },\n "provenance": {\n "$ref": "#/definitions/ProvenanceDefinition"\n }\n }\n },\n "RegistryEntry": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of registry entry (e.g., \'a2a\', \'mcp\', \'llm\')",\n "type": "string"\n },\n "name": {\n "description": "The human-readable name of the registry entry",\n "type": "string"\n },\n "ref": {\n "description": "The reference to the asset using GAV coordinates",\n "$ref": "#/definitions/GAV"\n }\n }\n },\n "AgentMetadata": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "protocol": {\n "description": "The protocol that this agents exposes",\n "type": "string",\n "enum": [\n "a2a",\n "other"\n ]\n },\n "platform": {\n "description": "The name of the platform this agent run on",\n "type": "string"\n },\n "kind": {\n "description": "The type of agent (e.g., \'broker\', \'orchestrator\', \'evaluator\')",\n "type": "string"\n },\n "name": {\n "description": "The human-readable name of the agent",\n "type": "string"\n },\n "ref": {\n "description": "The reference to the agent asset using GAV coordinates",\n "$ref": "#/definitions/GAV"\n },\n "connections": {\n "description": "The list of services (MCP, Agents and LLM) that this agent is consuming.",\n "type": "array",\n "items": {\n "type": "object",\n "additionalProperties": true,\n "oneOf": [\n {\n "$ref": "#/definitions/AgentLink"\n },\n {\n "$ref": "#/definitions/MCPLink"\n },\n {\n "$ref": "#/definitions/LLMLink"\n }\n ]\n }\n },\n "provenance": {\n "$ref": "#/definitions/ProvenanceDefinition"\n },\n "extensions": {\n "$comment": "This section is not going to be indexed",\n "description": "Optional platform-specific or custom extensions for this agent metadata",\n "additionalProperties": true,\n "type": "object",\n "properties": {\n "agentId": {\n "description": "The unique identifier of the agent in its native platform",\n "type": "string"\n },\n "environment": {\n "description": "The cloud region or geographic zone where the agent runs",\n "type": "string"\n },\n "foundationModel": {\n "description": "The underlying AI model the agent uses.",\n "type": "string"\n },\n "instruction": {\n "description": "The agent\'s system prompt / instruction \u2014 what it\'s been told to do.",\n "type": "string"\n }\n }\n }\n }\n },\n "ProvenanceDefinition": {\n "description": "The provenance object used in all metadata files.",\n "additionalProperties": false,\n "type": "object",\n "properties": {\n "id": {\n "description": "A urn that identifies the original resource that generated this metadata.",\n "type": "string",\n "format": "uri"\n },\n "createdAt": {\n "description": "The timestamp where the original resource was created",\n "type": "string",\n "format": "date-time"\n },\n "updatedAt": {\n "description": "The timestamp where the original resource was updated",\n "type": "string",\n "format": "date-time"\n },\n "version": {\n "description": "The version in the target system of this resource",\n "type": "string"\n },\n "status": {\n "description": "The status of the resource in the origin system.",\n "type": "string"\n },\n "url": {\n "description": "The url of the original resource.",\n "type": "string"\n }\n }\n },\n "GAV": {\n "description": "The asset GAV coordinates.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "groupId": {\n "description": "The group identifier of the asset",\n "type": "string"\n },\n "assetId": {\n "description": "The asset identifier",\n "type": "string"\n },\n "version": {\n "description": "The version of the asset",\n "type": "string"\n }\n }\n },\n "AgentLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#Agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'agent\' for agent connections",\n "type": "string",\n "const": "agent"\n },\n "name": {\n "description": "The human-readable name of the connected agent",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n }\n }\n },\n "MCPLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#MCP"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'mcp\' for MCP server connections",\n "type": "string",\n "const": "mcp"\n },\n "name": {\n "description": "The human-readable name of the connected MCP server",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n },\n "allowed": {\n "description": "An optional list of tool names from the MCP server that are allowed to be used",\n "type": "array",\n "items": {\n "type": "string"\n }\n }\n }\n },\n "LLMLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#LLM"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'llm\' for LLM connections",\n "type": "string",\n "const": "llm"\n },\n "name": {\n "description": "The human-readable name of the connected LLM",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n }\n }\n }\n }\n}\n'}
41
+ function Eba(){this.moc=this.loc=null;Fba=this;this.moc=this.loc='{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "Agent Network Metadata Specification",\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents#AgentNetworkMetadata"\n ],\n "@base": "http://anypoint.com/vocabs/agent-network #"\n },\n "$ref": "#/definitions/AgentNetworkMetadata",\n "definitions": {\n "AgentNetworkMetadata": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "brokers": {\n "description": "The list of all brokers defined in this Network",\n "type": "array",\n "items": {\n "$ref": "#/definitions/AgentMetadata"\n }\n },\n "registry": {\n "description": "The list of all assets defined in this Network",\n "type": "array",\n "items": {\n "$ref": "#/definitions/RegistryEntry"\n }\n },\n "provenance": {\n "$ref": "#/definitions/ProvenanceDefinition"\n }\n }\n },\n "RegistryEntry": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of registry entry (e.g., \'a2a\', \'mcp\', \'llm\')",\n "type": "string"\n },\n "name": {\n "description": "The human-readable name of the registry entry",\n "type": "string"\n },\n "ref": {\n "description": "The reference to the asset using GAV coordinates",\n "$ref": "#/definitions/GAV"\n }\n }\n },\n "AgentMetadata": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "protocol": {\n "description": "The protocol that this agents exposes",\n "type": "string",\n "enum": [\n "a2a",\n "other"\n ]\n },\n "platform": {\n "description": "The name of the platform this agent run on",\n "type": "string"\n },\n "kind": {\n "description": "The type of agent (e.g., \'broker\', \'orchestrator\', \'evaluator\')",\n "type": "string"\n },\n "name": {\n "description": "The human-readable name of the agent",\n "type": "string"\n },\n "description": {\n "description": "Description of the agent",\n "type": "string"\n },\n "ref": {\n "description": "The reference to the agent asset using GAV coordinates",\n "$ref": "#/definitions/GAV"\n },\n "connections": {\n "description": "The list of services (MCP, Agents and LLM) that this agent is consuming.",\n "type": "array",\n "items": {\n "type": "object",\n "additionalProperties": true,\n "oneOf": [\n {\n "$ref": "#/definitions/AgentLink"\n },\n {\n "$ref": "#/definitions/MCPLink"\n },\n {\n "$ref": "#/definitions/LLMLink"\n }\n ]\n }\n },\n "provenance": {\n "$ref": "#/definitions/ProvenanceDefinition"\n },\n "extensions": {\n "$comment": "This section is not going to be indexed",\n "description": "Optional platform-specific or custom extensions for this agent metadata",\n "additionalProperties": true,\n "type": "object",\n "properties": {\n "agentId": {\n "description": "The unique identifier of the agent in its native platform",\n "type": "string"\n },\n "environment": {\n "description": "The cloud region or geographic zone where the agent runs",\n "type": "string"\n },\n "foundationModel": {\n "description": "The underlying AI model the agent uses.",\n "type": "string"\n },\n "instruction": {\n "description": "The agent\'s system prompt / instruction \u2014 what it\'s been told to do.",\n "type": "string"\n }\n }\n }\n }\n },\n "ProvenanceDefinition": {\n "description": "The provenance object used in all metadata files.",\n "additionalProperties": false,\n "type": "object",\n "properties": {\n "id": {\n "description": "A urn that identifies the original resource that generated this metadata.",\n "type": "string",\n "format": "uri"\n },\n "createdAt": {\n "description": "The timestamp where the original resource was created",\n "type": "string",\n "format": "date-time"\n },\n "updatedAt": {\n "description": "The timestamp where the original resource was updated",\n "type": "string",\n "format": "date-time"\n },\n "version": {\n "description": "The version in the target system of this resource",\n "type": "string"\n },\n "status": {\n "description": "The status of the resource in the origin system.",\n "type": "string"\n },\n "url": {\n "description": "The url of the original resource.",\n "type": "string"\n }\n }\n },\n "GAV": {\n "description": "The asset GAV coordinates.",\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "groupId": {\n "description": "The group identifier of the asset",\n "type": "string"\n },\n "assetId": {\n "description": "The asset identifier",\n "type": "string"\n },\n "version": {\n "description": "The version of the asset",\n "type": "string"\n }\n }\n },\n "AgentLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#Agent"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'agent\' for agent connections",\n "type": "string",\n "const": "agent"\n },\n "name": {\n "description": "The human-readable name of the connected agent",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n }\n }\n },\n "MCPLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#MCP"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'mcp\' for MCP server connections",\n "type": "string",\n "const": "mcp"\n },\n "name": {\n "description": "The human-readable name of the connected MCP server",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n },\n "allowed": {\n "description": "An optional list of tool names from the MCP server that are allowed to be used",\n "type": "array",\n "items": {\n "type": "string"\n }\n }\n }\n },\n "LLMLink": {\n "@context": {\n "@type": [\n "http://anypoint.com/vocabs/agents/link#LLM"\n ],\n "@base": "http://anypoint.com/vocabs/agents/link#"\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "kind": {\n "description": "The type of connection - must be \'llm\' for LLM connections",\n "type": "string",\n "const": "llm"\n },\n "name": {\n "description": "The human-readable name of the connected LLM",\n "type": "string"\n },\n "ref": {\n "$ref": "#/definitions/GAV"\n }\n }\n }\n }\n}\n'}
42
42
  Eba.prototype=new l;Eba.prototype.constructor=Eba;n(Eba,"amf.agentnetworkmetadata.internal.spec.AgentNetworkMetadataSchemaContent$",{UVd:1});var Fba;function Gba(){}Gba.prototype=new l;Gba.prototype.constructor=Gba;Gba.prototype.predefined=function(){Db();var a=Hba();Eb();return new Fb(a)};Gba.prototype.empty=function(){Db();Iba();var a=Jba(new Gb,Kba(),Lba(),Hb().v9,(Ib(),Jb()),Mba(),new Kb);Eb();return new Fb(a)};n(Gba,"amf.aml.client.platform.AMLConfiguration$",{WVd:1});var Nba;
43
43
  function Lb(a,b){a.uKa=b;return a}function Mb(){this.uKa=null}Mb.prototype=new l;Mb.prototype.constructor=Mb;function Oba(){}Oba.prototype=Mb.prototype;function Pba(a,b,c){return Pba(a,b,c)}Mb.prototype.getExtensions=function(){return(new Nb(Db(),Qba(Rba(),this.uKa.fo()),Sba())).ra()};Mb.prototype.getDialect=function(a,...b){switch(b.length|0){case 0:return(new Nb(Db(),Tba(this.uKa,Uba(a)),Db().Ao())).ra();case 1:return Pba(this,a,b[0]);default:throw"No matching overload";}};
44
44
  Mb.prototype.getDialects=function(){return(new Nb(Db(),Vba(this.uKa),Db().Ao())).ra()};n(Mb,"amf.aml.client.platform.AMLConfigurationState",{gvd:1});function Wba(){}Wba.prototype=new l;Wba.prototype.constructor=Wba;function Xba(a,b,c,e){Db();Db().tv();var f=b.Sa();a=Vba(c.Qp().K0()).Jb(new u(g=>!Ob(v(g.rc,Pb().ie),new Qb(f)).a()));a.a()||Yba(Rb(),Zba($ba(),f,a.b(),c.Qp().Gf().Ei(),p()),e)}Wba.prototype.emitToBuilder=function(a,b,c){Xba(aca(),a,b,c)};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.10.2-0",
3
+ "version": "5.10.2-2",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",