Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCollectionBehavior ¶
func NewCollectionBehavior() providerapi.CollectionBehavior
func NewShareableCodec ¶
func NewShareableCodec() providerapi.SchemaCodec
Types ¶
type Decoder ¶
type Decoder struct{}
func NewDecoder ¶
func NewDecoder() *Decoder
func (*Decoder) Decode ¶
func (*Decoder) Decode( _ context.Context, candidate providerapi.Candidate, ) ([]providerapi.Decoded, []diagnostic.Diagnostic)
func (*Decoder) Recognize ¶
func (*Decoder) Recognize( _ context.Context, candidate providerapi.Candidate, ) providerapi.Recognition
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider registers the Agent Skill Artifact Store plugin.
func NewProvider ¶
func (*Provider) Descriptor ¶
func (p *Provider) Descriptor() providerapi.Descriptor
Click to show internal directories.
Click to hide internal directories.