Skip to content

Tool Implementations

Tools Architecture

Most of the platform’s low-level runtime routing is handled automatically. What matters in the current UI is how your custom tool is implemented.

Use an Agentic implementation when another workflow agent should fulfill the tool contract for you.

Best for:

  • Business logic that is easier to describe as a workflow than as code.
  • Tools that should stay inside the platform.
  • Cases where you want to orchestrate prompts, phases, and existing platform tools.

Use an Edge implementation when the tool needs to run close to your infrastructure through an Edge Connector.

Best for:

  • On-premise APIs and private-network services.
  • System diagnostics and machine-local access.
  • Custom integrations that should not run inside the shared platform runtime.