@openfloor/protocol - v0.0.4
    Preparing search index...

    Class GetManifestsEvent

    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'
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    eventType: string
    parameters: Record<string, unknown>
    reason?: string
    recommendScope: RecommendScope
    to?: To

    Methods

    • Convert to plain object

      Returns Record<string, unknown>