You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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](https://lmstudio.ai/) as a
model provider. See the [docs](https://docs.agno.com/models/lmstudio).
- **[AgentQL](https://www.agentql.com/) Tools**: Added tools to support
[AgentQL](https://www.agentql.com/) for connecting agents to websites
for scraping, etc. See the
[docs](https://docs.agno.com/tools/toolkits/agentql).
- **Browserbase Tool:** Added
[browserbase](https://www.browserbase.com/) tool for connecting agents
to headless browser and do things like- capturing screenshots, scrape
page content, click on tabs and navigate to different sections etc.
## Improvements:
- **Cohere Vision**: Added support for image understanding with Cohere
models. See [this
cookbook](https://github.com/agno-agi/agno/blob/main/cookbook/models/cohere/image_agent.py)
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.
0 commit comments