Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
interface_factory.h File Reference

Factory for building InferenceInterface from a ModelOrchestrator. More...

#include <entropic/interfaces/i_inference_callbacks.h>
#include <string>
Include dependency graph for interface_factory.h:
This graph shows which files directly or indirectly include this file:

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().
 

Detailed Description

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.

Version
2.0.1

Definition in file interface_factory.h.