Homanp Superagent Versions Save

🥷 SuperAgent - Deploy LLM Agents to production

v.0.0.20

11 months ago

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: https://github.com/homanp/superagent/compare/v.0.0.19...v.0.0.20

v.0.0.19

11 months ago

What's Changed

Full Changelog: https://github.com/homanp/superagent/compare/v.0.0.18...v.0.0.19

v.0.0.18

11 months ago

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: https://github.com/homanp/superagent/compare/v.0.0.17...v.0.0.18

v.0.0.17

11 months ago

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

New Contributors

Full Changelog: https://github.com/homanp/superagent/compare/v.0.0.16...v.0.0.17

v.0.0.16

11 months ago

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: https://github.com/homanp/superagent/compare/v.0.0.15...v.0.0.16

v.0.0.15

11 months ago

Wolfram Alpha 🔧

Excited to release v.0.0.15 of Superagent that adds support for a Wolfram Alpha tool.

You can attach the Wolfram Alpha tool to an Agent you have created an have it do computations which is something that LLMs are bad at.

v.0.0.14

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/homanp/superagent/compare/v.0.0.13...v.0.0.14

v.0.0.13

11 months ago

Search Agents 🔍

We're excited to announce that superagent v0.0.13 is now available! This version introduces a new feature that will be a game changer for many users: a new type of Agent that utilizes search functionality.

The new Search Agent is a major feature in this release. This Agent is designed to make web scraping and data extraction easier and more efficient. The Search Agent uses advanced search techniques to find and retrieve data based on specific criteria provided by the user. It supports both keyword-based and pattern-based search queries, enhancing the flexibility and power of data retrieval.

Furthermore you can tweak the Agent by giving it specific instructions using a prompt.

📚 Documentation: Detailed documentation on how to use the new Search Agent has been added to the Superagent Docs.

🙏 Thank You: We would like to express our gratitude to all the contributors who made this release possible. We look forward to seeing how you utilize the new Search Agent in your projects!

v.0.0.12

11 months ago

v.0.0.11

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/homanp/superagent/compare/v.0.0.10...v.0.0.11