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

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>
Include dependency graph for delegation.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Version
2.1.5

Definition in file delegation.h.