Documentation
¶
Overview ¶
Package embedded provides access to files embedded into the loom binary. This ensures critical configuration files are always available, even when the binary is distributed separately from the source tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WeaverYAML []byte
WeaverYAML contains the default weaver agent configuration. Weaver is the meta-agent that orchestrates other agents and manages complex workflows.
Functions ¶
func GetStartHere ¶
func GetStartHere() []byte
GetStartHere returns the base ROM (START_HERE.md) content. This delegates to pkg/agent/rom_loader.go which is the single source of truth for ROM files. The ROM is embedded from pkg/agent/roms/START_HERE.md at compile time.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.