|
Entropic 2.3.8
Local-first agentic inference engine
|
Recall prior delegation results via storage-backed search. More...


Public Member Functions | |
| FollowupTool (ToolDefinition def) | |
| Construct from loaded tool definition. | |
| ServerResponse | execute (const std::string &args_json) override |
| Execute a followup query. | |
| MCPAccessLevel | required_access_level () const override |
| Read-only — requires only READ access. | |
| void | set_provider (const entropic_state_provider_t *p) |
| Store provider pointer (non-owning). | |
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. | |
Additional Inherited Members | |
Protected Attributes inherited from entropic::ToolBase | |
| ToolDefinition | definition_ |
| Tool definition. | |
Recall prior delegation results via storage-backed search.
Backs entropic.followup. Read-only; no directives. Uses the state provider's search_delegations callback to surface candidate matches and returns the JSON verbatim to the model.
Definition at line 1141 of file entropic_server.cpp.
|
inlineexplicit |
Construct from loaded tool definition.
| def | Tool definition (entropic/followup.json). |
Definition at line 1149 of file entropic_server.cpp.
|
overridevirtual |
Execute a followup query.
Execute a followup query against prior delegations.
| args_json | JSON with required "query" and optional "max_results". |
| args_json | JSON with "query" and optional "max_results". |
Implements entropic::ToolBase.
Definition at line 1191 of file entropic_server.cpp.
|
inlineoverridevirtual |
Read-only — requires only READ access.
Reimplemented from entropic::ToolBase.
Definition at line 1167 of file entropic_server.cpp.
|
inline |
Store provider pointer (non-owning).
| p | Provider pointer. @utility |
Definition at line 1176 of file entropic_server.cpp.