From e14ef9689a96b0fe99a33458ece50bb47f64e55b Mon Sep 17 00:00:00 2001 From: sou <08thse@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:59:12 +0900 Subject: [PATCH] Update agent.yaml for CalculatorAgent configuration When deploying with this file in our environment, we encounter the error `agent.yaml is not valid`. After updating the location where `kind: hosted` is specified, the issue no longer occurs. I would appreciate it if you could review and confirm. If my understanding is mistaken, please feel free to reject this PR. --- .../python/hosted-agents/langgraph/calculator-agent/agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/hosted-agents/langgraph/calculator-agent/agent.yaml b/samples/python/hosted-agents/langgraph/calculator-agent/agent.yaml index 4d58b442..1f8585eb 100644 --- a/samples/python/hosted-agents/langgraph/calculator-agent/agent.yaml +++ b/samples/python/hosted-agents/langgraph/calculator-agent/agent.yaml @@ -1,4 +1,5 @@ name: CalculatorAgent +kind: hosted description: This LangGraph agent can perform arithmetic calculations such as addition, subtraction, multiplication, and division. metadata: example: @@ -12,7 +13,6 @@ metadata: - migu template: name: CalculatorAgentLG - kind: hosted protocols: - protocol: responses version: v1