package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jan 24, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Dir returns the jernel config directory path
Init ensures the config directory exists with all necessary files
LoadSystemPrompt reads the system prompt from disk
Path returns the full path to config.yaml
Save writes the config to disk
SystemPromptPath returns the path to the system prompt file
type Config struct {
Provider string `yaml:"provider"`
Model string `yaml:"model"`
DefaultPersona string `yaml:"default_persona"`
}
Config holds application-level settings
DefaultConfig returns sensible defaults
Load reads the config file, returning defaults if it doesn't exist
Source Files
¶
Click to show internal directories.
Click to hide internal directories.