You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I am new to autogen and have been exploring the tutorials.
The main task is to generate code for a given problem statement by reusing existing modules from the codebase.
Ideally, I would like to create following flow:
Agent 1 has knowledge of the existing codebase (I have created an index containing file name and description for each file). It needs to look at the problem statement and identify the modules/files which will be needed.
Agent 2 evaluates the modules identified and provides feedback to Agent 1. Agent 1 would re-identify the files per feedback.
Once Agent 2 is satisfied, I want to read the contents of the files and provide it to Agent 3
Agent 3 will then look at the problem statement and the reusable file contents and generate the code
Is this flow possible with autogen? Any suggestions would be most welcome.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. I am new to autogen and have been exploring the tutorials.
The main task is to generate code for a given problem statement by reusing existing modules from the codebase.
Ideally, I would like to create following flow:
Is this flow possible with autogen? Any suggestions would be most welcome.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions