feat: export types from './types' in PageAgentCore

This commit is contained in:
Simon
2026-01-21 17:26:31 +08:00
parent 536e5076da
commit 23ec4602c2

View File

@@ -26,6 +26,7 @@ import { assert } from './utils/assert'
export { type PageAgentConfig }
export { tool, type PageAgentTool } from './tools'
export type * from './types'
/**
* AI agent for browser DOM automation.