Releases: superagent-ai/superagent
v0.1.3
Code interpreter (alpha) and first class support for deploying to Replit! 🚀 🔥
We are excited to announce a alpha release of our new code interpreter API. With it you can analyze files and do compute/calculations.
We've also been working with the Replit team to bring first class support for deploying the Superagent API to the Replit Autoscale platform!
What's Changed
- Code interpreter (alpha) by @homanp in #405
- Fix issue with patching tools by @homanp in #408
- Add necessary files for Replit deployment by @homanp in #410
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- Add more spacing to oboarding view by @homanp in #384
- Fix issues with prompts containing single brackets by @homanp in #385
- Fix issue with text/plain mimetypes by @homanp in #386
- Fix issue with UI breaking when agent llm is missing by @homanp in #391
- Add support for ingesting a .pptx file by @homanp in #395
- Add support for ingesting .docx files by @homanp in #396
- Add support for ingesting xlsx files by @homanp in #397
- Fix embed bug by @homanp in #399
- Add future support for ingesting Google Docs formats by @homanp in #400
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- 🌿 Rename versions to
v1andv0by @dsinghvi in #373 - Add response models to API by @homanp in #374
- Add github loader by @homanp in #375
- 🌿 upgrade fern by @dsinghvi in #376
- Revert fern ci to only trigger on tag release by @homanp in #377
- Cascade delete fk relations when deleting agent by @homanp in #378
- Fix issue with create agent response model by @homanp in #379
- Fix issue with response model when creating agent datasource by @homanp in #380
- Manually trigger
Dialogby @homanp in #381 - Fix small UI issues in tracing ui by @homanp in #382
Full Changelog: v0.0.99...v0.1.0
v0.0.99
A new dawn 🌤️
We've been working hard to release the next major version upgrade of Superagent v0.1.0. This is the pre-release and developer preview prior to the public beta release.
demo.mp4
🚨 Breaking changes
This release introduces breaking changes to all Superagent packages including the SDKs. The legacy platform will be maintained for a certain time allowing you to gradaully migrate your applications to the next generation of Superagent. Do not update packages if you don't intend to full migrate.
What's Changed
- V2 by @homanp in #323
- Apideck bug by @homanp in #364
- Update readme by @homanp in #366
- Add fix for running repl on structured data by @homanp in #365
- Guard against uploading unsupported files by @homanp in #367
- Add support for updating datasource ingestion status by @homanp in #368
- Add support for calling LLM without tools or datasources by @homanp in #370
- Update SDKs by @homanp in #369
- 🌿 Remove generators from the legacy API by @dsinghvi in #371
Full Changelog: v0.0.60...v0.1.0
v0.0.60
v0.0.59
Introducing the Semantic Cache Layer for Superagent 💯
In order to save tokens and inference speed we have implemented a semantic cache. This cache is by default set to revalidate after 24h but you can override it by setting cache_ttl to 0 when invoking the agent through the SDKs our API.
What's Changed
- Add warning message when no API token exists by @homanp in #317
- Semantic query cache by @simjak in #315
Full Changelog: v0.0.58...v0.0.59
v0.0.58
v0.0.57
Support for Helm charts and Minio - the opensource object storage 🥷
What's Changed
- Helm charts and add Minio docker-compose (Local AWS S3 compatible API and UI) by @heresandyboy in #312
- Update README.md by @mrahmadt in #313
New Contributors
Full Changelog: v0.0.56...v0.0.57
v0.0.56
What's Changed
- Fix typos in readme by @src200 in #301
- Update README.md by @homanp in #303
- Change Input to Textarea when adding URLs as datasources by @homanp in #304
- Add possibilites for a user to pass in a raw text as CSV files by @homanp in #305
- Add flag for human-in-the-loop by @homanp in #307
- add openWhenHidden True to share/client-page.js by @shannonrdunn in #309
- 🌿 Introduce Fern Docs by @dsinghvi in #308
New Contributors
- @src200 made their first contribution in #301
- @shannonrdunn made their first contribution in #309
Full Changelog: v0.0.55...v0.0.56