Description
Error with AI Agent project template
warn: Microsoft.Agents.AI.Hosting.OpenAI.Responses.HostedAgentResponseExecutor[0]
Failed to resolve agent with name 'publisher'
Reproduction Steps
- install the project template
dotnet new install Microsoft.Agents.AI.ProjectTemplates::1.0.0-preview.1.25619.3
- create a sample app from project template
dotnet new aiagent-webapi -n NewsAgent
- configure the
GITHUB_TOKEN environment and run project
- switch to the workflow from the dropdown as highlighted, and configure input and run
Expected behavior
Works without error
Actual behavior
Nothing happened and warning log from server
warn: Microsoft.Agents.AI.Hosting.OpenAI.Responses.HostedAgentResponseExecutor[0]
Failed to resolve agent with name 'publisher'
Regression?
No response
Known Workarounds
No response
Configuration
.NET 10
Other information
No response
Description
Error with AI Agent project template
Reproduction Steps
GITHUB_TOKENenvironment and run projectExpected behavior
Works without error
Actual behavior
Nothing happened and warning log from server
Regression?
No response
Known Workarounds
No response
Configuration
.NET 10
Other information
No response