v1.4.4
May 3, 2025
1.4.4
New Features:
- OpenAI File Support: Added support for
Fileattached to prompts for agents withOpenAIChatmodels.
Improvements:
- Llama API: Various improvements for Llama and LlamaOpenAI model classes including structured output and image input support
- Async Custom Retriever: The
retrieverparameter can now be anasyncfunction to be used withagent.arunandagent.aprint_response. - Gemini Video URL Input: Added support for
Video(url=...)for Gemini.
Bug Fixes:
- OpenAI Responses o3 / o4 Tools: Fixed broken tool use for advanced reasoning models on
OpenAIResponses. - MCP on CLI Support: Fixed support for
MCPToolsusage while callingagent.acli_app.
