Conversation
|
Note: in Agent Framework, the workflow functionality is meant to deal with multiple agents working together: |
|
I created an issue at microsoft/agent-framework#4341 to ask for documentation on Human-in-the-Loop, RequestInfoEvent / RequestPort and their compatibility with AgentWorkflowBuilder orchestrations |
|
@hansmbakker should we keep this one open until you get the requested documentation? |
Yes, let's do that. However if we decide we need to use workflows, then it would make sense to create a separate module out of lab 4 and lab 5 that is dedicated to workflows. Optionally, we could keep the simplified version I created in db6dc75 but that is really a workaround. I think that's not the way how it should be done in Agent Framework. HOLAgentFramework/demos/module-04/demo04/ChatWithAgent.cs Lines 17 to 32 in db6dc75 |
Fixes #33
AgentSession is agent-specific and cannot be shared cross-agents.
Options are to
@roycornelissen this needs some discussion