|
Entropic 2.3.8
Local-first agentic inference engine
|
Identity configuration – shared by static and dynamic identities. More...
#include <entropic/types/config.h>#include <cstdint>#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| struct | entropic::IdentityConfig |
| Full identity configuration. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Enumerations | |
| enum class | entropic::IdentityOrigin : uint8_t { entropic::STATIC = 0 , entropic::DYNAMIC = 1 } |
| Origin of an identity – how it was created. More... | |
Identity configuration – shared by static and dynamic identities.
Pure type header with no logic. Both static (YAML-loaded) and dynamic (API-created) identities use IdentityConfig. The IdentityManager owns all instances.
Definition in file identity.h.