Expand description
TOML-based embedding engine configuration for khive.
Loads .khive/config.toml (or --config / KHIVE_CONFIG) and exposes an
[[engines]] array for arbitrary-N embedding engine registration. Falls back
to KHIVE_EMBEDDING_MODEL env vars when no config file is present.
Structs§
- Actor
Config - Actor configuration — the default namespace / identity for this khive instance.
- Engine
Config - Configuration for a single embedding engine.
- Khive
Config - Top-level khive configuration loaded from
khive.tomlorconfig.toml.
Enums§
- Config
Error - Errors produced while loading or validating a
KhiveConfig.
Functions§
- config_
from_ env - Build an in-memory
KhiveConfigfrom the legacy env-var path.