Concurrent Workflow Sample Code Not Working #1618
Unanswered
liquidgreeting
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Adding @lokitoth |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I copied the Concurrent Workflow sample code from
https://github.com/microsoft/agent-framework/blob/main/dotnet/samples/GettingStarted/Workflows/Concurrent/Concurrent/Program.cs
The only modification I made was to comment out the section that sets up the Azure OpenAI client. I replaced it with code that creates the client with OllamaApiClient so that I can test locally (IChatClient chatClient = new OllamaApiClient(new Uri("http://localhost:11434"), "mistral:7b-instruct");). I do not yet have an Azure account. The code executes but does not produce any output. When the code finishes running, the only thing displayed on the console is:
C:\Users\DevUser\Documents\Visual Studio 2026\Projects\NewStore.Agent\NewStore.Concurrent\bin\Debug\net10.0\NewStore.Concurrent.exe (process 2276) exited with code 0 (0x0).
Press any key to close this window . . .
As you can see, there is no output from the aggregationExecutor. I've tried using different LLM Models. No change. Has anyone else experienced this while testing the Agent Framework Concurrent Workflow code locally or with an Azure account?
Any assistance will be greatly appreciated. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions