Skip to main content
A. LLM — open inputs (any upstream artifact can interpolate into the prompt). Facts on this page are introspected from cli/lib/schemas/workflow.ts and the live executor registry — never hand-edited.

generate-text

Status: executable · free No schema description yet. Ports Params
  • prompt — Prompt file ref with {{slot}} interpolation, or inline text.
  • guidelines — #515 guideline folding: prompt-library slugs (guidelines/<slug>/) whose rules block is appended to the resolved prompt at execution. Unknown slug = workflow lint error; the folded prompt is journaled, the source prompt file is never rewritten.
  • schema — generate-object: zod/JSON-schema file ref — types the output port.
  • tools — agent-loop: whitelist of graph-exposed tools/connectors.
  • binary — coding-agent.
Example

generate-object

Status: executable · free Output type is dynamic: object:<params.schema>, or object:* when unset. Ports Params
  • prompt — Prompt file ref with {{slot}} interpolation, or inline text.
  • guidelines — #515 guideline folding: prompt-library slugs (guidelines/<slug>/) whose rules block is appended to the resolved prompt at execution. Unknown slug = workflow lint error; the folded prompt is journaled, the source prompt file is never rewritten.
  • schema — generate-object: zod/JSON-schema file ref — types the output port.
  • tools — agent-loop: whitelist of graph-exposed tools/connectors.
  • binary — coding-agent.
Example

agent-loop

Status: executable · free No schema description yet. Ports Params
  • prompt — Prompt file ref with {{slot}} interpolation, or inline text.
  • guidelines — #515 guideline folding: prompt-library slugs (guidelines/<slug>/) whose rules block is appended to the resolved prompt at execution. Unknown slug = workflow lint error; the folded prompt is journaled, the source prompt file is never rewritten.
  • schema — generate-object: zod/JSON-schema file ref — types the output port.
  • tools — agent-loop: whitelist of graph-exposed tools/connectors.
  • binary — coding-agent.
Example

coding-agent

Status: executable · free No schema description yet. Ports Params
  • prompt — Prompt file ref with {{slot}} interpolation, or inline text.
  • guidelines — #515 guideline folding: prompt-library slugs (guidelines/<slug>/) whose rules block is appended to the resolved prompt at execution. Unknown slug = workflow lint error; the folded prompt is journaled, the source prompt file is never rewritten.
  • schema — generate-object: zod/JSON-schema file ref — types the output port.
  • tools — agent-loop: whitelist of graph-exposed tools/connectors.
  • binary — coding-agent.
Example