|
Entropic 2.3.8
Local-first agentic inference engine
|
Holds orchestrator + tier for C callback user_data. More...

Public Attributes | |
| ModelOrchestrator * | orchestrator |
| Orchestrator pointer. | |
| std::string | default_tier |
| Default tier name. | |
Holds orchestrator + tier for C callback user_data.
Owned by the engine handle (since v2.2.6, gh#58 follow-up). Pre-v2.2.6 a single process-global s_ctx was reassigned on every configure, which broke as soon as two handles existed.
Definition at line 35 of file interface_factory.cpp.
| std::string entropic::InterfaceContext::default_tier |
Default tier name.
Definition at line 37 of file interface_factory.cpp.
| ModelOrchestrator* entropic::InterfaceContext::orchestrator |
Orchestrator pointer.
Definition at line 36 of file interface_factory.cpp.