Versions in this module Expand all Collapse all v0 v0.1.0 Feb 27, 2026 Changes in this version + func Emit(result *ParseResult) (string, error) + type ClawConfig struct + Agent string + ClawType string + Cllama []string + Configures []string + Handles []string + Invocations []Invocation + Models map[string]string + Persona string + Privileges map[string]string + Skills []string + Surfaces []Surface + Tracks []string + func NewClawConfig() *ClawConfig + type Invocation struct + Command string + Schedule string + type ParseResult struct + Config *ClawConfig + DockerNodes []*parser.Node + func Parse(r io.Reader) (*ParseResult, error) + type Surface struct + AccessMode string + Raw string + Scheme string + Target string