Skip to main content

Module runtime

Module runtime 

Source
Expand description

Agent runtime: the underlying model + CLI a spawned agent executes.

netsky is runtime-agnostic; the agent lifecycle, prompt model, and bus transport stay the same regardless of which flavor drives the pane. Each runtime encapsulates:

Claude is the default flavor. Codex is selected per-invocation via netsky agent N --type codex (resident) or via the sidecar path in cmd/codex_agent.rs (single-turn).

Re-exports§

pub use claude::ClaudeConfig;
pub use codex::CodexConfig;

Modules§

claude
Claude runtime: build the claude CLI invocation for a spawned agent.
codex
Codex runtime: build the codex CLI invocation for a resident agent.

Enums§

Runtime
The runtime flavor driving an agent pane.