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
workflow:LLMAgentWrapper and LLMAgentWrapperConfig are removed. An agent is a workflow node as itself — pass it to an edge or node() directly. A non-LlmAgent agent used as a node no longer has the node input appended to its conversation, nor its final model text promoted to the node output.
workflow:InvocationContext.agent is now optional. Code reading it outside an agent's own execution must handle undefined; inside one, prefer requireAgent(ctx).
Features
core: accept a bare Workflow as a root — runner, App and agent loader (#680) (b3497e0)
dev: render graph workflows in the dev UI agent graph (#654) (434a43e)
dev: serve the agent structure graph the dev UI's graph tab asks for (#694) (8915c2b)