input

componentv1.0.0

Read workflow inputs and return them as a structured JSON object

Usage

This is a built-in component — it ships with kdeps and requires no installation. Use it directly in your workflow resource:

run: input: # see README for options

See the kdeps CLI docs for full component configuration reference.

README

input

Reads workflow inputs and returns them as a structured JSON object. Built-in kdeps component.

Designed for workflows that declare input.sources: [component]. Accepts named slots (query, prompt, text, data, key, value) plus generic slots a–h.

Usage

run:
  component:
    name: input
    with:
      query: "What is the weather today?"
      context: "User is in Amsterdam"

Inputs

All inputs are optional. Named slots: query, prompt, text, data, key, value. Generic slots: a, b, c, d, e, f, g, h.

Versions

VersionPublishedStatus
1.0.04/12/2026active

Details

Author
kdeps
License
Apache-2.0
Latest Version
1.0.0
Published
4/12/2026

Tags

inputworkflowutilitiesjson