Skip to content

Commit 8bd8488

Browse files
authored
Merge pull request #1526 from OfficeDev/zhiyou/a365
feat: onboard a365 samples
2 parents de165ff + 5fead45 commit 8bd8488

File tree

1 file changed

+101
-1
lines changed

1 file changed

+101
-1
lines changed

.config/samples-config-v3.json

Lines changed: 101 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"filterOptions": {
33
"capabilities": [
4+
"Agent365",
45
"Declarative Agent",
56
"Custom Engine Agent",
67
"Tab",
@@ -24,7 +25,106 @@
2425
"Dev Proxy"
2526
]
2627
},
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.",
35+
"types": [
36+
"Agent365"
37+
],
38+
"tags": [
39+
"Agent365",
40+
"TS"
41+
],
42+
"time": "5min to run",
43+
"configuration": "Ready for debug",
44+
"thumbnailPath": "images/langchain-thumbnail.png",
45+
"suggested": false,
46+
"downloadUrlInfo": {
47+
"owner": "microsoft",
48+
"repository": "Agent365-Samples",
49+
"ref": "main",
50+
"dir": "nodejs/langchain/sample-agent"
51+
}
52+
},
53+
{
54+
"id": "agent365-agentframework-python",
55+
"shortId": "agent365-agentframework-python",
56+
"onboardDate": "2025-11-17",
57+
"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.",
60+
"types": [
61+
"Agent365"
62+
],
63+
"tags": [
64+
"Agent365",
65+
"Python"
66+
],
67+
"time": "5min to run",
68+
"configuration": "Ready for debug",
69+
"thumbnailPath": "images/agentframework-thumbnail.png",
70+
"suggested": false,
71+
"downloadUrlInfo": {
72+
"owner": "microsoft",
73+
"repository": "Agent365-Samples",
74+
"ref": "main",
75+
"dir": "python/agent-framework/sample-agent"
76+
}
77+
},
78+
{
79+
"id": "agent365-openai-python",
80+
"shortId": "agent365-openai-python",
81+
"onboardDate": "2025-11-17",
82+
"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+
},
28128
{
29129
"id": "hello-world-tab-with-backend",
30130
"onboardDate": "2021-11-30",

0 commit comments

Comments
 (0)