Documentation
¶
Overview ¶
Package validator provides validation for Skill structs per the Agent Skills Specification.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Validator)
Option configures a Validator.
func WithStrict ¶
WithStrict enables strict validation mode. In strict mode, AllowedTools syntax is validated using the toolperm parser.
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
Validator validates Skill structs against the Agent Skills Specification.
Click to show internal directories.
Click to hide internal directories.