这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: superagent-ai/superagent

v0.0.25

28 Jun 21:02
8d99631

Choose a tag to compare

What's Changed

  • Fix issue with streaming OpenAI responses by @homanp in #132

Full Changelog: v.0.0.24...v0.0.25

v.0.0.24

28 Jun 08:06
a89f0de

Choose a tag to compare

What's Changed

Full Changelog: v.0.0.23...v.0.0.24

v.0.0.23

26 Jun 13:05
f7774ba

Choose a tag to compare

🎨 Replicate Tool

We are excited to release a new Replicate Tool which you can use to run any model that's hosted on Replicate!

What's Changed

Full Changelog: v.0.0.22...v.0.0.23

v.0.0.22

25 Jun 06:31

Choose a tag to compare

What's Changed

  • Add possibiltiy to ingest Markdown documents by @homanp in #118

Full Changelog: v.0.0.21...v.0.0.22

v.0.0.21

23 Jun 05:41
ec3e2f7

Choose a tag to compare

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

18 Jun 09:43
83041ef

Choose a tag to compare

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

Full Changelog: v.0.0.19...v.0.0.20

v.0.0.19

16 Jun 06:30
6b1badd

Choose a tag to compare

What's Changed

Full Changelog: v.0.0.18...v.0.0.19

v.0.0.18

14 Jun 13:11
38d22ca

Choose a tag to compare

OpenAI Agent 🤖

Excited to add support for gpt-4-0613 and gpt-3.5-turbo-0613 wrapped around an OpenAI Agent

What's Changed

Full Changelog: v.0.0.17...v.0.0.18

v.0.0.17

13 Jun 13:58
a6d0a2e

Choose a tag to compare

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 Hub models by @homanp in #91
  • Add a URL document 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

11 Jun 23:02
483961a

Choose a tag to compare

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

Full Changelog: v.0.0.15...v.0.0.16