You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .config/samples-config-v3.json
+226-1Lines changed: 226 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
{
2
2
"filterOptions": {
3
3
"capabilities": [
4
+
"Agent365",
4
5
"Declarative Agent",
5
6
"Custom Engine Agent",
6
7
"Tab",
@@ -24,7 +25,106 @@
24
25
"Dev Proxy"
25
26
]
26
27
},
27
-
"samples": [
28
+
"samples": [ {
29
+
"id": "agent365-langchain-nodejs",
30
+
"shortId": "agent365-langchain-nodejs",
31
+
"onboardDate": "2025-11-17",
32
+
"title": "Langchain Agent with Agent365 SDK in NodeJS",
33
+
"shortDescription": "Langchain Agent with Agent365 SDK in NodeJS",
34
+
"fullDescription": "This project integrates a Langchain agent built with Agent365 functionalities. The focus is on hands-on development and testing in LangChain and Agent365.",
"title": "Agent Framework Agent with Agent365 SDK in Python",
58
+
"shortDescription": "Agent Framework Agent with Agent365 SDK in Python",
59
+
"fullDescription": "This project integrates an agent built on Agent Framework SDK (Python) with A365 functionalities. The focus is on hands-on development and testing.",
"title": "OpenAI Agent with Agent365 SDK in Python",
83
+
"shortDescription": "OpenAI Agent with Agent365 SDK in Python",
84
+
"fullDescription": "This project integrates a Python agent built on Open AI Agents SDK with A365 functionalities. The focus is on hands-on development and testing.",
85
+
"types": [
86
+
"Agent365"
87
+
],
88
+
"tags": [
89
+
"Agent365",
90
+
"Python"
91
+
],
92
+
"time": "5min to run",
93
+
"configuration": "Ready for debug",
94
+
"thumbnailPath": "images/openai-thumbnail.png",
95
+
"suggested": false,
96
+
"downloadUrlInfo": {
97
+
"owner": "microsoft",
98
+
"repository": "Agent365-Samples",
99
+
"ref": "main",
100
+
"dir": "python/openai/sample-agent"
101
+
}
102
+
},
103
+
{
104
+
"id": "agent365-claude-nodejs",
105
+
"shortId": "agent365-claude-nodejs",
106
+
"onboardDate": "2025-11-17",
107
+
"title": "Claude Agent with Agent365 SDK in NodeJS",
108
+
"shortDescription": "Claude Agent with Agent365 SDK in NodeJS",
109
+
"fullDescription": "This project integrates a NodeJS agent built on Claude Agents SDK with A365 functionalities. The focus is on hands-on development and testing.",
110
+
"types": [
111
+
"Agent365"
112
+
],
113
+
"tags": [
114
+
"Agent365",
115
+
"TS"
116
+
],
117
+
"time": "5min to run",
118
+
"configuration": "Ready for debug",
119
+
"thumbnailPath": "images/claude-thumbnail.png",
120
+
"suggested": false,
121
+
"downloadUrlInfo": {
122
+
"owner": "microsoft",
123
+
"repository": "Agent365-Samples",
124
+
"ref": "main",
125
+
"dir": "nodejs/claude/sample-agent"
126
+
}
127
+
},
28
128
{
29
129
"id": "hello-world-tab-with-backend",
30
130
"onboardDate": "2021-11-30",
@@ -937,6 +1037,131 @@
937
1037
"thumbnailPath": "images/screen009.jpg",
938
1038
"gifPath": "images/screen009.jpg",
939
1039
"suggested": true
1040
+
},
1041
+
{
1042
+
"id": "agent365-devin-nodejs",
1043
+
"shortId": "agent365-devin-nodejs",
1044
+
"onboardDate": "2026-1-4",
1045
+
"title": "Devin Agent with Agent365 SDK in NodeJS",
1046
+
"shortDescription": "Devin Agent with Agent365 SDK in NodeJS",
1047
+
"fullDescription": "This sample demonstrates how to build an agent using Devin in Node.js with the Microsoft Agent 365 SDK.",
Copy file name to clipboardExpand all lines: query-org-user-with-message-extension-sso/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@ extensions:
14
14
# Getting Start with Query Org User with Message Extension SSO
15
15
This is a simple search-based message extension app demonstrating how to integrate with Bot Framework SDK, Teams AI library and Microsoft Graph API to implement a feature that queries organization's user with single sign on (SSO) capability.
16
16
17
+
18
+
> **Note**
19
+
>
20
+
> [Teams AI library V2](https://aka.ms/teams-ai-library-v2) is recommended. This template will be upgraded to Teams AI V2 soon.
0 commit comments