Creates the CLI executor extension pack
The extension context
The configured extension pack
Called when extension is activated
Called when extension is deactivated
import { createExtensionPack } from '@framers/agentos-ext-cli-executor';const pack = createExtensionPack({ options: { defaultShell: 'bash', timeout: 60000, blockedCommands: ['rm -rf /'] }, logger: console}); Copy
import { createExtensionPack } from '@framers/agentos-ext-cli-executor';const pack = createExtensionPack({ options: { defaultShell: 'bash', timeout: 60000, blockedCommands: ['rm -rf /'] }, logger: console});
Creates the CLI executor extension pack