Skip to content

Documentation / @agentick/shared / ToolExecutor

Type Alias: ToolExecutor ​

ToolExecutor = "engine" | "adapter" | "provider" | "client"

Defined in: tools.ts:54

Tool executor identifies WHO actually executed a tool.

Different from ToolExecutionType which is WHERE the tool is configured to run. A SERVER-type tool can be executed by either the engine or an adapter library.

Released under the ISC License.