Leveraging OpenAI's New Assistants API to Fix all of Our Issues #132
lxander42
started this conversation in
Ideas & Thoughts
Replies: 1 comment
-
This guy made a great video on youtube detailing how you can do this with the new assistants API in Python: How to Create Agent Swarms With the NEW OpenAI Assistants API |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello HAAS Community,
In their New Products: A Deep Dive video, Open AI really dropped a bombshell: Assistants API.
This can significantly benefit our Hierarchical Autonomous Agent Swarm (HAAS) project. The new features introduced not only offer innovative ways to improve our tools but also open up possibilities for agents to instantiate and interact with each other more effectively.
Key Enhancements and Their Impact:
Stateful Primitives (Assistants, Threads, Messages, and Runs):
Code Interpreter Tool:
Retrieval Tool:
Function Calling Improvements (JSON Mode and Parallel Function Calling):
Future Multi-Modal Capabilities:
Discussion Points:
I feel like they just solved a lot of the problems we are already discussing here.
You all should consider using the GPT action creator i developed earlier to play around with ways we can incorporate this in our project. I will be thinking about this so much this week haha.
Beta Was this translation helpful? Give feedback.
All reactions