feat(runtime-host): expose agent graph client operations - #1926
Merged
M4n5ter merged 2 commits intoAug 3, 2026
Conversation
M4n5ter
marked this pull request as ready for review
August 3, 2026 01:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
English
Summary
agent.graph.query,agent.graph.operator.query, andagent.graph.stopoperations through Runtime Host while keeping durable Graph state in its existing Runtime authority.subscription.agent_graph_changedon the root Session subscription sequence so clients can invalidate and reload their projection without treating process-local notifications as replay state.Validation
npm testnpm run buildnpm run typechecknpm run lintnpm run format:checkPart of #1167. Related to #853.
中文
概要
agent.graph.query、agent.graph.operator.query与agent.graph.stopoperation,同时让持久化 Graph state 继续由现有 Runtime authority 持有。subscription.agent_graph_changed,使客户端能够失效并重新加载 projection,而不会把进程内通知误当成 replay state。验证
npm testnpm run buildnpm run typechecknpm run lintnpm run format:check属于 #1167 的一部分,关联 #853。