Represents a request for agent manifests Used for agent discovery and capability determination
const getManifestsEvent = new GetManifestsEvent({ to: { serviceUrl: 'https://example.com/discovery-agent' }, recommendScope: 'external'}); Copy
const getManifestsEvent = new GetManifestsEvent({ to: { serviceUrl: 'https://example.com/discovery-agent' }, recommendScope: 'external'});
Creates a new GetManifestsEvent instance
GetManifestsEvent configuration options
Readonly
Optional
Convert to JSON string
Convert to plain object
Static
Represents a request for agent manifests Used for agent discovery and capability determination
Example