Skip to content

Commit 18aa327

Browse files
committed
refactor(agents): drop preemptive route re-export
1 parent 94e79a0 commit 18aa327

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/agents/embedded-agent-runner/run/preemptive-compaction.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ const CONTENT_BLOCK_OVERHEAD_TOKENS = 6;
2424
const IMAGE_BLOCK_TOKENS = 2_000;
2525
const TRUNCATION_ROUTE_BUFFER_TOKENS = 512;
2626

27-
export type { PreemptiveCompactionRoute } from "./preemptive-compaction.types.js";
28-
2927
/** Pre-prompt routing decision plus the budget facts used to explain it in logs and session state. */
3028
export type PreemptiveCompactionDecision = {
3129
route: PreemptiveCompactionRoute;

0 commit comments

Comments
 (0)