daveshap / OpenAI_Agent_Swarm

HAAS = Hierarchical Autonomous Agent Swarm - "Resistance is futile!"
MIT License
2.95k stars 381 forks source link

Updates to tools readme and paths #188

Closed OWigginsHay closed 8 months ago

OWigginsHay commented 8 months ago

Update to fix the readme and stop people encountering the 'no module named "shared"' error. Also added dynamic path detection to try and make the files more robust to being ran outside of root.

OWigginsHay commented 8 months ago

@daveshap btw did I miss a memo on community leads + meeting? Can I get in somehow? @RomanGoEmpire @guillermo-delrio hopefully this is a simple PR to approve

RomanGoEmpire commented 8 months ago

changes look good. Half of it is replacing ' with ", adding and removing whitespaces and the other changes make sense. I havent tested tho.

OWigginsHay commented 8 months ago

Thanks for the quick reply Roman, I have and it works for me. Also have Henry in discord who can test. I will merge now and ask Henry to test. If it fails I'll revert the changes

OWigginsHay commented 8 months ago

@HenryAllen04 go nuts, test away

HenryAllen04 commented 8 months ago

Screenshot 2023-11-30 at 11 09 25

Just went nuts (got the same error), I re-cloned the repo because wasnt sure how to merge. But assuming recloning the repo after your merge would fix the error but I still got it?

OWigginsHay commented 8 months ago

Screenshot 2023-11-30 at 11 09 25

Just went nuts (got the same error), I re-cloned the repo because wasnt sure how to merge. But assuming recloning the repo after your merge would fix the error but I still got it?

@HenryAllen04 in your terminal you can run pip install pydantic_settings

That should install the correct package and then you can run the code