|
Entropic 2.3.8
Local-first agentic inference engine
|
DelegationManager — child loop creation and execution. More...
#include <entropic/entropic.h>#include <entropic/core/engine_types.h>#include <entropic/core/sandbox.h>#include <entropic/types/message.h>#include <functional>#include <optional>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | entropic::DelegationResult |
| Result returned from a child delegation loop. More... | |
| struct | entropic::TodoCallbacks |
| Callback type for saving/restoring todo list state. More... | |
| class | entropic::DelegationManager |
| Orchestrates child loop creation and execution. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Typedefs | |
| using | entropic::RunChildLoopFn = void(*)(LoopContext &ctx, void *user_data) |
| Callback type for running a child engine loop. | |
DelegationManager — child loop creation and execution.
Ports Python's DelegationManager. Orchestrates child inference loop creation, sandbox lifecycle, pipeline execution, and todo list save/restore across delegation boundaries.
Definition in file delegation.h.