Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/memory / / InducedProcedure
Interface: InducedProcedure
Defined in: packages/memory/src/consolidator/phases/induce.ts:80
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:84 |
successCriteria | readonly | readonly string[] | Voyager-style verifiable success criteria for self-verification on reuse. | packages/memory/src/consolidator/phases/induce.ts:88 |
title | readonly | string | Short imperative title / goal of the reusable workflow. | packages/memory/src/consolidator/phases/induce.ts:82 |
variables | readonly | readonly string[] | Variable names abstracted from concrete values ("product", "day"). | packages/memory/src/consolidator/phases/induce.ts:86 |