|
Entropic 2.3.8
Local-first agentic inference engine
|
Processes tool calls from model output. More...
#include <entropic/core/directives.h>#include <entropic/core/engine_types.h>#include <entropic/mcp/mcp_authorization.h>#include <entropic/mcp/server_manager.h>#include <entropic/mcp/tool_call_history.h>#include <entropic/types/tool_result.h>#include <optional>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | entropic::PreconditionCheck |
| Outcome of precondition checks for a single tool call. More... | |
| class | entropic::ToolExecutor |
| Processes tool calls from model output. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Processes tool calls from model output.
Handles approval flow, duplicate detection, circuit breaker, tier allowlist enforcement, and bash_commands restriction. Subsystem of AgentEngine — receives shared dependencies by reference.
Definition in file tool_executor.h.