refactor(agents): drop preemptive route re-export · openclaw/openclaw@18aa327
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
File tree
src/agents/embedded-agent-runner/run
| Original file line number | Diff line number | Diff line change |
|---|
@@ -24,8 +24,6 @@ const CONTENT_BLOCK_OVERHEAD_TOKENS = 6;
|
24 | 24 | const IMAGE_BLOCK_TOKENS = 2_000; |
25 | 25 | const TRUNCATION_ROUTE_BUFFER_TOKENS = 512; |
26 | 26 | |
27 | | -export type { PreemptiveCompactionRoute } from "./preemptive-compaction.types.js"; |
28 | | - |
29 | 27 | /** Pre-prompt routing decision plus the budget facts used to explain it in logs and session state. */ |
30 | 28 | export type PreemptiveCompactionDecision = { |
31 | 29 | route: PreemptiveCompactionRoute; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。