Profiles
Loops
Harness

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/package@0.1.0
Use Package
agentpm run @ns/toolname --input '{"text":"hello world"}'
Packages
48
Namespaces
7
Downloads (7d)
62
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
Harness Embedding Provider
Signed

AgentPM Harness starter that hosts a local embedding provider for the published AgentPM docs Knowledge package.

Use case: harness-embedding-providernode-sdknodeworkspace
⬇ 1 / weekv0.1.0 • MIT
Minimal Harness Agent
Signed

Minimal AgentPM Harness starter that installs one published Agent package and runs it through the reference Harness TUI or headless CLI.

Use case: harness-startagentpm-runworkspaceshell
⬇ 1 / weekv0.1.0 • MIT
Harness SDK Host Node
Signed

Node SDK starter that runs AgentPM Harness through a hosted model, Hook, and approval controller.

Use case: harness-sdk-hostnode-sdknodeworkspace
⬇ 1 / weekv0.1.0 • MIT
Harness SDK Host Python
Signed

Python SDK starter that runs AgentPM Harness through a hosted model, Hook, and approval controller.

Use case: harness-sdk-hostpython-sdkpythonworkspace
⬇ 1 / weekv0.1.0 • MIT
CLI Automation Worker
Signed

Shell-first automation starter that chains AgentPM tools with agentpm run --input-file.

Use case: automationagentpm-runshell
⬇ 0 / weekv0.1.0 • MIT
MCP Tool Server
Signed

Starter MCP tool server backed by a curated local AgentPM tool set.

Use case: mcpagentpm-serve-mcpmcp
⬇ 0 / weekv0.1.0 • MIT
Node Research Assistant
Signed

Node SDK starter for an interactive local research assistant built on AgentPM-installed tools.

Use case: researchnode-sdknode
⬇ 0 / weekv0.1.0 • MIT
Support Assistant Workspace
Signed

Multi-agent workspace starter that combines one published agent root, a support loop, support knowledge, support memory, one published support instruction profile, and local generated agent manifests.

Use case: internal-supportpython-sdkpython
⬇ 0 / weekv0.1.7 • MIT
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.

Harness the power of agents

Tools, skills, knowledge, memory, profiles, and loops are the parts. An Agent is the thing you actually run: one portable package that resolves its own dependencies and executes through the Harness.