|
Entropic 2.3.8
Local-first agentic inference engine
|
Delegate a task to a child inference loop. More...
#include <entropic/core/directives.h>


Public Member Functions | |
| DelegateDirective (std::string tgt="", std::string tsk="", int mt=-1, std::string resume_id="") | |
| Construct a Delegate directive. | |
Public Attributes | |
| std::string | target |
| Target tier for delegation. | |
| std::string | task |
| Task description. | |
| int | max_turns = -1 |
| Max turns (-1 = default) | |
| std::string | resume_from_delegation_id |
| gh#32 (v2.1.6): empty = fresh delegate | |
Public Attributes inherited from entropic::Directive | |
| entropic_directive_type_t | type |
| Discriminant for dispatch. | |
Delegate a task to a child inference loop.
gh#32 (v2.1.6): resume_from_delegation_id opts into resume mode — the child context is seeded with the prior delegation's conversation history loaded from storage, then the new task is appended as a user message. Empty means a fresh cold start (the historical default).
Definition at line 84 of file directives.h.
|
inline |
Construct a Delegate directive.
| tgt | Target tier. |
| tsk | Task description. |
| mt | Max turns. |
| resume_id | Optional delegation id to resume from (gh#32). |
Definition at line 98 of file directives.h.
| int entropic::DelegateDirective::max_turns = -1 |
Max turns (-1 = default)
Definition at line 87 of file directives.h.
| std::string entropic::DelegateDirective::resume_from_delegation_id |
gh#32 (v2.1.6): empty = fresh delegate
Definition at line 88 of file directives.h.
| std::string entropic::DelegateDirective::target |
Target tier for delegation.
Definition at line 85 of file directives.h.
| std::string entropic::DelegateDirective::task |
Task description.
Definition at line 86 of file directives.h.