Description:
When executing Scenario 3: LangGraph Toolbox (Responses), the azd ai agent run started successfully locally, but executing the local invocation command azd ai agent invoke --local --protocol responses "What tools do you have?" failed, with the CLI returning agent failed (server_error): An internal server error occurred. See the image below for details:


Steps to Reproduce:
mkdir langgraph-toolbox and cd langgraph-toolbox
- Run
azd ai agent init --manifest "https://github.com/microsoft-foundry/foundry-samples/blob/main/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox/agent.manifest.yaml" and select location northcentralus.
- Run
azd up.
- Run
azd ai agent run.
- From a second terminal, run
azd ai agent invoke --local --protocol responses "What tools do you have?".
Environment:
Expected Behavior:
Local invoke can succeed.
@JeffreyCA and @rajeshkamal5050 for notification.
Description:


When executing
Scenario 3: LangGraph Toolbox (Responses), theazd ai agent runstarted successfully locally, but executing the local invocation commandazd ai agent invoke --local --protocol responses "What tools do you have?"failed, with the CLI returning agent failed (server_error): An internal server error occurred. See the image below for details:Steps to Reproduce:
mkdir langgraph-toolboxandcd langgraph-toolboxazd ai agent init --manifest "https://github.com/microsoft-foundry/foundry-samples/blob/main/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox/agent.manifest.yaml"and select locationnorthcentralus.azd up.azd ai agent run.azd ai agent invoke --local --protocol responses "What tools do you have?".Environment:
northcentralus.Expected Behavior:
Local invoke can succeed.
@JeffreyCA and @rajeshkamal5050 for notification.