inspect

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClawInfo

type ClawInfo struct {
	ClawType    string
	Agent       string
	Models      map[string]string
	Cllama      []string
	Persona     string
	Handles     []string
	Surfaces    []string
	Skills      []string
	Privileges  map[string]string
	Configures  []string
	Invocations []InspectInvocation
	SkillEmit   string // claw.skill.emit label: path to skill file inside image
}

func Inspect

func Inspect(imageRef string) (*ClawInfo, error)

func ParseLabels

func ParseLabels(labels map[string]string) *ClawInfo

type InspectInvocation

type InspectInvocation struct {
	Schedule string
	Command  string
}

InspectInvocation is an invocation entry parsed from a claw.invoke.N image label.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL