@agent-os/dynamic-worker
Purpose
Section titled “Purpose”Provider-neutral Dynamic Worker carrier for bounded Worker-compatible code execution.
Invariant
Section titled “Invariant”A dynamic worker run is one bounded stateless request. It is not a workspace, does not own durable isolate identity, and does not write ledger truth by itself.
Minimal Usage
Section titled “Minimal Usage”Use this package when generated code can run as a Worker-compatible function.
Use @agent-os/workspace-session when the job needs a filesystem, preview
ports, long-running services, backups, or cleanup roots.
Verification
Section titled “Verification”cd packages/providers/dynamic-workervp test run