Skip to content

Latest commit

 

History

History
245 lines (176 loc) · 17.9 KB

File metadata and controls

245 lines (176 loc) · 17.9 KB

Shared Types

from kernel.types import AppAction, ErrorDetail, ErrorEvent, ErrorModel, HeartbeatEvent, LogEvent

Deployments

Types:

from kernel.types import (
    DeploymentStateEvent,
    DeploymentCreateResponse,
    DeploymentRetrieveResponse,
    DeploymentListResponse,
    DeploymentFollowResponse,
)

Methods:

Apps

Types:

from kernel.types import AppListResponse

Methods:

Invocations

Types:

from kernel.types import (
    InvocationStateEvent,
    InvocationCreateResponse,
    InvocationRetrieveResponse,
    InvocationUpdateResponse,
    InvocationListResponse,
    InvocationFollowResponse,
)

Methods:

Browsers

Types:

from kernel.types import (
    BrowserPersistence,
    Profile,
    BrowserCreateResponse,
    BrowserRetrieveResponse,
    BrowserListResponse,
)

Methods:

Replays

Types:

from kernel.types.browsers import ReplayListResponse, ReplayStartResponse

Methods:

Fs

Types:

from kernel.types.browsers import FFileInfoResponse, FListFilesResponse

Methods:

Watch

Types:

from kernel.types.browsers.fs import WatchEventsResponse, WatchStartResponse

Methods:

Process

Types:

from kernel.types.browsers import (
    ProcessExecResponse,
    ProcessKillResponse,
    ProcessSpawnResponse,
    ProcessStatusResponse,
    ProcessStdinResponse,
    ProcessStdoutStreamResponse,
)

Methods:

Logs

Methods:

Computer

Types:

from kernel.types.browsers import ComputerSetCursorVisibilityResponse

Methods:

Playwright

Types:

from kernel.types.browsers import PlaywrightExecuteResponse

Methods:

Profiles

Types:

from kernel.types import ProfileListResponse

Methods:

Proxies

Types:

from kernel.types import ProxyCreateResponse, ProxyRetrieveResponse, ProxyListResponse

Methods:

Extensions

Types:

from kernel.types import ExtensionListResponse, ExtensionUploadResponse

Methods: