Changelog
New Features:
- File Prompts: Introduced a new
File
type that can be added to prompts and will be sent to the model providers. Only Gemini and Anthropic Claude supported for now. - LMStudio: Added support for LMStudio as a model provider. See the docs.
- AgentQL Tools: Added tools to support AgentQL for connecting agents to websites for scraping, etc. See the docs.
- Browserbase Tool: Added Browserbase tool.
- Custom API Tool: Added tool that can call any API.
Improvements:
- Cohere Vision: Added support for image understanding with Cohere models. See this cookbook to try it out.
- Embedder defaults logging: Improved logging when using the default OpenAI embedder.
Bug Fixes:
- Ollama Embedder: Fix for getting embeddings from Ollama across different versions.
What's Changed
- lm-studio-ag-2792 by @ysolanky in #2305
- feat: github mcp example app by @anuragts in #2316
- playground-update-ag-2797 by @ysolanky in #2315
- Fix ID incorrect on model logging by @dirkbrnd in #2348
- update-embedders-ag-2854 by @ysolanky in #2353
- Fix ollama by @devalexandre in #2351
- Add cohere vision by @dirkbrnd in #2342
- agentql-integration-ag-279 by @ysolanky in #2307
- update-ws-templates-ag-2857 by @ysolanky in #2360
- Add Methods for Deleting Repo and Listing Branches by @srexrg in #1861
- document-upload-ag-2793 by @ysolanky in #2325
- feat/browserbase tool by @kausmeows in #2369
- Fix: agent_id not set in sync router by @manthanguptaa in #2375
- feat/add api calling agent tool by @kausmeows in #2333
- Todoist update function + validation fixes by @Ansub in #2365
- Release 1.1.10 by @dirkbrnd in #2364
New Contributors
- @devalexandre made their first contribution in #2351
- @kausmeows made their first contribution in #2369
Full Changelog: v1.1.9...v1.1.10