MCPcopy Create free account
hub / github.com/compozy/agh / DefaultExecutionProfileValidationOptions

Function DefaultExecutionProfileValidationOptions

internal/task/profile.go:133–140  ·  view source on GitHub ↗

DefaultExecutionProfileValidationOptions returns the permissive built-in gates.

()

Source from the content-addressed store, hash-verified

131
132// DefaultExecutionProfileValidationOptions returns the permissive built-in gates.
133func DefaultExecutionProfileValidationOptions() ExecutionProfileValidationOptions {
134 return ExecutionProfileValidationOptions{
135 AllowProviderOverride: true,
136 AllowSandboxNone: true,
137 AllowSandboxRef: true,
138 MaxCoordinatorGuidanceBytes: defaultCoordinatorGuidanceMaxBytes,
139 }
140}
141
142// Normalize returns a canonical copy with trimmed fields, default modes, and stable selector sets.
143func (p *ExecutionProfile) Normalize(options ExecutionProfileValidationOptions) (ExecutionProfile, error) {

Callers 3

ValidateMethod · 0.85
NewManagerFunction · 0.85

Calls

no outgoing calls

Tested by 1