agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Type Alias NativeAgentOsOptions

    NativeAgentOsOptions: Pick<
        setup,
        | "software"
        | "defaultSoftware"
        | "loopbackExemptPorts"
        | "allowedNodeBuiltins"
        | "rootFilesystem"
        | "moduleAccessCwd"
        | "additionalInstructions"
        | "permissions"
        | "limits",
    > & { mounts?: setup[]; sidecar?: { kind: "shared"; pool?: string } }

    Type mirror of nativeAgentOsOptionsSchema.

    Keep this in sync with the schema above and the Rust serde mirror at crates/agentos-actor-plugin/src/config.rs::AgentOsConfigJson.