Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
tool_executor.h File Reference

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>
Include dependency graph for tool_executor.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

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.

Version
1.9.4

Definition in file tool_executor.h.