kdeps registry
An optional package registry for kdeps agents and components. Pull a published workflow, agency, or component into your project with one command, or publish your own for others to reuse. Building, running, and deploying your own agent never touches the registry - it is purely a way to share work by name.
bash
kdeps registry search scraper # find packages
kdeps registry install scraper # add one to the current project
kdeps registry submit --tag v1.2.0 # generate a formula to publish yours via PRNot this? To build the agent you want to publish, start with kdeps workflow. To ship a private agent to your own infrastructure instead of the registry, see kdeps deploy.
| Topic | Page |
|---|---|
Every kdeps registry subcommand and flag | Registry commands |
| The formula file format a published package uses | Formula spec |
