Releases: superagent-ai/superagent
v0.0.25
v.0.0.24
v.0.0.23
v.0.0.22
v.0.0.21
Multiple tools and documents in one Agent
We’ve been working hard on releasing support for multiple documents and tools for Superagent and I’m excited to be releasing this feature today.
Under the hood we have completely refactored the Agent lib and made some major enhancements including:
🥷 Support for the new OpenAI Function Agent
🥷 Unified input payload for the API
🥷 Faster completions/predictions
🥷 New UI for testing/running Agents
🚨 🚨 🚨
With this release the old Agentic infrastructure has been deprecated and you will need to recreate your agents.
We are super excited about this and appreciate all the feedback/bug reports etc. we could get 🙏
What's Changed
Full Changelog: v.0.0.20...v.0.0.21
v.0.0.20
Text splitters ✂️
We are gradually introducing a plugin system for vectorstores. The first step is enable multiple text splitters to be used via the API when ingesting documents.
Big shout out to @yusofy for the these contributions!
What's Changed
- Fix issue with deleting
Agentsby @homanp in #111 - Vectorstore base by @yusofy in #110
- Add Ability for different text splitters by @yusofy in #112
Full Changelog: v.0.0.19...v.0.0.20
v.0.0.19
v.0.0.18
v.0.0.17
Hugging Face Hub 🤗
Excited to announce the Hugging Face Hub integration which enables Superagent to run any of the Hub LLMs in an Agentic way.
The world will be multi-model and so should Superagent.
🙏 We appreciate all the feedback, bug reports and advise!
What's Changed
- Add support for inferring
Hugging Face Hubmodels by @homanp in #91 - Add a
URLdocument type for ingesting HTML into pinecone by @homanp in #94 - Fix auth issues by @yusofy in #98
New Contributors
Full Changelog: v.0.0.16...v.0.0.17
v.0.0.16
Agent Logs 🪲
** We are really excited to introduce Agent logs. With Superagent v.0.0.16 you can choose to save traces and decision-making your agents make!**
Use this log to debug, tweak and enhance your Agents!
What's Changed
- Update config.yml by @lightningRalf in #88
- Trace Agent logs by @homanp in #90
Full Changelog: v.0.0.15...v.0.0.16