AI agent system
Agent Starter 2
Project 08 · Seif Osman

The problem
I wanted a reusable base for building task-focused AI agents on chat platforms.
What I built
A Python starter that connects Claude to Telegram, persists state in SQLite, and ships with 121 pytest tests as a foundation to fork from.
The result
A tested scaffold for spinning up new Claude-powered Telegram agents quickly.
Stack
PythonTelegramClaudeSQLite