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
26
Namespaces
1
Downloads (7d)
82
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.

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.