Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::IdentityManagerConfig Struct Reference

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.
 

Detailed Description

Configuration for the identity manager.

Version
1.9.6

Definition at line 47 of file identity_manager.h.

Member Data Documentation

◆ allow_dynamic

bool entropic::IdentityManagerConfig::allow_dynamic = true

Master toggle for dynamic identity creation.

Definition at line 49 of file identity_manager.h.

◆ max_identities

size_t entropic::IdentityManagerConfig::max_identities = 64

Maximum total identities (static + dynamic)

Definition at line 48 of file identity_manager.h.


The documentation for this struct was generated from the following file: