|
1 | 1 | { |
2 | 2 | "filterOptions": { |
3 | 3 | "capabilities": [ |
| 4 | + "Agent365", |
4 | 5 | "Declarative Agent", |
5 | 6 | "Custom Engine Agent", |
6 | 7 | "Tab", |
|
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.", |
| 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 | + }, |
28 | 128 | { |
29 | 129 | "id": "hello-world-tab-with-backend", |
30 | 130 | "onboardDate": "2021-11-30", |
|
0 commit comments