|
Entropic 2.3.8
Local-first agentic inference engine
|
Resume a prior delegation with its conversation seeded. More...


Public Member Functions | |
| ResumeDelegationTool (ToolDefinition def) | |
| Construct from loaded tool definition. | |
| ServerResponse | execute (const std::string &args_json) override |
| Emit a resume-flavored delegate directive. | |
Public Member Functions inherited from entropic::ToolBase | |
| ToolBase (ToolDefinition def) | |
| Construct with a pre-built definition. | |
| const std::string & | name () const |
| Get the tool name. | |
| const ToolDefinition & | definition () const |
| Get the full tool definition. | |
| virtual std::string | anchor_key (const std::string &args_json) const |
| Generate anchor key for this tool result. | |
| virtual MCPAccessLevel | required_access_level () const |
| Minimum access level required to execute this tool. | |
Additional Inherited Members | |
Protected Attributes inherited from entropic::ToolBase | |
| ToolDefinition | definition_ |
| Tool definition. | |
Resume a prior delegation with its conversation seeded.
Backs entropic.resume_delegation. Emits a delegate directive with resume_from_delegation_id set; the engine's delegation handler loads the prior child conversation from storage and builds the child context with that history before running the new task.
Definition at line 1236 of file entropic_server.cpp.
|
inlineexplicit |
Construct from loaded tool definition.
| def | Tool definition (entropic/resume_delegation.json). |
Definition at line 1244 of file entropic_server.cpp.
|
overridevirtual |
Emit a resume-flavored delegate directive.
Parse resume args and emit a resume-flavored DelegateDirective.
| args_json | JSON {delegation_id, task, max_turns?}. |
| args_json | JSON {delegation_id, task, max_turns?}. |
Implements entropic::ToolBase.
Definition at line 1264 of file entropic_server.cpp.