Skip to content

Commit d0792c4

Browse files
authored
Add azure.ai.agents 0.1.4-preview to registry (#6386)
1 parent c839da5 commit d0792c4

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

cli/azd/extensions/registry.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,80 @@
13181318
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.3-preview/azure-ai-agents-windows-arm64.zip"
13191319
}
13201320
}
1321+
},
1322+
{
1323+
"version": "0.1.4-preview",
1324+
"capabilities": [
1325+
"custom-commands",
1326+
"lifecycle-events",
1327+
"mcp-server",
1328+
"service-target-provider"
1329+
],
1330+
"providers": [
1331+
{
1332+
"name": "azure.ai.agent",
1333+
"type": "service-target",
1334+
"description": "Deploys agents to the Foundry Agent Service"
1335+
}
1336+
],
1337+
"usage": "azd ai agent \u003ccommand\u003e [options]",
1338+
"examples": [
1339+
{
1340+
"name": "init",
1341+
"description": "Initialize a new AI agent project.",
1342+
"usage": "azd ai agent init"
1343+
}
1344+
],
1345+
"artifacts": {
1346+
"darwin/amd64": {
1347+
"checksum": {
1348+
"algorithm": "sha256",
1349+
"value": "7e6254a22f58c428c433fc763668eba1117d071f48e246201f1e558c376efefe"
1350+
},
1351+
"entryPoint": "azure-ai-agents-darwin-amd64",
1352+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.4-preview/azure-ai-agents-darwin-amd64.zip"
1353+
},
1354+
"darwin/arm64": {
1355+
"checksum": {
1356+
"algorithm": "sha256",
1357+
"value": "4b851f18e2a6da956fbc0ff963d07cea6a82010c89204abe3a5ce06eee15ff07"
1358+
},
1359+
"entryPoint": "azure-ai-agents-darwin-arm64",
1360+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.4-preview/azure-ai-agents-darwin-arm64.zip"
1361+
},
1362+
"linux/amd64": {
1363+
"checksum": {
1364+
"algorithm": "sha256",
1365+
"value": "bf780cd9490a8dbc5ef834193e4108bc406b7a9342c944fb076d8aecbf8c7dec"
1366+
},
1367+
"entryPoint": "azure-ai-agents-linux-amd64",
1368+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.4-preview/azure-ai-agents-linux-amd64.tar.gz"
1369+
},
1370+
"linux/arm64": {
1371+
"checksum": {
1372+
"algorithm": "sha256",
1373+
"value": "cdb9674d53eee5517fcfc4514cc1cc0ec8116ec8699950afedf4203d1687c65b"
1374+
},
1375+
"entryPoint": "azure-ai-agents-linux-arm64",
1376+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.4-preview/azure-ai-agents-linux-arm64.tar.gz"
1377+
},
1378+
"windows/amd64": {
1379+
"checksum": {
1380+
"algorithm": "sha256",
1381+
"value": "fb44e21b0211f3ec0200ca4ae9dd972b49f112e190547d09527d92c9d6756ae6"
1382+
},
1383+
"entryPoint": "azure-ai-agents-windows-amd64.exe",
1384+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.4-preview/azure-ai-agents-windows-amd64.zip"
1385+
},
1386+
"windows/arm64": {
1387+
"checksum": {
1388+
"algorithm": "sha256",
1389+
"value": "ed513d182eaee078def74fe23f3f2fa3a04acf90a59f22165cd5628b077db8ab"
1390+
},
1391+
"entryPoint": "azure-ai-agents-windows-arm64.exe",
1392+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.4-preview/azure-ai-agents-windows-arm64.zip"
1393+
}
1394+
}
13211395
}
13221396
]
13231397
}

0 commit comments

Comments
 (0)