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

Identity configuration – shared by static and dynamic identities. More...

#include <entropic/types/config.h>
#include <cstdint>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for identity.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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.

Dependencies
Version
1.9.6

Definition in file identity.h.