|
Entropic 2.3.8
Local-first agentic inference engine
|
Bundled model registry — resolves keys to filesystem paths. More...
#include <entropic/entropic_export.h>#include <filesystem>#include <string>#include <unordered_map>

Go to the source code of this file.
Classes | |
| struct | entropic::config::BundledModelEntry |
| Entry in the bundled model registry. More... | |
| class | entropic::config::BundledModels |
| Bundled model registry loaded from bundled_models.yaml. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Bundled model registry — resolves keys to filesystem paths.
Loaded from bundled_models.yaml. Maps short keys (e.g., "primary") to model names, URLs, and metadata. Used during config loading to resolve model path fields.
Definition in file bundled_models.h.