Add a reflection mechanism for both agents in the dialogue between two agents. #3090
Unanswered
MiningIrving
asked this question in
Q&A
Replies: 1 comment
-
Have you resolved this issue? If yes, can you guide me on how you did it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that Autogen provides a reflection mechanism for agents, but it seems unable to be applied to scenarios where two agents chat with each other. My requirement is quite simple: after one agent provides an answer, I want to use a reflection mechanism to reflect on that answer, and then pass the message to the other agent. However, when I tried to use the example provided by Autogen, I found that I couldn't achieve this effect. It seems that completing a dialogue loop like agent1 --> agent1_reflection --> agent1 --> agent2 --> agent2_reflection --> agent1 is not feasible. I want to know if Autogen is capable of implementing such a function.
Beta Was this translation helpful? Give feedback.
All reactions