@rad-pi/autonomy
Autonomous Radicle issue, plan, and orchestration workflows for pi
Package details
Install @rad-pi/autonomy from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@rad-pi/autonomy- Package
@rad-pi/autonomy- Version
0.1.1- Published
- Apr 29, 2026
- Downloads
- not available
- Author
- hdh
- License
- MIT
- Types
- extension, skill
- Size
- 93.7 KB
- Dependencies
- 2 dependencies · 3 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@rad-pi/autonomy
Autonomous Radicle workflows for pi.
Includes:
- issue loops
- plan loops
- orchestration
- worker agent definitions
Design intent:
- builds on
@rad-pi/corefor baseline Radicle repo operations - builds on
@rad-pi/cobfor plan/context workflows - keeps orchestrator-specific mechanics, like worktrees and cherry-picks, inside the autonomy layer
Depends on @rad-pi/core and @rad-pi/cob.