Skip to content

aefreedman/pi-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi Agents

Reusable agent definitions for Pi's pi-subagents package.

Contents

  • scout - bounded repository reconnaissance for low-complexity discovery and scope narrowing

How it works

Pi does not natively discover package agents/ directories. This package ships a small extension that registers its local agents/ folder with the pi-subagents package-agent registry at runtime.

That keeps canonical agent definitions as Markdown files while making them discoverable from installed packages.

Requirements

Install

From GitHub:

pi install git:git@github.com:aefreedman/pi-agents.git

Local development install:

pi install <path-to-pi-agents>

Project-local install:

pi install -l <path-to-pi-agents>

Package layout

pi-agents/
  agents/
    scout.md
  extensions/
    register-subagents.ts

License

MIT. See LICENSE.

About

Pi agent package with reusable subagent definitions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors