microsoft-foundry / microsoft-foundry/foundry-samples
`LangGraph Toolbox` local invoke fails due to missing model deployment
Open
@eamonoreilly is already working on this.
Since Aug 13, 2026.
bug
- Dominant language
- Bicep
- Stars
- 445
- Forks
- 494
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 38
Description
Description:
When testing Scenario 3: LangGraph Toolbox (Responses), after azd ai agent run successfully started locally, executing the local invocation command azd ai agent invoke --local --protocol responses "What tools do you have?" failed. The local log showed the error: "DeploymentNotFound. The API deployment for this resource does not exist". See the image below for details.
Steps to Reproduce:
mkdir langgraph-toolboxandcd 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"andcd toolbox-langgraph. - Run
azd up. - Run
$env:TOOLBOX_ENDPOINT = (azd env get-value TOOLBOX_AGENT_TOOLS_MCP_ENDPOINT). - Run
azd ai agent run. - From a second terminal, run
azd ai agent invoke --local --protocol responses "What tools do you have?".
Environment:
- Azd version: azd version 1.26.0-beta.1-daily.6390926 (commit e512582181cc655be568c4b6c587daa47a987bd3) (daily).
- AI Agent Extension version: 0.1.37-preview
- Manifest URL: https://github.com/microsoft-foundry/foundry-samples/blob/main/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox/agent.manifest.yaml"
- OS: Windows
- Location:
northcentralus.
Expected Behavior:
Local invoke can succeed.
@JeffreyCA and @RickWinter for notification.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.