class

Engram::EmbedderConfigError

Inherits Exception < Reference < Object

Raised when .agents/engram.yml exists but its embedder: section is missing a required key or otherwise can't be understood.

Constructors

new(path : String, reason : String)

Builds a "<path>: <reason>" message so the failure points at the config file.

Source