chore: clean up

This commit is contained in:
Simon
2025-10-21 18:47:16 +08:00
parent 6c2d19eb5b
commit 19c2777246

View File

@@ -11,10 +11,10 @@ import * as dom from './dom'
import { FlatDomTree, InteractiveElementDomNode } from './dom/dom_tree/type' import { FlatDomTree, InteractiveElementDomNode } from './dom/dom_tree/type'
import { getPageInfo } from './dom/getPageInfo' import { getPageInfo } from './dom/getPageInfo'
import { I18n } from './i18n' import { I18n } from './i18n'
import { type InvokeResult, LLM, type Message, type Tool } from './llms' import { LLM, type Tool } from './llms'
import { patchReact } from './patches/react' import { patchReact } from './patches/react'
import SYSTEM_PROMPT from './prompts/system_prompt.md?raw' import SYSTEM_PROMPT from './prompts/system_prompt.md?raw'
import { type PageAgentTool, tools } from './tools' import { tools } from './tools'
import { Panel, getToolCompletedText, getToolExecutingText } from './ui/Panel' import { Panel, getToolCompletedText, getToolExecutingText } from './ui/Panel'
import { SimulatorMask } from './ui/SimulatorMask' import { SimulatorMask } from './ui/SimulatorMask'
import { trimLines, uid, waitUntil } from './utils' import { trimLines, uid, waitUntil } from './utils'