MCPcopy Create free account

hub / github.com/clark-maybe/mole-extension / types & classes

Types & classes183 in github.com/clark-maybe/mole-extension

Class
src/lib/channel.ts:19
Class
src/ai/tab-tracker.ts:12
Class
src/ai/agent-registry.ts:55
Class
src/ai/todo-manager.ts:38
Class
src/mcp/client.ts:9
Class
src/mcp/transport.ts:14
Class
src/mcp/server.ts:17
InterfaceAIBudget
AI 调用预算
src/functions/resident-runtime.ts:23
InterfaceAIErrorPayload
src/ai/types.ts:165
InterfaceAIPostAction
AI 响应后的动作
src/functions/resident-runtime.ts:16
InterfaceAISettings
src/ai/types.ts:173
InterfaceAIStreamEvent
src/ai/types.ts:159
InterfaceActiveTurnRuntime
src/background/session-types.ts:96
InterfaceAgentDefinition
src/ai/agent-registry.ts:13
InterfaceAgentInstance
src/ai/agent-registry.ts:30
ClassAgentRegistry
src/ai/agent-registry.ts:55
InterfaceAgentStateTransition
src/ai/types.ts:254
InterfaceAnnotationEntry
src/content/page-grounding.ts:779
InterfaceApprovalCardProps
src/content/float-ball/components/ApprovalCard.tsx:11
InterfaceAskUserCardProps
src/content/float-ball/components/AskUserCard.tsx:10
InterfaceBarkConfig
src/functions/webhook.ts:18
InterfaceCDPConsoleEntry
src/lib/cdp-session.ts:67
InterfaceCDPExceptionEntry
src/lib/cdp-session.ts:77
InterfaceCDPFetchPausedRequest
src/lib/cdp-session.ts:94
InterfaceCDPNetworkEvent
src/lib/cdp-session.ts:35
InterfaceCDPSessionEntry
src/lib/cdp-session.ts:12
InterfaceCachedElementInfo
缓存的元素信息,避免在 filter/score/build 三阶段重复调用昂贵 DOM API
src/content/page-grounding.ts:39
ClassChannel
src/lib/channel.ts:19
InterfaceConsoleListeningState
控制台监听配置
src/lib/cdp-session.ts:87
InterfaceDataBuffer
src/functions/data-pipeline.ts:10
InterfaceDisabledDomainsStore
src/options/pages/BlocklistPage.tsx:24
InterfaceDomainEntry
域名条目
src/options/pages/BlocklistPage.tsx:17
InterfaceDomainStoreShape
src/functions/skill-registry.ts:62
InterfaceDynamicToolImportResult
src/functions/registry.ts:71
InterfaceDynamicToolMutationResult
src/functions/registry.ts:65
InterfaceDynamicToolSpec
src/functions/registry.ts:47
InterfaceDynamicToolStoreShape
src/functions/registry.ts:59
InterfaceElementHandleActionParams
src/content/page-grounding.ts:17
InterfaceExecuteSessionOptions
src/background/session-types.ts:113
InterfaceExecutionGroup
执行组类型:并行组或串行组
src/ai/tool-executor.ts:88
InterfaceFetchInterceptionState
Fetch 拦截配置
src/lib/cdp-session.ts:112
InterfaceFlatBookmarkItem
src/functions/bookmark-ops.ts:11
InterfaceFlatFrame
将 CDP FrameTree 递归扁平化为列表
src/functions/cdp-frame.ts:21
InterfaceFloatBallTakeoverStatePayload
src/functions/remote-workflow.ts:107
InterfaceFloatingChatProps
src/options/components/FloatingChat.tsx:69
InterfaceFunctionCallInputItem
src/ai/types.ts:28
InterfaceFunctionCallOutputItem
src/ai/types.ts:37
InterfaceFunctionDefinition
src/functions/types.ts:14
InterfaceFunctionResult
src/functions/types.ts:36
InterfaceHandleChatCheckpoint
src/ai/loop-config.ts:22
InterfaceHandleChatOptions
src/ai/loop-config.ts:45
InterfaceHandoffArtifact
src/ai/loop-config.ts:81
InterfaceHeadingItem
页面标题层级条目
src/content/page-parser.ts:30
InterfaceILogger
src/lib/console.ts:8
ClassInMemoryTransport
src/mcp/transport.ts:14
InterfaceInputBarProps
src/content/float-ball/components/InputBar.tsx:12
InterfaceInputImageContent
src/ai/types.ts:13
InterfaceInputTextContent
src/ai/types.ts:7
InterfaceLLMStatus
LLM 配置状态
src/App.tsx:9
InterfaceLinkItem
页面链接条目
src/content/page-parser.ts:38
InterfaceLogItem
src/types/index.ts:3
InterfaceLoopBudget
src/ai/loop-config.ts:13
ClassMCPClient
src/mcp/client.ts:9
InterfaceMCPListToolsResponse
src/mcp/types.ts:50
InterfaceMCPRequest
src/mcp/types.ts:59
InterfaceMCPResponse
src/mcp/types.ts:67
ClassMCPServer
src/mcp/server.ts:17
InterfaceMCPTool
src/mcp/types.ts:7
InterfaceMCPToolCallContent
src/mcp/types.ts:34
InterfaceMCPToolCallRequest
src/mcp/types.ts:19
InterfaceMCPToolCallResult
src/mcp/types.ts:42
InterfaceMCPTransportRequestOptions
src/mcp/transport.ts:10
InterfaceManifestSource
src/functions/site-workflow-registry.ts:45
InterfaceMessageInputItem
src/ai/types.ts:22
InterfaceMoleContextValue
src/content/float-ball/context/context.ts:8
InterfaceMoleState
src/content/float-ball/context/types.ts:56
InterfaceNetworkListeningState
网络监听配置
src/lib/cdp-session.ts:59
InterfaceOptionsMetricItem
src/options/components/PageLayout.tsx:6
InterfaceOptionsPageLayoutProps
src/options/components/PageLayout.tsx:13
InterfaceOptionsSectionCardProps
src/options/components/PageLayout.tsx:22
InterfaceOutputFunctionCallItem
src/ai/types.ts:55
InterfaceOutputMessageItem
src/ai/types.ts:47
InterfacePageAssertParams
src/content/page-grounding.ts:32
InterfacePageAssertionItem
src/content/page-grounding.ts:26
InterfacePageBasicInfo
页面基础信息(始终返回)
src/content/page-parser.ts:10
InterfacePageMetaInfo
页面 meta 信息
src/content/page-parser.ts:20
InterfacePageRepairParams
src/functions/page-repair.ts:18
InterfacePageSnapshotParams
src/content/page-grounding.ts:8
InterfaceParsePageParams
解析请求参数
src/content/page-parser.ts:46
InterfacePendingDialog
待处理对话框信息
src/lib/cdp-session.ts:23
InterfacePendingTurnResponseRequest
src/ai/loop-config.ts:32
InterfacePhaseControl
src/ai/loop-config.ts:71
InterfacePlanRetryPolicy
src/functions/remote-workflow.ts:37
InterfacePlanValidationError
plan 校验错误信息
src/functions/remote-workflow.ts:239
InterfaceRecentCompletedTaskItem
src/content/float-ball/constants.ts:21
InterfaceRecentRepairEntry
src/functions/site-experience.ts:56
InterfaceRecordModalProps
src/content/float-ball/components/RecordModal.tsx:8
InterfaceRecorderState
src/background/workflow-recorder.ts:38
InterfaceRecorderStep
src/background/workflow-recorder.ts:23
InterfaceReleaseData
docs/release.data.ts:4
next →1–100 of 183, ranked by callers