mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
Agents: remove unused bootstrap imports
This commit is contained in:
@@ -7,7 +7,6 @@ import {
|
||||
buildBootstrapTruncationReportMeta,
|
||||
buildBootstrapTruncationSignature,
|
||||
formatBootstrapTruncationWarningLines,
|
||||
prependBootstrapPromptWarning,
|
||||
resolveBootstrapWarningSignaturesSeen,
|
||||
} from "./bootstrap-budget.js";
|
||||
import { buildAgentSystemPrompt } from "./system-prompt.js";
|
||||
|
||||
@@ -9,7 +9,6 @@ import {
|
||||
appendBootstrapPromptWarning,
|
||||
analyzeBootstrapBudget,
|
||||
buildBootstrapPromptWarning,
|
||||
type BootstrapBudgetAnalysis,
|
||||
} from "./bootstrap-budget.js";
|
||||
import { buildAgentSystemPrompt } from "./system-prompt.js";
|
||||
import { buildToolSummaryMap } from "./tool-summaries.js";
|
||||
|
||||
Reference in New Issue
Block a user