Skip to main content
This page documents all plugin configuration options. For conceptual information, see Plugin Configuration.

Plugin Types

TypeDescription
GuestExecutes within sandboxed environments (VMs, containers). Terminated with sandbox after task completion.
HostExecutes directly on the host system with full resource access. Can persist across multiple tasks.

Execution Contexts

ContextDescription
ExclusivePlugin runs alone, no other plugins execute simultaneously
SequentialPlugins run one at a time in defined order
ParallelCompatible plugins run concurrently
UnrestrictedNo coordination required, can run alongside any plugin

State Management

ModeDescription
PersistentPersists across tasks, host plugins only
EphemeralFresh state per task, no persistence
ScopedSelective sharing with specific plugins or tasks