|
Entropic 2.3.8
Local-first agentic inference engine
|
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 | |
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.
Definition at line 154 of file engine_types.h.
| int entropic::PendingDelegation::max_turns = -1 |
Max turns for child (-1 = default)
Definition at line 157 of file engine_types.h.
| 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.
| std::string entropic::PendingDelegation::target |
Target tier name.
Definition at line 155 of file engine_types.h.
| std::string entropic::PendingDelegation::task |
Task description.
Definition at line 156 of file engine_types.h.