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
state:inspect_state is async. A host invoking its graph synchronously must switch to ainvoke or stream_turn. read_state_key also appends its turn note after the JSON on a key more than one turn wrote, so that output is no longer parseable as JSON.
Features
state: read a state key as it stood at an earlier turn (#114) (6fc5f2b)
Documentation
state: inspect_state is a coroutine, so the graph must be awaited (#134) (e1e7f93)