Changelog
New Features:
- Memori ToolKit: Added
MemoriTools
, a ToolKit for Agents and Teams to use GibsonAI’s Memori.
Improvements:
- Workflows File Input: Now
files=[]
can be provided toWorkflow.run
orWorkflow.arun
. - Scrapegraph Tools Agentic Crawling: Added
agentic_crawler
toScrapeGraphTools
. - VertexAI Search: Added Vertex AI Search to the Gemini model.
Updates:
- DuckDuckGoTools: Updated
DuckDuckGoTools
to work with theddgs
package. This requires users to installddgs
instead ofduckduckgo-search
.
What's Changed
- feat: add memori tool for agno by @Boburmirzo in #4292
- feat: Update scrapegraph.py by @VinciGit00 in #4281
- [feat] Add Vertex AI Search support and Gemini search cookbooks by @harshithvh in #4294
- [fix] PgVector upsert respects Document.id and unifies record building by @joeportela in #4269
- update DuckDuckGo integration to support latest ddgs API by @dgamee in #4287
- Fix: FastAPI Binary Image output by @VirusDumb in #4311
- [fix] GitHub tool search_code pagination IndexError with empty results by @harshsinha03 in #4243
- feat: add file input to workflows by @kausmeows in #4317
- feat: Release 1.8.0 by @dirkbrnd in #4316
New Contributors
- @joeportela made their first contribution in #4269
- @dgamee made their first contribution in #4287
- @harshsinha03 made their first contribution in #4243
Full Changelog: v1.7.12...v1.8.0