v0.0.40
版本发布时间: 2023-08-01 21:19:17
superagent-ai/superagent最新发布版本:v0.2.40(2024-05-23 14:39:58)
ChatGPT plugins and Agent sessions 🚀
We just supercharged all Agents with the possiblity to run chatGPT plugins as Tools!
One of our most requested features is to enable Superagent to run chatGPT plugins. This is now live thanks to @dantheman0207!! We also added the possiblity to create sepearate sessions when running agents, which is useful for chat-like apps that have a lot of users. This removes the necessity to create one agent per user.
What's Changed
- Chatgpt plugins support by @homanp in https://github.com/homanp/superagent/pull/223
- Light mode by @homanp in https://github.com/homanp/superagent/pull/226
- Fix issue with creating API tokens by @homanp in https://github.com/homanp/superagent/pull/230
- Add possiblity to create different sessions when invoking agents by @homanp in https://github.com/homanp/superagent/pull/232
Full Changelog: https://github.com/homanp/superagent/compare/v0.0.39...v0.0.40