Skip to content

@agent-os/dynamic-worker

Provider-neutral Dynamic Worker carrier for bounded Worker-compatible code execution.

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.

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.

Terminal window
cd packages/providers/dynamic-worker
vp test run