mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 08:22:34 -05:00
[PR #632] [CLOSED] Add GhostClaw — Bare-Metal Telegram AI Agent #885
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/632
Author: @b1rdmania
Created: 3/23/2026
Status: ❌ Closed
Base:
main← Head:add-ghostclaw-telegram-agent📝 Commits (1)
f184c0bAdd GhostClaw — Bare-Metal Telegram AI Agent tutorial📊 Changes
4 files changed (+249 additions, -1 deletions)
View changed files
📝
README.md(+2 -1)➕
advanced_ai_agents/multi_agent_apps/ghostclaw_telegram_agent/README.md(+43 -0)➕
advanced_ai_agents/multi_agent_apps/ghostclaw_telegram_agent/ghostclaw_telegram_agent.py(+202 -0)➕
advanced_ai_agents/multi_agent_apps/ghostclaw_telegram_agent/requirements.txt(+2 -0)📄 Description
A self-hosted AI agent you message on Telegram like a co-worker. Built on Anthropic's Claude API with tool use and persistent conversation memory. Single process, no containers, no cloud.
What's included:
ghostclaw_telegram_agent.py— runnable Python script wiring a Telegram bot to Claude's messages API with tool use loop and SQLite conversation historyREADME.md— setup instructions and how it worksrequirements.txt—anthropic>=0.42.0+python-telegram-bot>=21.0To run:
Then message your bot on Telegram.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.