diff --git a/.config/samples-config-v3.json b/.config/samples-config-v3.json index 1eb385b2..24dd27c7 100644 --- a/.config/samples-config-v3.json +++ b/.config/samples-config-v3.json @@ -1037,6 +1037,131 @@ "thumbnailPath": "images/screen009.jpg", "gifPath": "images/screen009.jpg", "suggested": true + }, + { + "id": "agent365-devin-nodejs", + "shortId": "agent365-devin-nodejs", + "onboardDate": "2026-1-4", + "title": "Devin Agent with Agent365 SDK in NodeJS", + "shortDescription": "Devin Agent with Agent365 SDK in NodeJS", + "fullDescription": "This sample demonstrates how to build an agent using Devin in Node.js with the Microsoft Agent 365 SDK.", + "types": [ + "Agent365" + ], + "tags": [ + "Agent365", + "TS" + ], + "time": "5min to run", + "configuration": "Manual configurations required", + "thumbnailPath": "images/thumbnail.png", + "suggested": false, + "downloadUrlInfo": { + "owner": "microsoft", + "repository": "Agent365-Samples", + "ref": "main", + "dir": "nodejs/devin/sample-agent" + } + }, + { + "id": "agent365-n8n-nodejs", + "shortId": "agent365-n8n-nodejs", + "onboardDate": "2026-1-4", + "title": "N8n Agent with Agent365 SDK in NodeJS", + "shortDescription": "N8n Agent with Agent365 SDK in NodeJS", + "fullDescription": "This sample demonstrates how to build an agent using n8n in Node.js with the Microsoft Agent 365 SDK.", + "types": [ + "Agent365" + ], + "tags": [ + "Agent365", + "TS" + ], + "time": "5min to run", + "configuration": "Manual configurations required", + "thumbnailPath": "images/thumbnail.png", + "suggested": false, + "downloadUrlInfo": { + "owner": "microsoft", + "repository": "Agent365-Samples", + "ref": "main", + "dir": "nodejs/n8n/sample-agent" + } + }, + { + "id": "agent365-openai-nodejs", + "shortId": "agent365-openai-nodejs", + "onboardDate": "2026-1-4", + "title": "OpenAI Agent with Agent365 SDK in NodeJS", + "shortDescription": "OpenAI Agent with Agent365 SDK in NodeJS", + "fullDescription": "This sample demonstrates how to build an agent using OpenAI in Node.js with the Microsoft Agent 365 SDK.", + "types": [ + "Agent365" + ], + "tags": [ + "Agent365", + "TS" + ], + "time": "5min to run", + "configuration": "Manual configurations required", + "thumbnailPath": "images/thumbnail.png", + "suggested": false, + "downloadUrlInfo": { + "owner": "microsoft", + "repository": "Agent365-Samples", + "ref": "main", + "dir": "nodejs/openai/sample-agent" + } + }, + { + "id": "agent365-perplexity-nodejs", + "shortId": "agent365-perplexity-nodejs", + "onboardDate": "2026-1-4", + "title": "Perplexity Agent with Agent365 SDK in NodeJS", + "shortDescription": "Perplexity Agent with Agent365 SDK in NodeJS", + "fullDescription": "This sample demonstrates how to build an agent using Perplexity in Node.js with the Microsoft Agent 365 SDK.", + "types": [ + "Agent365" + ], + "tags": [ + "Agent365", + "TS" + ], + "time": "5min to run", + "configuration": "Manual configurations required", + "thumbnailPath": "images/thumbnail.png", + "suggested": false, + "downloadUrlInfo": { + "owner": "microsoft", + "repository": "Agent365-Samples", + "ref": "main", + "dir": "nodejs/perplexity/sample-agent" + } + }, + { + "id": "agent365-vercel-sdk-nodejs", + "shortId": "agent365-vercel-sdk-nodejs", + "onboardDate": "2026-1-4", + "title": "Vercel-sdk Agent with Agent365 SDK in NodeJS", + "shortDescription": "Vercel-sdk Agent with Agent365 SDK in NodeJS", + "fullDescription": "This sample demonstrates how to build an agent using Vercel-sdk in Node.js with the Microsoft Agent 365 SDK.", + "types": [ + "Agent365" + ], + "tags": [ + "Agent365", + "TS" + ], + "time": "5min to run", + "configuration": "Manual configurations required", + "thumbnailPath": "images/thumbnail.png", + "suggested": false, + "downloadUrlInfo": { + "owner": "microsoft", + "repository": "Agent365-Samples", + "ref": "main", + "dir": "nodejs/vercel-sdk/sample-agent" + } } ] } \ No newline at end of file