Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::PendingDelegation Struct Reference

Pending single delegation (stored by dir_delegate handler). More...

#include <entropic/core/engine_types.h>

Public Attributes

std::string target
 Target tier name.
 
std::string task
 Task description.
 
int max_turns = -1
 Max turns for child (-1 = default)
 
std::string resume_from_delegation_id
 gh#32 (v2.1.6): empty = cold start
 

Detailed Description

Pending single delegation (stored by dir_delegate handler).

gh#32 (v2.1.6): resume_from_delegation_id opts into resume mode. When non-empty, the engine loads the prior delegation's child conversation from storage and seeds the new child_ctx with it before running the supplied task.

Version
2.1.6

Definition at line 154 of file engine_types.h.

Member Data Documentation

◆ max_turns

int entropic::PendingDelegation::max_turns = -1

Max turns for child (-1 = default)

Definition at line 157 of file engine_types.h.

◆ resume_from_delegation_id

std::string entropic::PendingDelegation::resume_from_delegation_id

gh#32 (v2.1.6): empty = cold start

Definition at line 158 of file engine_types.h.

◆ target

std::string entropic::PendingDelegation::target

Target tier name.

Definition at line 155 of file engine_types.h.

◆ task

std::string entropic::PendingDelegation::task

Task description.

Definition at line 156 of file engine_types.h.


The documentation for this struct was generated from the following file: