Skip to content

platform/index

Overview

Module

This module provides platform-specific utilities and abstractions for the Aerokit SDK. It exposes command execution, engine management, lifecycle control, OS information, problem reporting, registry/repository handling, and workspace operations.

The main components of this module are:

  • Command: Execution of platform commands and process interaction.
  • Engine: Management of pluggable execution engines.
  • Lifecycle: Application/service lifecycle helpers.
  • OS: Operating system information and utilities.
  • Problems: Unified problem reporting and diagnostics collection.
  • Registry: Package/extension registry interfaces.
  • Repository: Repository layout and access abstractions.
  • Workspace: Workspace path and file handling helpers.

Classes