npm, but for AI agents
Discover, install, and publish AI agent packages. Build powerful workflows, components, and agencies with community-maintained packages.
$ kdeps registry install invoice-extractor
Downloading invoice-extractor@1.0.0...
✓ Installed to ~/.kdeps/agents/invoice-extractor
$ kdeps exec invoice-extractor
Featured Packages
View allText-to-speech synthesis — offline via espeak or online via OpenAI TTS API.
Web search via Tavily API — query the web and get structured results.
Search local files by keyword or glob pattern — recursive directory search with content matching.
Web scraper — fetch a URL and extract text content, with optional CSS selector filtering.
Call a remote kdeps agent via HTTP — delegate tasks to agents running on other servers.
Generate PDF documents from HTML or plain text content.
How it works
Install the CLI
Get the kdeps CLI to manage AI agent packages from your terminal.
curl -fsSL install.kdeps.io | shBrowse Packages
Discover workflows, components, and agencies built by the community.
kdeps registry search chatbotRun & Publish
Install agents locally and run them, or share your own packages.
kdeps registry install my-agent