agentRequestLedgerViews()
Creates an agent request ledger views.
Import
Section titled “Import”import { agentRequestLedgerViews } from "@graphrefly/ts/orchestration";Signature
Section titled “Signature”function agentRequestLedgerViews( graph: Graph, facts: Node<AgentRequestFact>, opts: { readonly name?: string } = {},): AgentRequestLedgerBundleParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
facts | Node<AgentRequestFact> | facts value used by the helper. |
opts | { readonly name?: string } | Options that configure the helper. |
Returns
Section titled “Returns”The agent request ledger views result.
Example
Section titled “Example”import { agentRequestLedgerViews } from "@graphrefly/ts/orchestration";Source
Section titled “Source”packages/ts/src/orchestration/agent-runtime-request-ledger.ts