Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/memory / / InducedProcedure
Interface: InducedProcedure
Defined in: packages/memory/src/consolidator/phases/induce.ts:79
A reusable workflow distilled from a successful trajectory.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
steps | readonly | readonly string[] | Ordered, value-abstracted steps ("search for {product}", …). | packages/memory/src/consolidator/phases/induce.ts:83 |
successCriteria | readonly | readonly string[] | Voyager-style verifiable success criteria for self-verification on reuse. | packages/memory/src/consolidator/phases/induce.ts:87 |
title | readonly | string | Short imperative title / goal of the reusable workflow. | packages/memory/src/consolidator/phases/induce.ts:81 |
variables | readonly | readonly string[] | Variable names abstracted from concrete values ("product", "day"). | packages/memory/src/consolidator/phases/induce.ts:85 |