remoteagent
componentv1.0.0Call a remote kdeps agent via HTTP for agent federation
Usage
This is a built-in component — it ships with kdeps and requires no installation. Use it directly in your workflow resource:
run:
remoteagent:
# see README for options
See the kdeps CLI docs for full component configuration reference.
README
remoteagent
Call a remote kdeps agent via HTTP. Built-in kdeps component.
Enables agent federation — chain local and remote agents together in a single workflow.
Usage
run:
component:
name: remoteagent
with:
url: "http://agent.example.com:3000"
query: "Summarize this document"
Inputs
| Name | Required | Description |
|---|---|---|
| url | yes | Base URL of the remote kdeps agent |
| query | yes | Query or request body to send |
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
agentremotehttpfederationdistributed