daveshap / OpenAI_Agent_Swarm

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

Translating create.py into a class, adding a function to create a sepcific assistant. #191

Closed FireMMDC closed 7 months ago

FireMMDC commented 8 months ago

Based on request made in https://github.com/daveshap/OpenAI_Agent_Swarm/pull/135#issuecomment-1832898448

I've adjusted create.py to have a function to provision a specific agent based on their name.

image image

RomanGoEmpire commented 7 months ago

Please resolve the merge conflicts

FireMMDC commented 7 months ago

Resolved the conflict included Path lookup in case create_assistants is called from another module.

OWigginsHay commented 7 months ago

@FireMMDC I will be pulling this branch to test out shortly!