OpenAI_Agent_Swarm icon indicating copy to clipboard operation
OpenAI_Agent_Swarm copied to clipboard

HAAS = Hierarchical Autonomous Agent Swarm - "Resistance is futile!"

Results 7 OpenAI_Agent_Swarm issues
Sort by recently updated
recently updated
newest added

line 120 in /agents/agent_builder/create.py uses an openai endpoint that appears to be deprecated. I was not able to find any documentation about this, but it caused an unhelpful error message...

## What does this PR do This PR fixes the typo of file chat_manager.py. ```diff - interface_assistant, response = self.handle_fucntion_request( + interface_assistant, response = self.handle_function_request(" ``` Fixes #200 ## Type...

Directive: Build, test, and document the first instance of a SOB General ideas: 1. Instantiate multiple agents based upon various archetypes and personas 2. Have them communicate or collaborate based...

https://github.com/daveshap/OpenAI_Agent_Swarm/blob/020b44e2f1cc9c767abf5ea3acb69696e394f4ec/agents/tool_maker/chat_manager.py#L63C9-L63C32 also https://github.com/daveshap/OpenAI_Agent_Swarm/blob/020b44e2f1cc9c767abf5ea3acb69696e394f4ec/agents/tool_maker/chat_manager.py#L183

trying to get the unit manager to run, but get an error that chat_manager.py can't find the API_KEY. Made an .env file and tried different locations for it, to no...

Lots of strong conversation still going on about, assistant, tool building, and communication architectures. In order to make some of the ideas discussed around agent communication and communication structures and...

There's been great work on tool making and tool using, as well as the new tool library idea. The next step is to test and refine tools. Make it so.