|
Entropic 2.3.8
Local-first agentic inference engine
|
Tool for managing a persistent todo list. More...


Public Member Functions | |
| TodoTool (ToolDefinition def) | |
| Construct from tool definition. | |
| ServerResponse | execute (const std::string &args_json) override |
| Execute todo action (add/update/remove). | |
| std::string | anchor_key (const std::string &args_json) const override |
| Anchor key for todo state replacement. | |
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 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. | |
Tool for managing a persistent todo list.
Definition at line 54 of file entropic_server.cpp.
|
inlineexplicit |
Construct from tool definition.
| def | Tool definition loaded from entropic/todo.json. |
Definition at line 62 of file entropic_server.cpp.
|
overridevirtual |
Anchor key for todo state replacement.
Anchor key for context replacement.
| args_json | Arguments (unused). |
| args_json | Arguments (unused). |
Reimplemented from entropic::ToolBase.
Definition at line 116 of file entropic_server.cpp.
|
overridevirtual |
Execute todo action (add/update/remove).
Execute the todo tool (add/update/remove) and emit directives.
| args_json | JSON with "action", "content", "index", "status". |
Implements entropic::ToolBase.
Definition at line 181 of file entropic_server.cpp.