refactor: trim subagent followup facade · openclaw/openclaw@0e7cebc
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | import { readLatestAssistantReply, waitForAgentRunsToDrain } from "../../agents/run-wait.js"; |
2 | 2 | import { listDescendantRunsForRequester } from "../../agents/subagent-registry-read.js"; |
3 | 3 | import { SILENT_REPLY_TOKEN } from "../../auto-reply/tokens.js"; |
4 | | -import { expectsSubagentFollowup, isLikelyInterimCronMessage } from "./subagent-followup-hints.js"; |
5 | | -export { expectsSubagentFollowup, isLikelyInterimCronMessage } from "./subagent-followup-hints.js"; |
| 4 | +import { isLikelyInterimCronMessage } from "./subagent-followup-hints.js"; |
6 | 5 | |
7 | 6 | function resolveCronSubagentTimings() { |
8 | 7 | const fastTestMode = process.env.OPENCLAW_TEST_FAST === "1"; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。