New
v2.4.4
Changelog
New Features:
- Unsplash image search tools: Added
UnsplashToolstoolkit for searching and retrieving high-quality, royalty-free images from Unsplash API. - Moonshot model provider: Added moonshot.ai model provider
external_execution_silentparam for tool decorator: Added a new param to make external tool execution silent by not populating the run response content with placeholder strings
Improvements:
dependenciesin Workflows: When usingJWTMiddlewarewithdependencies_claimsto inject user data from JWT tokens, the dependencies were correctly available to agent tools when calling the agent directly via/agents/{agent_id}/runs, but not when the same agent ran as part of a workflow via/workflows/{workflow_id}/runs.