|
3025 | 3025 | "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.19-preview/azure-ai-agents-windows-arm64.zip" |
3026 | 3026 | } |
3027 | 3027 | } |
| 3028 | + }, |
| 3029 | + { |
| 3030 | + "version": "0.1.20-preview", |
| 3031 | + "requiredAzdVersion": "\u003e1.23.6", |
| 3032 | + "capabilities": [ |
| 3033 | + "custom-commands", |
| 3034 | + "lifecycle-events", |
| 3035 | + "mcp-server", |
| 3036 | + "service-target-provider", |
| 3037 | + "metadata" |
| 3038 | + ], |
| 3039 | + "providers": [ |
| 3040 | + { |
| 3041 | + "name": "azure.ai.agent", |
| 3042 | + "type": "service-target", |
| 3043 | + "description": "Deploys agents to the Foundry Agent Service" |
| 3044 | + } |
| 3045 | + ], |
| 3046 | + "usage": "azd ai agent \u003ccommand\u003e [options]", |
| 3047 | + "examples": [ |
| 3048 | + { |
| 3049 | + "name": "init", |
| 3050 | + "description": "Initialize a new AI agent project.", |
| 3051 | + "usage": "azd ai agent init" |
| 3052 | + } |
| 3053 | + ], |
| 3054 | + "artifacts": { |
| 3055 | + "darwin/amd64": { |
| 3056 | + "checksum": { |
| 3057 | + "algorithm": "sha256", |
| 3058 | + "value": "7ebdead1c9f6a5e4ed4ecb619654d7cd2167043207d545f2340285b5bf73896e" |
| 3059 | + }, |
| 3060 | + "entryPoint": "azure-ai-agents-darwin-amd64", |
| 3061 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-darwin-amd64.zip" |
| 3062 | + }, |
| 3063 | + "darwin/arm64": { |
| 3064 | + "checksum": { |
| 3065 | + "algorithm": "sha256", |
| 3066 | + "value": "27deab2e9eeb91d34e3c7a6767bdaa62b5ee69ed766f1029dbb4d51b025cd2db" |
| 3067 | + }, |
| 3068 | + "entryPoint": "azure-ai-agents-darwin-arm64", |
| 3069 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-darwin-arm64.zip" |
| 3070 | + }, |
| 3071 | + "linux/amd64": { |
| 3072 | + "checksum": { |
| 3073 | + "algorithm": "sha256", |
| 3074 | + "value": "5888303efb6e2d67e41b5d78d592b4a8d3097077e6f20267a87d0ea88bd0a438" |
| 3075 | + }, |
| 3076 | + "entryPoint": "azure-ai-agents-linux-amd64", |
| 3077 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-linux-amd64.tar.gz" |
| 3078 | + }, |
| 3079 | + "linux/arm64": { |
| 3080 | + "checksum": { |
| 3081 | + "algorithm": "sha256", |
| 3082 | + "value": "973c938ed1945e745337495978262b13f5fb8aa64718f75f7411669aba713db5" |
| 3083 | + }, |
| 3084 | + "entryPoint": "azure-ai-agents-linux-arm64", |
| 3085 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-linux-arm64.tar.gz" |
| 3086 | + }, |
| 3087 | + "windows/amd64": { |
| 3088 | + "checksum": { |
| 3089 | + "algorithm": "sha256", |
| 3090 | + "value": "d41544242411dd4b9f2bfca45e66717740ca5ec324de22e45ff1551d71ee74b5" |
| 3091 | + }, |
| 3092 | + "entryPoint": "azure-ai-agents-windows-amd64.exe", |
| 3093 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-windows-amd64.zip" |
| 3094 | + }, |
| 3095 | + "windows/arm64": { |
| 3096 | + "checksum": { |
| 3097 | + "algorithm": "sha256", |
| 3098 | + "value": "5f18fae3cc684582b2cd87262c51fad69db16d6514d792f117b2c0f0d831d701" |
| 3099 | + }, |
| 3100 | + "entryPoint": "azure-ai-agents-windows-arm64.exe", |
| 3101 | + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-windows-arm64.zip" |
| 3102 | + } |
| 3103 | + } |
3028 | 3104 | } |
3029 | 3105 | ] |
3030 | 3106 | }, |
|
0 commit comments