Plugin Types
| Type | Description |
|---|---|
| Guest | Executes within sandboxed environments (VMs, containers). Terminated with sandbox after task completion. |
| Host | Executes directly on the host system with full resource access. Can persist across multiple tasks. |
Execution Contexts
| Context | Description |
|---|---|
| Exclusive | Plugin runs alone, no other plugins execute simultaneously |
| Sequential | Plugins run one at a time in defined order |
| Parallel | Compatible plugins run concurrently |
| Unrestricted | No coordination required, can run alongside any plugin |
State Management
| Mode | Description |
|---|---|
| Persistent | Persists across tasks, host plugins only |
| Ephemeral | Fresh state per task, no persistence |
| Scoped | Selective sharing with specific plugins or tasks |