pi-agui

Scaffold an AG-UI + Pi app from the official template

Package details

package

Install pi-agui from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-agui
Package
pi-agui
Version
0.1.1
Published
Feb 14, 2026
Downloads
14/mo · 3/wk
Author
clivolt-ai
License
MIT
Types
package
Size
1.2 MB
Dependencies
0 dependencies · 0 peers

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-agui

Scaffold a ready-to-use AG-UI + Pi app from the template in this repository.

Usage

npx pi-agui@latest my-agui-app

Or, if installed globally:

pi-agui my-agui-app

Then:

cd my-agui-app
./dev.sh

Options

  • --no-install — skip dependency installation
  • -h, --help — show help
  • -v, --version — print installed CLI version

Releases

Publish (maintainers)

From packages/pi-agui:

npm run prepare-template
npm publish --access public

prepack automatically runs prepare-template, which copies apps/agui-pi-template into template/ while excluding node_modules, build artifacts, and temporary files.