autopilot

componentv1.0.0

Autonomous task execution via LLM planning

Usage

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

run: autopilot: # see README for options

See the kdeps CLI docs for full component configuration reference.

README

autopilot

Autonomous task execution via LLM planning. Built-in kdeps component.

Usage

run:
  component:
    name: autopilot
    with:
      task: "Summarize the following document and save it to a file"
      context: "Optional additional context"
      model: gpt-4o

Inputs

NameRequiredDefaultDescription
taskyesTask description for the LLM to plan and execute
contextnoAdditional context to help the LLM
modelnogpt-4oLLM model to use for planning

Versions

VersionPublishedStatus
1.0.04/12/2026active

Details

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

Tags

llmplanningautonomousexecution