daveshap / OpenAI_Agent_Swarm

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

Add tool creator + tool user with demo #52

Closed joseph-crowley closed 10 months ago

joseph-crowley commented 10 months ago

Hey folks,

I made a discussion post yesterday with my implementation of a tool creator and tool builder, see the post here. I've integrated this into the repo by adding the following:

I've also updated the readme with the info about the tool creator + tool user demo. The assistant creation process adds json files to an assistants/ directory, for reproducibility. Same for the tools/ dir, includes both json and py files for tool implementations.

Please let me know what you think!

Best, Joe