Patrefans
echohive42 from patreon
echohive42 patreon

Code Files for AutoGen Deep Dive with Multi Agent interactions

🕑 Added 2023-10-07 07:50:57 +0000 UTC
Code Files for AutoGen Deep Dive with Multi Agent interactions

Comments

Echo Hive

I am probably not the best at structuring code but having classes for various AutoGen agents and importing them seems reasonable to me. I never used yaml for configuration but I will look into the differences. Thank you for being a Patron!

Kevin Armengol

group_work.py is a super useful script, thanks. curious if you have any thoughts on how to approach organizing/structuring a repo that houses various autogen pipelines. Like would you store agents in a dedicated agent directory or module that you then just import as needed for a given pipeline? Also, what are your thoughts on using yaml for configuration management?

Echo Hive

are you running it from the same environment you installed the pip installs from? this project uses pyautogen==0.1.8. I updated the requirements. Don't think this should relate to this problem tho. That says that you don't have pyautogen pip installed. Maybe try pip installing them individually?

Michal Babula

Hi I have some basic issues: I pip installed requirments but when I run files I have the following error: "ModuleNotFoundError: No module named 'autogen' Do you know what I am doing wrong?


More Creators