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
LangChain4j Integration: Added experimental integration with LangChain4j to support third-party and local models. (0d1bb89)
Enabled FunctionTools to be created for methods that return a Single, improving support for asynchronous operations. (cb49092)
FunctionTools can now be created for object instances in addition to static methods. (71d7325)
Added an endInvocation field to Event Actions, allowing developers to interrupt or explicitly stop the agent loop after a tool call. (1909869, 07989e2)
Implemented VertexAiRagRetrieval using AI Platform APIs. (b5f17f3)
Added support for chained callbacks for before/after model, agent, and tool execution events. (1cf889d, 2501dc1, b55ed61)