UNPKG

askui

Version:

Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on

14 lines (13 loc) 533 B
import { ClaudeAgent } from './claude-agent'; import { ExecutionRuntime } from '../../../execution/execution-runtime'; export declare class AskUIAgent extends ClaudeAgent { private osAgentHandler; private executionRuntime; constructor(executionRuntime: ExecutionRuntime); isConnected(): boolean; initializeOsAgentHandler(): Promise<void>; configureAsDesktopAgent(): Promise<void>; configureAsAndroidAgent(): Promise<void>; private static DesktopSystemPrompt; private static AndroidSystemPrompt; }