daveshap / OpenAI_Agent_Swarm

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

Introducing a new directory for existing and future GPT definitions #106

Closed TKasperczyk closed 8 months ago

TKasperczyk commented 8 months ago

Added a new directory to the repo, as discussed in this thread. The directory includes a README.md with concise descriptions and maintainer details for our GPTs: HAAS Board Concierge, HAAS Assistant, and the planned Puppet Master. It also contains the definition file for the HAAS Assistant.

Highlights:

daveshap commented 8 months ago

This needs to be moved under the existing agents folder. Don't create a new GPTs folder. https://github.com/daveshap/OpenAI_Agent_Swarm/tree/main/agents

Otherwise great work.

TKasperczyk commented 8 months ago

Thank you, and absolutely, I'll take care of it! Since GPTs aren't exactly the same as OpenAI assistants, referred to as agents, I've relocated the gpts folder into the agents directory. If there's a specific arrangement or different placement you had in mind, please let me know. For instance, if you prefer, I can eliminate the gpts directory altogether and move its contents directly into main/agents/.

daveshap commented 8 months ago

Thanks. Yes, "agents" is a broader catchall for what we're trying to achieve here. THey can manifest in multiple forms, such as the GPTs, the Assistants, and others