|
Entropic 2.3.8
Local-first agentic inference engine
|
Response generation subsystem for the agentic loop. More...
#include <entropic/core/engine_types.h>#include <entropic/core/stream_think_filter.h>#include <entropic/interfaces/i_hook_handler.h>#include <entropic/interfaces/i_inference_callbacks.h>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | entropic::GenerateResult |
| Result of a generate_response call. More... | |
| class | entropic::ResponseGenerator |
| Handles model response generation, tier routing, pause/injection. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Response generation subsystem for the agentic loop.
Handles tier routing via inference interface, system prompt assembly, streaming with interrupt/pause, and tool call parsing.
Definition in file response_generator.h.