pokutuna-pi-google-genai

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

pi-extensions

Monorepo for pokutuna's pi extension packages.

See docs/extensions.md for notes on how pi extensions work and how this repo is structured, and docs/packages.md for how packages are distributed, installed, and loaded.

Packages

Package Description
extensions/pi-hello Adds a /hello command
extensions/pi-google-genai Adds Google GenAI grounding tools

Development

npm install
npm run check   # lint + build + typecheck + test

Try an extension locally without installing it:

npm run build
pi -e ./extensions/pi-hello

Tooling

  • TypeScript
  • tsdown for bundling (extensions ship built dist/, not src/)
  • oxlint for linting
  • oxfmt for formatting