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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed\n\n- Let the runtime own gateway-managed agent session history so workers do not reload or persist the same conversation through legacy entity storage.\n- Exclude the unresolved assistant tool call that triggered an agent handoff before passing conversation history to the target agent.\n- Make the worker entity-state adapter available while constructing execution contexts.\n\n### Changed\n\n- Align API compatibility and integration tests with the current LM streaming event shape, runtime endpoints, journal event names, and package imports.