Versions in this module Expand all Collapse all v0 v0.11.0 Mar 2, 2026 Changes in this version + type Adapter struct + func (a *Adapter) DefaultDir() string + func (a *Adapter) FileExtension() string + func (a *Adapter) Marshal(agent *core.Agent) ([]byte, error) + func (a *Adapter) Name() string + func (a *Adapter) Parse(data []byte) (*core.Agent, error) + func (a *Adapter) ReadFile(path string) (*core.Agent, error) + func (a *Adapter) WriteFile(agent *core.Agent, path string) error