mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:30:43 +00:00
refactor: trim subagent followup facade
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { readLatestAssistantReply, waitForAgentRunsToDrain } from "../../agents/run-wait.js";
|
||||
import { listDescendantRunsForRequester } from "../../agents/subagent-registry-read.js";
|
||||
import { SILENT_REPLY_TOKEN } from "../../auto-reply/tokens.js";
|
||||
import { expectsSubagentFollowup, isLikelyInterimCronMessage } from "./subagent-followup-hints.js";
|
||||
export { expectsSubagentFollowup, isLikelyInterimCronMessage } from "./subagent-followup-hints.js";
|
||||
import { isLikelyInterimCronMessage } from "./subagent-followup-hints.js";
|
||||
|
||||
function resolveCronSubagentTimings() {
|
||||
const fastTestMode = process.env.OPENCLAW_TEST_FAST === "1";
|
||||
|
||||
Reference in New Issue
Block a user