Skip to main content

Module bundled

Module bundled 

Source
Expand description

Bundled scripts for common provider integrations.

This module embeds scripts (like modal_sandbox.py) directly into the binary and extracts them on demand to a cache directory. Users can reference these scripts in their configuration using @filename.ext syntax.

Enums§

BundledError
Errors that can occur during bundled script operations.

Functions§

expand_command
Expands @filename.ext references in a command string to full cache paths.

Type Aliases§

BundledResult
Result type for bundled script operations.