GraphReFlyTS

API Reference

fakeExecutorBlocked()

Creates a fake executor blocked.

Import

import { fakeExecutorBlocked } from "@graphrefly/ts/orchestration";

Signature

function fakeExecutorBlocked(opts: Omit<ExecutorOutcomeBase, "kind"> & { readonly needs: readonly AgentNeed[] }): ExecutorOutcome

Parameters

ParameterTypeDescription
optsOmit<ExecutorOutcomeBase, "kind"> & { readonly needs: readonly AgentNeed[] }Options that configure the helper.

Returns

The fake executor blocked result.

Example

import { fakeExecutorBlocked } from "@graphrefly/ts/orchestration";

Source

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