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

    Class Manifest

    Represents an agent manifest containing identification and capabilities

    const manifest = new Manifest({
    identification: {
    speakerUri: 'tag:example.com,2025:weather-bot',
    serviceUrl: 'https://example.com/weather-bot',
    organization: 'Weather Corp',
    conversationalName: 'WeatherBot',
    synopsis: 'Weather information assistant'
    },
    capabilities: [{
    keyphrases: ['weather', 'forecast'],
    descriptions: ['Provides weather forecasts and current conditions']
    }]
    });

    Implements

    Index

    Constructors

    Properties

    capabilities: readonly Capability[]
    identification: Identification

    Methods