Skip to content
PACKAGES

attachToolProviderAdapterRuntime()

Creates an attach tool provider adapter runtime.

import { attachToolProviderAdapterRuntime } from "@graphrefly/ts/executors/tool-provider-runtime";
function attachToolProviderAdapterRuntime(
graph: Graph,
opts: ToolProviderAdapterRuntimeOptions<TArguments, TResult>,
): ToolProviderAdapterRuntimeHandle
ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsToolProviderAdapterRuntimeOptions<TArguments, TResult>Options that configure the helper.

The attach tool provider adapter runtime result.

import { attachToolProviderAdapterRuntime } from "@graphrefly/ts/executors/tool-provider-runtime";

packages/ts/src/orchestration/agent-runtime-adapter-runtime.ts