Skip to content

Commit c77eecb

Browse files
Harsheet ShahCopilot
andcommitted
Update agent protocol version to 2.0.0 for bring-your-own hosted agents
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c7186e0 commit c77eecb

40 files changed

Lines changed: 40 additions & 40 deletions

File tree

samples/csharp/hosted-agents/bring-your-own/invocations/HelloWorld/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: hosted
33
name: hello-world-dotnet-invocations
44
protocols:
55
- protocol: invocations
6-
version: 1.0.0
6+
version: 2.0.0
77
resources:
88
cpu: "0.25"
99
memory: 0.5Gi

samples/csharp/hosted-agents/bring-your-own/invocations/human-in-the-loop/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: hosted
33
name: human-in-the-loop-dotnet-invocations
44
protocols:
55
- protocol: invocations
6-
version: 1.0.0
6+
version: 2.0.0
77
resources:
88
cpu: "0.25"
99
memory: 0.5Gi

samples/csharp/hosted-agents/bring-your-own/invocations/notetaking-agent/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: hosted
33
name: notetaking-agent-dotnet-invocations
44
protocols:
55
- protocol: invocations
6-
version: 1.0.0
6+
version: 2.0.0
77
resources:
88
cpu: "0.25"
99
memory: 0.5Gi

samples/csharp/hosted-agents/bring-your-own/invocations_ws/HelloWorld/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: hosted
33
name: hello-world-dotnet-invocations-ws
44
protocols:
55
- protocol: invocations_ws
6-
version: 1.0.0
6+
version: 2.0.0
77
resources:
88
cpu: "1"
99
memory: 2Gi

samples/csharp/hosted-agents/bring-your-own/responses/HelloWorld/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: hosted
33
name: hello-world-dotnet-responses
44
protocols:
55
- protocol: responses
6-
version: 1.0.0
6+
version: 2.0.0
77
resources:
88
cpu: "0.25"
99
memory: 0.5Gi

samples/csharp/hosted-agents/bring-your-own/responses/background-agent/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: hosted
33
name: background-agent-dotnet-responses
44
protocols:
55
- protocol: responses
6-
version: 1.0.0
6+
version: 2.0.0
77
resources:
88
cpu: "0.25"
99
memory: 0.5Gi

samples/csharp/hosted-agents/bring-your-own/responses/browser-automation/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
- .NET
1414
protocols:
1515
- protocol: responses
16-
version: 1.0.0
16+
version: 2.0.0
1717
resources:
1818
cpu: "0.25"
1919
memory: 0.5Gi

samples/csharp/hosted-agents/bring-your-own/responses/env-vars-agent/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
- .NET
1818
protocols:
1919
- protocol: responses
20-
version: 1.0.0
20+
version: 2.0.0
2121
resources:
2222
cpu: "0.25"
2323
memory: 0.5Gi

samples/csharp/hosted-agents/bring-your-own/responses/notetaking-agent/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: hosted
33
name: notetaking-agent-dotnet-responses
44
protocols:
55
- protocol: responses
6-
version: 1.0.0
6+
version: 2.0.0
77
resources:
88
cpu: "0.25"
99
memory: 0.5Gi

samples/python/hosted-agents/bring-your-own/invocations/ag-ui/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: hosted
33
name: ag-ui-invocations
44
protocols:
55
- protocol: invocations
6-
version: 1.0.0
6+
version: 2.0.0
77
resources:
88
cpu: "0.25"
99
memory: 0.5Gi

0 commit comments

Comments
 (0)