diff --git a/nodejs/perplexity/sample-agent/manifest/agenticUserTemplateManifest.json b/nodejs/perplexity/sample-agent/manifest/agenticUserTemplateManifest.json new file mode 100644 index 00000000..c927595b --- /dev/null +++ b/nodejs/perplexity/sample-agent/manifest/agenticUserTemplateManifest.json @@ -0,0 +1,6 @@ +{ + "id": "11111111-1111-1111-1111-111111111111", + "schemaVersion": "0.1.0-preview", + "agentIdentityBlueprintId": "22222222-2222-2222-2222-222222222222", + "communicationProtocol": "activityProtocol" +} diff --git a/nodejs/perplexity/sample-agent/manifest/color.png b/nodejs/perplexity/sample-agent/manifest/color.png new file mode 100644 index 00000000..b8cf81af Binary files /dev/null and b/nodejs/perplexity/sample-agent/manifest/color.png differ diff --git a/nodejs/perplexity/sample-agent/manifest/manifest.json b/nodejs/perplexity/sample-agent/manifest/manifest.json new file mode 100644 index 00000000..a0ddd00a --- /dev/null +++ b/nodejs/perplexity/sample-agent/manifest/manifest.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", + "manifestVersion": "devPreview", + "version": "1.0.0", + "id": "00000000-0000-0000-0000-000000000000", + "developer": { + "name": "Microsoft, Inc.", + "websiteUrl": "https://example.azurewebsites.net", + "privacyUrl": "https://example.azurewebsites.net/privacy", + "termsOfUseUrl": "https://example.azurewebsites.net/termsofuse" + }, + "icons": { + "color": "color.png", + "outline": "outline.png" + }, + "name": { + "short": "Perplexity Agent", + "full": "Perplexity Agent" + }, + "description": { + "short": "Sample demonstrating Agent 365 SDK, Teams, and Perplexity AI", + "full": "Sample demonstrating Agent 365 SDK, Teams, and Perplexity AI" + }, + "accentColor": "#20808D", + "agenticUserTemplates": [ + { + "id": "11111111-1111-1111-1111-111111111111", + "file": "agenticUserTemplateManifest.json" + } + ] +} diff --git a/nodejs/perplexity/sample-agent/manifest/outline.png b/nodejs/perplexity/sample-agent/manifest/outline.png new file mode 100644 index 00000000..2c3bf6fa Binary files /dev/null and b/nodejs/perplexity/sample-agent/manifest/outline.png differ