Skip to main content

Module process

Module process 

Source
Expand description

Process management for the Copilot SDK.

Provides async subprocess spawning and management for the Copilot CLI.

Structs§

CopilotProcess
A running Copilot CLI process.
ProcessOptions
Options for spawning a subprocess.

Functions§

find_copilot_cli
Find the Copilot CLI executable.
find_executable
Find an executable in the system PATH.
find_node
Get the system’s Node.js executable path.
is_node_script
Check if a path looks like a Node.js script.