From c77eecbca9436c58d66f9261ad7b4cf1c772efeb Mon Sep 17 00:00:00 2001 From: Harsheet Shah Date: Fri, 26 Jun 2026 11:00:26 +0530 Subject: [PATCH] Update agent protocol version to 2.0.0 for bring-your-own hosted agents Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../bring-your-own/invocations/HelloWorld/agent.yaml | 2 +- .../bring-your-own/invocations/human-in-the-loop/agent.yaml | 2 +- .../bring-your-own/invocations/notetaking-agent/agent.yaml | 2 +- .../bring-your-own/invocations_ws/HelloWorld/agent.yaml | 2 +- .../bring-your-own/responses/HelloWorld/agent.yaml | 2 +- .../bring-your-own/responses/background-agent/agent.yaml | 2 +- .../bring-your-own/responses/browser-automation/agent.yaml | 2 +- .../bring-your-own/responses/env-vars-agent/agent.yaml | 2 +- .../bring-your-own/responses/notetaking-agent/agent.yaml | 2 +- .../hosted-agents/bring-your-own/invocations/ag-ui/agent.yaml | 2 +- .../bring-your-own/invocations/claude-agent-sdk/agent.yaml | 2 +- .../bring-your-own/invocations/diagnostic-agent/agent.yaml | 2 +- .../bring-your-own/invocations/event-grid-trigger/agent.yaml | 2 +- .../bring-your-own/invocations/github-copilot/agent.yaml | 2 +- .../bring-your-own/invocations/hello-world/agent.yaml | 2 +- .../bring-your-own/invocations/human-in-the-loop/agent.yaml | 2 +- .../bring-your-own/invocations/langgraph-chat/agent.yaml | 2 +- .../bring-your-own/invocations/notetaking-agent/agent.yaml | 2 +- .../hosted-agents/bring-your-own/invocations/toolbox/agent.yaml | 2 +- .../bring-your-own/invocations_ws/duplex-live-agent/agent.yaml | 2 +- .../bring-your-own/invocations_ws/hello-world/agent.yaml | 2 +- .../bring-your-own/invocations_ws/livekit-server/agent.yaml | 2 +- .../bring-your-own/invocations_ws/pipecat-webrtc/agent.yaml | 2 +- .../bring-your-own/invocations_ws/pipecat-ws-server/agent.yaml | 2 +- .../bring-your-own/responses/background-agent/agent.yaml | 2 +- .../bring-your-own/responses/bring-your-own-toolbox/agent.yaml | 2 +- .../bring-your-own/responses/browser-automation/agent.yaml | 2 +- .../bring-your-own/responses/env-vars-agent/agent.yaml | 2 +- .../bring-your-own/responses/hello-world/agent.yaml | 2 +- .../bring-your-own/responses/langgraph-chat/agent.yaml | 2 +- .../responses/langgraph-toolbox-user-identity/agent.yaml | 2 +- .../bring-your-own/responses/langgraph-toolbox/agent.yaml | 2 +- .../bring-your-own/responses/notetaking-agent/agent.yaml | 2 +- .../bring-your-own/responses/openai-agents-sdk/agent.yaml | 2 +- .../responses/optimization-customer-support/agent.yaml | 2 +- .../responses/optimization-hello-world/agent.yaml | 2 +- .../foreground-background-agents-responses-voicelive/agent.yaml | 2 +- .../voicelive/handoff-langgraph-responses-voicelive/agent.yaml | 2 +- .../voicelive/hello-world-invocations-voicelive/agent.yaml | 2 +- .../voicelive/hotel-booking-invocations-voicelive/agent.yaml | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/samples/csharp/hosted-agents/bring-your-own/invocations/HelloWorld/agent.yaml b/samples/csharp/hosted-agents/bring-your-own/invocations/HelloWorld/agent.yaml index 31bad1f59..d9e00d020 100644 --- a/samples/csharp/hosted-agents/bring-your-own/invocations/HelloWorld/agent.yaml +++ b/samples/csharp/hosted-agents/bring-your-own/invocations/HelloWorld/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: hello-world-dotnet-invocations protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/csharp/hosted-agents/bring-your-own/invocations/human-in-the-loop/agent.yaml b/samples/csharp/hosted-agents/bring-your-own/invocations/human-in-the-loop/agent.yaml index 69fd05eed..004bd8040 100644 --- a/samples/csharp/hosted-agents/bring-your-own/invocations/human-in-the-loop/agent.yaml +++ b/samples/csharp/hosted-agents/bring-your-own/invocations/human-in-the-loop/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: human-in-the-loop-dotnet-invocations protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/csharp/hosted-agents/bring-your-own/invocations/notetaking-agent/agent.yaml b/samples/csharp/hosted-agents/bring-your-own/invocations/notetaking-agent/agent.yaml index 19e52c2b7..e7f63060c 100644 --- a/samples/csharp/hosted-agents/bring-your-own/invocations/notetaking-agent/agent.yaml +++ b/samples/csharp/hosted-agents/bring-your-own/invocations/notetaking-agent/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: notetaking-agent-dotnet-invocations protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/csharp/hosted-agents/bring-your-own/invocations_ws/HelloWorld/agent.yaml b/samples/csharp/hosted-agents/bring-your-own/invocations_ws/HelloWorld/agent.yaml index f88c3aa34..96853b572 100644 --- a/samples/csharp/hosted-agents/bring-your-own/invocations_ws/HelloWorld/agent.yaml +++ b/samples/csharp/hosted-agents/bring-your-own/invocations_ws/HelloWorld/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: hello-world-dotnet-invocations-ws protocols: - protocol: invocations_ws - version: 1.0.0 + version: 2.0.0 resources: cpu: "1" memory: 2Gi diff --git a/samples/csharp/hosted-agents/bring-your-own/responses/HelloWorld/agent.yaml b/samples/csharp/hosted-agents/bring-your-own/responses/HelloWorld/agent.yaml index 85a975528..beee42c28 100644 --- a/samples/csharp/hosted-agents/bring-your-own/responses/HelloWorld/agent.yaml +++ b/samples/csharp/hosted-agents/bring-your-own/responses/HelloWorld/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: hello-world-dotnet-responses protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/csharp/hosted-agents/bring-your-own/responses/background-agent/agent.yaml b/samples/csharp/hosted-agents/bring-your-own/responses/background-agent/agent.yaml index 93329464c..76b8242ca 100644 --- a/samples/csharp/hosted-agents/bring-your-own/responses/background-agent/agent.yaml +++ b/samples/csharp/hosted-agents/bring-your-own/responses/background-agent/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: background-agent-dotnet-responses protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/csharp/hosted-agents/bring-your-own/responses/browser-automation/agent.yaml b/samples/csharp/hosted-agents/bring-your-own/responses/browser-automation/agent.yaml index 1e8cc7afe..508b26589 100644 --- a/samples/csharp/hosted-agents/bring-your-own/responses/browser-automation/agent.yaml +++ b/samples/csharp/hosted-agents/bring-your-own/responses/browser-automation/agent.yaml @@ -13,7 +13,7 @@ metadata: - .NET protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/csharp/hosted-agents/bring-your-own/responses/env-vars-agent/agent.yaml b/samples/csharp/hosted-agents/bring-your-own/responses/env-vars-agent/agent.yaml index 8af0d6d9d..58ed7c674 100644 --- a/samples/csharp/hosted-agents/bring-your-own/responses/env-vars-agent/agent.yaml +++ b/samples/csharp/hosted-agents/bring-your-own/responses/env-vars-agent/agent.yaml @@ -17,7 +17,7 @@ metadata: - .NET protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/csharp/hosted-agents/bring-your-own/responses/notetaking-agent/agent.yaml b/samples/csharp/hosted-agents/bring-your-own/responses/notetaking-agent/agent.yaml index e8fc2e2b5..54d344f65 100644 --- a/samples/csharp/hosted-agents/bring-your-own/responses/notetaking-agent/agent.yaml +++ b/samples/csharp/hosted-agents/bring-your-own/responses/notetaking-agent/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: notetaking-agent-dotnet-responses protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations/ag-ui/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations/ag-ui/agent.yaml index 9957b514d..2c3784e34 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations/ag-ui/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations/ag-ui/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: ag-ui-invocations protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations/claude-agent-sdk/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations/claude-agent-sdk/agent.yaml index 63a0a3756..8306fd245 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations/claude-agent-sdk/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations/claude-agent-sdk/agent.yaml @@ -13,7 +13,7 @@ metadata: - Bring Your Own protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations/diagnostic-agent/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations/diagnostic-agent/agent.yaml index 652dbd6b3..3f30f4efb 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations/diagnostic-agent/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations/diagnostic-agent/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: diagnostic-agent-python-invocations protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations/event-grid-trigger/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations/event-grid-trigger/agent.yaml index 174aea166..67a8f75c1 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations/event-grid-trigger/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations/event-grid-trigger/agent.yaml @@ -5,7 +5,7 @@ description: | BYO Invocations agent that Event Grid POSTs to directly using the system topic's system-assigned managed identity with audience https://ai.azure.com. Receives Storage BlobCreated events, downloads the blob with the per-agent Microsoft Entra identity, and writes a summary back to a sibling container. protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations/github-copilot/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations/github-copilot/agent.yaml index b873734f6..336bca5ce 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations/github-copilot/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations/github-copilot/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: github-copilot-invocations protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: '0.25' memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations/hello-world/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations/hello-world/agent.yaml index 4ec537837..0a9fc6949 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations/hello-world/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations/hello-world/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: hello-world-python-invocations protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations/human-in-the-loop/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations/human-in-the-loop/agent.yaml index bf393246d..8ac889a69 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations/human-in-the-loop/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations/human-in-the-loop/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: human-in-the-loop-invocations protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations/langgraph-chat/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations/langgraph-chat/agent.yaml index 840f0aff5..dc07829b2 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations/langgraph-chat/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations/langgraph-chat/agent.yaml @@ -14,7 +14,7 @@ metadata: - Python protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations/notetaking-agent/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations/notetaking-agent/agent.yaml index 1e04ebfa2..ab660d0f8 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations/notetaking-agent/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations/notetaking-agent/agent.yaml @@ -2,7 +2,7 @@ kind: hosted name: notetaking-agent-invocations-python protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations/toolbox/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations/toolbox/agent.yaml index f2756ccaf..d9d90f815 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations/toolbox/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations/toolbox/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: toolbox-python-invocations protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations_ws/duplex-live-agent/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations_ws/duplex-live-agent/agent.yaml index b4f6b7a9c..0466adfdb 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations_ws/duplex-live-agent/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations_ws/duplex-live-agent/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: duplex-live-agent protocols: - protocol: invocations_ws - version: 1.0.0 + version: 2.0.0 resources: cpu: "1" memory: 1Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations_ws/hello-world/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations_ws/hello-world/agent.yaml index 1309edc5f..06f577749 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations_ws/hello-world/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations_ws/hello-world/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: hello-world protocols: - protocol: invocations_ws - version: 1.0.0 + version: 2.0.0 resources: cpu: "1" memory: 2Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations_ws/livekit-server/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations_ws/livekit-server/agent.yaml index d08bcf855..1a941bce0 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations_ws/livekit-server/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations_ws/livekit-server/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: livekit-server protocols: - protocol: invocations_ws - version: 1.0.0 + version: 2.0.0 resources: cpu: "2" memory: 4Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations_ws/pipecat-webrtc/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations_ws/pipecat-webrtc/agent.yaml index 429a5eefa..9465fbc83 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations_ws/pipecat-webrtc/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations_ws/pipecat-webrtc/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: pipecat-ws-webrtc protocols: - protocol: invocations_ws - version: 1.0.0 + version: 2.0.0 resources: cpu: "2" memory: 4Gi diff --git a/samples/python/hosted-agents/bring-your-own/invocations_ws/pipecat-ws-server/agent.yaml b/samples/python/hosted-agents/bring-your-own/invocations_ws/pipecat-ws-server/agent.yaml index 0925dfb3a..a18424d0d 100644 --- a/samples/python/hosted-agents/bring-your-own/invocations_ws/pipecat-ws-server/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/invocations_ws/pipecat-ws-server/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: pipecat-ws-server protocols: - protocol: invocations_ws - version: 1.0.0 + version: 2.0.0 resources: cpu: "2" memory: 4Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/background-agent/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/background-agent/agent.yaml index 49a6a4c86..22da8d763 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/background-agent/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/background-agent/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: background-agent-responses protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/bring-your-own-toolbox/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/bring-your-own-toolbox/agent.yaml index 1951d60ea..e167eee81 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/bring-your-own-toolbox/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/bring-your-own-toolbox/agent.yaml @@ -13,7 +13,7 @@ metadata: - Python protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/browser-automation/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/browser-automation/agent.yaml index c0ba53a68..69aec6f22 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/browser-automation/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/browser-automation/agent.yaml @@ -13,7 +13,7 @@ metadata: - Browser Automation protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/env-vars-agent/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/env-vars-agent/agent.yaml index 8579f31ed..29a16997d 100755 --- a/samples/python/hosted-agents/bring-your-own/responses/env-vars-agent/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/env-vars-agent/agent.yaml @@ -17,7 +17,7 @@ metadata: - Python protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/hello-world/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/hello-world/agent.yaml index 15bc22852..27ec6a7fd 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/hello-world/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/hello-world/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: hello-world-python-responses protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/langgraph-chat/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/langgraph-chat/agent.yaml index 27ca1a137..ba2bdf4e5 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/langgraph-chat/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/langgraph-chat/agent.yaml @@ -2,7 +2,7 @@ kind: hosted name: langgraph-chat-responses protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox-user-identity/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox-user-identity/agent.yaml index d57e28bf9..ecf8d52fd 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox-user-identity/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox-user-identity/agent.yaml @@ -7,7 +7,7 @@ metadata: - LangGraph protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox/agent.yaml index 8b5512050..f794d645c 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox/agent.yaml @@ -7,7 +7,7 @@ metadata: - LangGraph protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/notetaking-agent/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/notetaking-agent/agent.yaml index 66eb2598e..bd389268d 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/notetaking-agent/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/notetaking-agent/agent.yaml @@ -2,7 +2,7 @@ kind: hosted name: notetaking-agent-responses-python protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/openai-agents-sdk/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/openai-agents-sdk/agent.yaml index 63b7e42fd..676356a08 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/openai-agents-sdk/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/openai-agents-sdk/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: openai-agents-sdk-invocations protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/optimization-customer-support/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/optimization-customer-support/agent.yaml index 11b587251..22e5d2c1d 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/optimization-customer-support/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/optimization-customer-support/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: optimization-customer-support-python-responses protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "1" memory: 2Gi diff --git a/samples/python/hosted-agents/bring-your-own/responses/optimization-hello-world/agent.yaml b/samples/python/hosted-agents/bring-your-own/responses/optimization-hello-world/agent.yaml index efcdc2433..d6ff57371 100644 --- a/samples/python/hosted-agents/bring-your-own/responses/optimization-hello-world/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/responses/optimization-hello-world/agent.yaml @@ -3,7 +3,7 @@ kind: hosted name: optimization-hello-world-python-responses protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "1" memory: 2Gi diff --git a/samples/python/hosted-agents/bring-your-own/voicelive/foreground-background-agents-responses-voicelive/agent.yaml b/samples/python/hosted-agents/bring-your-own/voicelive/foreground-background-agents-responses-voicelive/agent.yaml index 6b80b8373..7ffc62c73 100644 --- a/samples/python/hosted-agents/bring-your-own/voicelive/foreground-background-agents-responses-voicelive/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/voicelive/foreground-background-agents-responses-voicelive/agent.yaml @@ -5,7 +5,7 @@ description: | Integrates with Work IQ, Document Understanding, and Procedural Memory. protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 0.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/voicelive/handoff-langgraph-responses-voicelive/agent.yaml b/samples/python/hosted-agents/bring-your-own/voicelive/handoff-langgraph-responses-voicelive/agent.yaml index 5550da5bb..d1005eed1 100644 --- a/samples/python/hosted-agents/bring-your-own/voicelive/handoff-langgraph-responses-voicelive/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/voicelive/handoff-langgraph-responses-voicelive/agent.yaml @@ -14,7 +14,7 @@ metadata: - Python protocols: - protocol: responses - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.5" memory: 1Gi diff --git a/samples/python/hosted-agents/bring-your-own/voicelive/hello-world-invocations-voicelive/agent.yaml b/samples/python/hosted-agents/bring-your-own/voicelive/hello-world-invocations-voicelive/agent.yaml index 146558d58..163d558fd 100644 --- a/samples/python/hosted-agents/bring-your-own/voicelive/hello-world-invocations-voicelive/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/voicelive/hello-world-invocations-voicelive/agent.yaml @@ -5,7 +5,7 @@ metadata: voiceLiveCompatible: "true" protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.25" memory: 1.5Gi diff --git a/samples/python/hosted-agents/bring-your-own/voicelive/hotel-booking-invocations-voicelive/agent.yaml b/samples/python/hosted-agents/bring-your-own/voicelive/hotel-booking-invocations-voicelive/agent.yaml index 3e3d7cd20..0f2232ddc 100644 --- a/samples/python/hosted-agents/bring-your-own/voicelive/hotel-booking-invocations-voicelive/agent.yaml +++ b/samples/python/hosted-agents/bring-your-own/voicelive/hotel-booking-invocations-voicelive/agent.yaml @@ -14,7 +14,7 @@ metadata: voiceLiveCompatible: "true" protocols: - protocol: invocations - version: 1.0.0 + version: 2.0.0 resources: cpu: "0.5" memory: 1Gi