Versions in this module Expand all Collapse all v0 v0.3.41 Mar 10, 2025 v0.3.40 Mar 9, 2025 Changes in this version + func EnsurePrompts(ctrlSkills *skills.Skills, request *llm_commons.LLMRequest) (err error) + type CtrlDirs struct + Prompts string + Root string + Sessions string + Vectors string + Workspace string + func NewCtrlDirs(name, root string) (instance *CtrlDirs) + func (instance *CtrlDirs) Map() (m map[string]interface{}) + func (instance *CtrlDirs) Mkdir() *CtrlDirs + func (instance *CtrlDirs) String() string