autopilot
componentv1.0.0Autonomous 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
| Name | Required | Default | Description |
|---|---|---|---|
| task | yes | — | Task description for the LLM to plan and execute |
| context | no | — | Additional context to help the LLM |
| model | no | gpt-4o | LLM model to use for planning |
Versions
| Version | Published | Status |
|---|---|---|
| 1.0.0 | 4/12/2026 | active |
Details
- Author
- kdeps
- License
- Apache-2.0
- Latest Version
- 1.0.0
- Published
- 4/12/2026
Tags
llmplanningautonomousexecution