|
Entropic 2.3.8
Local-first agentic inference engine
|
Configuration for the identity manager. More...
#include <entropic/core/identity_manager.h>
Public Attributes | |
| size_t | max_identities = 64 |
| Maximum total identities (static + dynamic) | |
| bool | allow_dynamic = true |
| Master toggle for dynamic identity creation. | |
Configuration for the identity manager.
Definition at line 47 of file identity_manager.h.
| bool entropic::IdentityManagerConfig::allow_dynamic = true |
Master toggle for dynamic identity creation.
Definition at line 49 of file identity_manager.h.
| size_t entropic::IdentityManagerConfig::max_identities = 64 |
Maximum total identities (static + dynamic)
Definition at line 48 of file identity_manager.h.