web

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Serve

func Serve(addr, projDir string) error

Types

type AgentInfo

type AgentInfo struct {
	Name     string
	FilePath string
}

type GlobalConfig

type GlobalConfig struct {
	NumStartups int    `json:"numStartups"`
	Theme       string `json:"theme"`
	Verbose     bool   `json:"verbose"`
	EditorMode  string `json:"editorMode"`
}

type Settings

type Settings struct {
	Env              map[string]string      `json:"env"`
	Permissions      map[string]string      `json:"permissions"`
	Hooks            map[string]interface{} `json:"hooks"`
	StatusLine       map[string]interface{} `json:"statusLine"`
	EnabledPlugins   map[string]bool        `json:"enabledPlugins"`
	PromptSuggestion bool                   `json:"promptSuggestionEnabled"`
}

type SkillInfo

type SkillInfo struct {
	Name string
	Path string
}

Jump to

Keyboard shortcuts

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