chore: clean up
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user