|
Entropic 2.3.8
Local-first agentic inference engine
|
Factory for building InferenceInterface from a ModelOrchestrator. More...


Go to the source code of this file.
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Functions | |
| InferenceInterface | entropic::build_orchestrator_interface (ModelOrchestrator *orchestrator, const std::string &default_tier, InterfaceContext **out_context) |
| Build an InferenceInterface wired to an orchestrator. | |
| void | entropic::destroy_orchestrator_interface (InterfaceContext *context) |
| Free a context returned by build_orchestrator_interface(). | |
Factory for building InferenceInterface from a ModelOrchestrator.
Bridges the orchestrator's C++ API to the C function pointer interface that AgentEngine consumes. Keeps all JSON marshaling and type conversion inside the inference .so — the facade never touches it.
Definition in file interface_factory.h.