Conversation
记录实例、会话与 relay 的当前生命周期,并补齐单轮释放、流取消和调度超时特征测试,为后续运行时提取提供可回归证据。 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
增加职责边界、启动补偿时序和调用生命周期对比图,帮助后续任务快速理解当前 Runtime 所有权与资源释放路径。 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
tanbro
marked this pull request as ready for review
September 8, 2026 06:58
tanbro
marked this pull request as draft
September 8, 2026 07:43
Contributor
Author
|
由于 Core runtime instance 正处于密集重构中,此项工作暂停。 |
yyquiet
force-pushed
the
refactor/arch
branch
5 times, most recently
from
September 11, 2026 16:52
0daf636 to
7fe16e8
Compare
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.
Summary
AgentRuntimeModule、AgentInstanceStarter与 LaunchSpec 候选签名,并同步 AGT-00 协作计划进度Test plan
bun test src/__tests__/openai-chat-service.test.ts src/__tests__/openai-chat-routes.test.ts src/__tests__/agent-executor.test.ts(21 pass)bun run docs:buildgit diff --checkbun run precheck:当前基线存在 4 条范围外 lint warning,以及 3 项仅在全量运行时失败、单文件运行通过的共享状态污染;证据和影响已记录在 extraction map 第 15 节,需由独立代码任务修复Review notes
cancel()与start().finally两处调用 dispose;测试只保护“取消必须启动清理并结束迭代器”,不将重复次数固化为合同。instanceId + userId + rcsSessionId;文档同时列出既有陈旧二元描述,未在本任务中顺手修改。🤖 Generated with Claude Code