Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
bundled_models.h File Reference

Bundled model registry — resolves keys to filesystem paths. More...

#include <entropic/entropic_export.h>
#include <filesystem>
#include <string>
#include <unordered_map>
Include dependency graph for bundled_models.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

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.

Version
1.8.1

Definition in file bundled_models.h.