Small AI assistant with inbuilt guardrails written in Go

Reddit r/AI_Agents Tools

Summary

A small Go service for running a personal AI assistant through Telegram and Gmail, with built-in guardrails and approval workflows.

assistant is a small Go service for running a personal AI assistant through Telegram and Gmail. It is built on top of gratefulagents/sdk, which provides the agent runtime, tool execution, approvals, guardrails, and provider integrations. It includes: * Telegram bot polling * Gmail polling * Scheduled jobs/reminders * Per-conversation history * Slash commands like /clear, /plan, and /version * Local authenticated gateway Security basics: * Outbound polling for Telegram/Gmail * Bearer auth for the local gateway * Permissioned tool modes * Approvals on by default * Secret redaction in logs/errors
Original Article

Similar Articles

Local-first personal AI assistant (Telegram) (looking for feature ideas)

Reddit r/AI_Agents

The author is building ClawLite, an open-source local-first personal AI assistant that runs on your machine via Ollama and interacts through Telegram. It features multi-agent research with source cross-checking, hierarchical memory with Markdown export, fail-closed governance, and a lightweight Windows installer, and the author is seeking feature ideas from the community.