Documentation
¶
Overview ¶
Package local implements the daemon-host execution sandbox provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProvider ¶
NewProvider returns the local daemon-host sandbox provider.
Types ¶
type Option ¶
type Option func(*localProvider)
Option customizes the local provider.
func WithLogger ¶
WithLogger directs provider-created launcher and tool-host diagnostics to logger.
func WithPermissionMode ¶
func WithPermissionMode(mode aghconfig.PermissionMode) Option
WithPermissionMode configures the local tool host permission policy.
func WithProcessRegistry ¶
func WithProcessRegistry(registry *toolruntime.Registry) Option
WithProcessRegistry injects the shared process registry used for tool-host terminals.
func WithStopTimeout ¶
WithStopTimeout configures how long local launcher stop waits before escalation.
Click to show internal directories.
Click to hide internal directories.