Back to browse
GitHub Repository

Chat agents for your team, with approvals and sandboxed tools. Slack, Discord, Telegram, webhooks.

95 starsTypeScript

Heypi – Like OpenClaw but for Your Team (Slack, Discord, etc.)

by hunvreus·May 29, 2026·3 points·2 comments

AI Analysis

●●SolidShip ItNiche GemSolve My Problem

Approval flows for team AI agents when most frameworks ignore enterprise safety needs.

Strengths
  • Sandboxing options (Docker, Gondolin) prevent runaway commands from damaging production systems.
  • Markdown-based config files (SOUL.md, AGENTS.md) make agent behavior auditable and version-controlled.
  • Built-in audit trail and heartbeat monitoring address real compliance requirements for team tools.
Weaknesses
  • Only 9 stars and early stability labels suggest limited production adoption so far.
  • Competes with OpenClaw, LangChain, and numerous AI agent frameworks in a crowded space.
Target Audience

DevOps teams and engineering teams deploying AI agents in chat platforms

Similar To

OpenClaw · LangChain · Botkit

Post Description

I kind of wanted Openclaw, but for teams.

It's a Typescript framework to create chat agents for Slack, Discord, and the likes:

- Sandboxing for commands (just-bash, Docker, Gondolin), - Approval flows (e.g. any "risky" command needs approval from a certain team on Slack), - Configuration with markdown files (SOUL.md, AGENTS.md) and skills, - It's built on Pi, so you can use Pi extensions (ish), - And a lot more: web admin panel, audit trail, cron and heartbeat, support for documents (PDF, docx, etc), ...

There are a few examples in the repo, including a DevOps assistant that can help your team manage servers. I'll whip out a demo in the next few days.

If you're adventurous enough to give it a try, let me know.

Similar Projects

SaaS●●Solid

ClawCloud – Easy Hosted OpenClaw w 800 integrations, zero setup, BYOK

Turning OpenClaw into a one-click hosted product (OAuth connectors, WhatsApp/Telegram linking, and '800+ tools' via Composio) is a useful product move — it removes the friction that keeps most teams from running agents. The site touts browser control, shell access and automated PR fixes, but those capabilities demand explicit security, audit and permission detail; the landing page sells convenience more than the trust you need to give an agent full system access.

Solve My ProblemSlickWizardry
saroyas
103mo ago
Developer Tools●●Solid

Sniptail – Turn Slack into a team interface for AI coding agents

You can mention a bot in Slack or Discord and have it queue a job that clones an approved repo, runs a coding agent via the Codex/Copilot CLI, and posts a Markdown report or a PR link back in-thread — that conversational-to-PR flow is the project's strongest move. The architecture (bot → Redis queue → worker → agent → repo-scoped PRs) and repo catalog make it practical for teams who want to keep AI-driven edits auditable and self-hosted; just be mindful of the security model since the worker runs code against repos.

Ship ItNiche Gem
Justkog
203mo ago