fix(agents): remove unused context guard import · openclaw/openclaw@0558034
vincentkoc
·
2026-06-22
·
via Recent Commits to openclaw:main
File tree
src/agents/embedded-agent-runner
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,10 +7,7 @@ import type {
|
7 | 7 | ContextEngineRuntimeSettings, |
8 | 8 | } from "../../context-engine/types.js"; |
9 | 9 | import type { AgentMessage } from "../runtime/index.js"; |
10 | | -import { |
11 | | -CONTEXT_LIMIT_TRUNCATION_NOTICE, |
12 | | -formatContextLimitTruncationNotice, |
13 | | -} from "./context-truncation-notice.js"; |
| 10 | +import { formatContextLimitTruncationNotice } from "./context-truncation-notice.js"; |
14 | 11 | import { log } from "./logger.js"; |
15 | 12 | import { MidTurnPrecheckSignal, type MidTurnPrecheckRequest } from "./run/midturn-precheck.js"; |
16 | 13 | import { shouldPreemptivelyCompactBeforePrompt } from "./run/preemptive-compaction.js"; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。