Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Emit ¶
func Emit(result *ParseResult) (string, error)
Types ¶
type ClawConfig ¶
type ClawConfig struct {
ClawType string
Agent string
Models map[string]string
Cllama []string
Persona string
Handles []string
Surfaces []Surface
Skills []string
Invocations []Invocation
Privileges map[string]string
Configures []string
Tracks []string
}
ClawConfig stores Claw-specific directives parsed from a Clawfile.
func NewClawConfig ¶
func NewClawConfig() *ClawConfig
type Invocation ¶
type ParseResult ¶
type ParseResult struct {
Config *ClawConfig
DockerNodes []*parser.Node
}
Click to show internal directories.
Click to hide internal directories.