Documentation
¶
Overview ¶
Package claude provides the Claude Code agent adapter.
Index ¶
- type Adapter
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct{}
Adapter converts between canonical Agent and Claude Code agent format.
func (*Adapter) DefaultDir ¶
DefaultDir returns the default directory name for Claude agents.
func (*Adapter) FileExtension ¶
FileExtension returns the file extension for Claude agents.
Click to show internal directories.
Click to hide internal directories.