|
Entropic 2.9.4
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 41 of file interface_factory.cpp.
| std::string entropic::InterfaceContext::default_tier |
Default tier name.
Definition at line 43 of file interface_factory.cpp.
| ModelOrchestrator* entropic::InterfaceContext::orchestrator |
Orchestrator pointer.
Definition at line 42 of file interface_factory.cpp.