Creates a basic agent manifest
Manifest options
Manifest instance
const manifest = createBasicManifest({ speakerUri: 'tag:example.com,2025:bot1', serviceUrl: 'https://example.com/bot', name: 'Assistant', organization: 'Example Corp', description: 'A helpful assistant', capabilities: ['chat', 'help']}); Copy
const manifest = createBasicManifest({ speakerUri: 'tag:example.com,2025:bot1', serviceUrl: 'https://example.com/bot', name: 'Assistant', organization: 'Example Corp', description: 'A helpful assistant', capabilities: ['chat', 'help']});
Creates a basic agent manifest