GitHub - hunvreus/heypi: Chat agents for your team, with approvals and sandboxed tools. Slack, Discord, Telegram, webhooks.

1 min read Original article ↗

heypi

Team chat agents with approvals, audit, and sandboxed tools. Slack, Discord, Telegram, and trusted webhooks.

heypi is for governed chat-ops agents that work in shared channels while keeping sensitive actions reviewable. This repo contains the core heypi package, optional runtime providers, and runnable examples.

Start here: packages/heypi

Packages

Examples

Development

pnpm install
pnpm run check
pnpm run typecheck
pnpm run test
pnpm run build:all

Run examples:

(cd examples/slack-devops && pnpm dev)
(cd examples/discord-gondolin && pnpm dev)
(cd examples/telegram-workout && pnpm dev)
(cd examples/webhook-github-docker && pnpm dev)

Dry-run packages before publishing:

pnpm run pack:dry:packages
pnpm run publish:dry:packages

License

MIT