@shanepadgett/tau-agent
Tau is a custom agentic harness built with pi extensions
Package details
Install @shanepadgett/tau-agent from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@shanepadgett/tau-agent- Package
@shanepadgett/tau-agent- Version
0.18.0- Published
- Jul 22, 2026
- Downloads
- 2,937/mo · 1,736/wk
- Author
- shanepadgett
- License
- MIT
- Types
- extension, skill, theme, prompt
- Size
- 783.7 KB
- Dependencies
- 3 dependencies · 4 peers
Pi manifest JSON
{
"extensions": [
"./extensions/*/index.ts"
],
"skills": [
"./skills"
],
"prompts": [
"./prompts"
],
"themes": [
"./themes"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@shanepadgett/tau-agent
Tau is a custom agentic harness built with Pi extensions: tools, commands, prompts, skills, and themes.
Install
pi install npm:@shanepadgett/tau-agent
# or from git (monorepo root)
pi install git:github.com/shanepadgett/tau-agent
# local
pi install ./path/to/tau-agent
pi install ./path/to/tau-agent/packages/agent
Development
From the monorepo root:
npm install --ignore-scripts
mise run check
pi -e .
Docs
- Extending Tau Agent — public events and integration
- Subagents — custom agent definitions
- TUI — shared UI components