VRSEN / agency-swarm

The only reliable agent framework built on top of the latest OpenAI Assistants API.
https://vrsen.github.io/agency-swarm/
MIT License
2.06k stars 539 forks source link

Thread.py tweak #63

Closed gardthal closed 4 months ago

gardthal commented 5 months ago

This small change allows for thread_ids generated by calling the get_completions function to be retrieved, saved and later reused in new threads.

Potential implications:

VRSEN commented 5 months ago

Hey @gardthal, on main you can now load threads from db using threads_callbacks when initializing your agency. I will release a video on how to use it this week.