agentpm run
Agents
Templates

The package manager for AI agents

Package the building blocks of agent systems once, version them cleanly, and make them portable across runtimes, frameworks, and ecosystems.

Install AgentPM CLI
brew tap agentpm-dev/tap
brew install agentpm
Install Package
agentpm install @ns/toolname@0.1.0
Use Package
agentpm run @ns/toolname --input '{"text":"hello world"}'
Packages
22
Namespaces
1
Downloads (7d)
14
Total security issues
High: 0Medium: 0Low: 0
Most common licenses
MIT
Start Fast

If your goal is to get to a working agent or workflow quickly, start with a template. It gives you a scaffolded project, wired dependencies, and clear next steps before you ever need to think about lower-level package composition.

Workflow templates
Browse templates

Start with a workflow template

Templates are the fastest path to a working agent or workflow. Instead of assembling packages by hand, bootstrap a project with code, docs, local manifests, and runnable AgentPM dependencies already wired together.

Bootstrap
agentpm new @ns/workflow-template@0.1.0 my-project
Build From Packages

Templates get you to a working project fast. When you want more control, packages are the lower-level building blocks you can inspect, install, swap, and compose directly.