-
Notifications
You must be signed in to change notification settings - Fork 1.5k
.NET - Workflows - CustomAgentExecutors sample not working #4202
Copy link
Copy link
Labels
.NETbugSomething isn't workingSomething isn't workingsamplesIssue relates to the samplesIssue relates to the samplesv1.0Features being tracked for the version 1.0 GAFeatures being tracked for the version 1.0 GAworkflowsRelated to Workflows in agent-frameworkRelated to Workflows in agent-framework
Metadata
Metadata
Assignees
Labels
.NETbugSomething isn't workingSomething isn't workingsamplesIssue relates to the samplesIssue relates to the samplesv1.0Features being tracked for the version 1.0 GAFeatures being tracked for the version 1.0 GAworkflowsRelated to Workflows in agent-frameworkRelated to Workflows in agent-framework
Type
Projects
Status
Done
The documentation/example for /samples/GettingStarted/Workflows/Agents/CustomAgentExecutors no longer works.
A missing implementation for ConfigureProtocol is required.
This appears to have replaced the previous ConfigureRoutes method (this was also missing).
Adding an implementation as seen below used to work correctly.
An attempt to configure the new method inline with the previous ConfigureRoutes does not work.
The initial slogan is generated, feedback is provided but no subsequent slogan is attempted.
If it is possible to update this example or provide the details of how the the above method is to be implemented and even if it is associated with the failure to "loop" until the conditions are satisfied that would be great.
https://github.com/microsoft/agent-framework/tree/main/dotnet/samples/GettingStarted/Workflows/Agents/CustomAgentExecutors