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

Holds orchestrator + tier for C callback user_data. More...

Collaboration diagram for entropic::InterfaceContext:

Public Attributes

ModelOrchestratororchestrator
 Orchestrator pointer.
 
std::string default_tier
 Default tier name.
 

Detailed Description

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.

Member Data Documentation

◆ default_tier

std::string entropic::InterfaceContext::default_tier

Default tier name.

Definition at line 37 of file interface_factory.cpp.

◆ orchestrator

ModelOrchestrator* entropic::InterfaceContext::orchestrator

Orchestrator pointer.

Definition at line 36 of file interface_factory.cpp.


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