AGENTS / GITHUB / getagentbox
githubinferredactive

getagentbox

provenance:github:sauravbhattacharya001/getagentbox
WHAT THIS AGENT DOES

AgentBox is an AI assistant that you can use directly within Telegram. It remembers past conversations and learns your preferences, allowing for more natural and helpful interactions. This agent solves the problem of needing separate apps or accounts for simple tasks like getting quick information or setting reminders, making it ideal for anyone who wants a convenient and easy-to-use AI helper.

View Source ↗First seen 2mo agoNot yet hireable
README
<div align="center">

# 🤖 AgentBox

**Your personal AI agent that lives in Telegram**

[![Try on Telegram](https://img.shields.io/badge/💬_Try_Now-Telegram-26A5E4?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/AgentBox11Bot)
[![Live Site](https://img.shields.io/badge/🌐_Visit-Landing_Page-00C853?style=for-the-badge)](https://sauravbhattacharya001.github.io/getagentbox/)

<br>

[![CI](https://github.com/sauravbhattacharya001/getagentbox/actions/workflows/ci.yml/badge.svg)](https://github.com/sauravbhattacharya001/getagentbox/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/sauravbhattacharya001/getagentbox/branch/master/graph/badge.svg)](https://codecov.io/gh/sauravbhattacharya001/getagentbox)
[![Deploy](https://github.com/sauravbhattacharya001/getagentbox/actions/workflows/pages.yml/badge.svg)](https://github.com/sauravbhattacharya001/getagentbox/actions/workflows/pages.yml)
[![Docker](https://github.com/sauravbhattacharya001/getagentbox/actions/workflows/docker.yml/badge.svg)](https://github.com/sauravbhattacharya001/getagentbox/actions/workflows/docker.yml)
[![HTML5](https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=white)](#-tech-stack)
[![CSS3](https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=white)](#-tech-stack)
[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=black)](#-tech-stack)
[![Docker](https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=white)](#-docker)
[![License](https://img.shields.io/github/license/sauravbhattacharya001/getagentbox)](LICENSE)
[![npm](https://img.shields.io/npm/v/agentbox-landing?logo=npm&logoColor=white)](https://www.npmjs.com/package/agentbox-landing)
[![Docs](https://img.shields.io/badge/Docs-API_Reference-blue?logo=readthedocs&logoColor=white)](https://sauravbhattacharya001.github.io/getagentbox/docs/)
[![Last Commit](https://img.shields.io/github/last-commit/sauravbhattacharya001/getagentbox)](https://github.com/sauravbhattacharya001/getagentbox/commits/master)
[![Repo Size](https://img.shields.io/github/repo-size/sauravbhattacharya001/getagentbox)](https://github.com/sauravbhattacharya001/getagentbox)
[![Stars](https://img.shields.io/github/stars/sauravbhattacharya001/getagentbox?style=flat)](https://github.com/sauravbhattacharya001/getagentbox/stargazers)

An AI assistant that remembers you, searches the web, sets reminders, understands images, and lives right in Telegram. No signup, no app to install — just open Telegram and start chatting.

</div>

---

## ⚡ Quick Start

```
1. Open Telegram
2. Search for @AgentBox11Bot
3. Tap "Start"
4. Chat — 20 free messages/day, no signup required
```

That's it. No accounts, no apps, no configuration.

---

## ✨ Features

| | Feature | Description |
|---|---|---|
| 🧠 | **Persistent Memory** | Learns your preferences, context, and history across conversations. Never repeat yourself. |
| 🔍 | **Web Search** | Ask about anything — get concise, grounded answers backed by live web data. |
| ⏰ | **Smart Reminders** | Natural language scheduling. "Remind me to call mom in 30 minutes" just works. |
| 📷 | **Vision** | Send photos, screenshots, documents, memes — it sees what you see and answers questions about them. |
| 🎤 | **Voice** | Send a voice note instead of typing. It transcribes and responds naturally. |
| 🔒 | **Private Workspace** | Each user gets an isolated agent. Your conversations and data stay yours. |

---

## 🆚 Comparison

| Feature | AgentBox | ChatGPT | Siri / Google |
|:---|:---:|:---:|:---:|
| Remembers your context | ✅ | ⚠️ | ❌ |
| Lives in Telegram | ✅ | ❌ | ❌ |
| Web search | ✅ | ✅ | ✅ |
| Image understanding | ✅ | ✅ | ⚠️ |
| Voice messages | ✅ | ✅ | ✅ |
| Set reminders | ✅ | ❌ | ✅ |
| No app to install | ✅ | ❌ | ⚠️ |
| Free tier | ✅ | ✅ | ✅ |
| Private workspace | ✅ | ⚠️ | ❌ |

---

## 💬 Interactive Demo

The [live landing page](https://sauravbhattacharya001.github.io/getagentbox/) includes animated Telegram-style chat demos across four scenarios:

- **🧠 Memory** — Recalls past conversations and uses them as context
- **🔍 Search** — Answers real-world questions with live web data
- **⏰ Reminder** — Natural language scheduling that just works
- **📷 Image** — Analyzes screenshots and images to solve problems

---

## 🏗️ Architecture

```
┌──────────────────────────────────────┐
│        Landing Page (this repo)      │
│                                      │
│  Multi-page static site with:        │
│  • 30+ pages (landing, docs, tools)  │
│  • 50+ modular JS components         │
│  • Comparison table                  │
│  • FAQ accordion                     │
│  • CTA → Telegram bot               │
│                                      │
│  Deployed via GitHub Pages           │
└───────────────┬──────────────────────┘
                │ Links to
                ▼
┌──────────────────────────────────────┐
│       Telegram Bot Backend           │
│                                      │
│  ┌──────────┐  ┌─────────────────┐   │
│  │ GPT-4o / │  │ Per-user memory │   │
│  │ Claude   │  │ & workspace    │   │
│  └──────────┘  └─────────────────┘   │
│  ┌──────────┐  ┌─────────────────┐   │
│  │ Web      │  │ Reminder       │   │
│  │ Search   │  │ Scheduler      │   │
│  └──────────┘  └─────────────────┘   │
└──────────────────────────────────────┘
```

> This repository contains the **landing site** — a multi-page static site with 30+ pages and 50+ interactive JS modules, deployed via GitHub Pages. The bot backend runs separately and communicates through the Telegram Bot API.

---

## 🛠️ Tech Stack

| Layer | Technology | Purpose |
|:---|:---|:---|
| **Frontend** | HTML5 + CSS3 + Vanilla JS | Zero-dependency, single-file landing page |
| **Hosting** | GitHub Pages | Free static hosting with automatic HTTPS |
| **Container** | Docker (nginx:alpine) | Production-ready containerized deployment |
| **Bot** | Telegram Bot API | Messaging platform integration |
| **AI** | GPT-4o, Claude | Language understanding + generation + vision |
| **Analytics** | GoatCounter | Privacy-friendly, cookie-free tracking |
| **CI** | GitHub Actions | HTML validation, link checks, accessibility audit |

---

## 📁 Project Structure

```
getagentbox/
├── index.html                              # Main landing page
├── styles.css                              # Global styling (dark theme, responsive)
├── app.js                                  # Interactive component orchestrator
├── cookie-consent.js                       # GDPR-compliant cookie consent
├── keyboard-shortcuts.js                   # Keyboard navigation support
├── build.js                                # Build script
│
├── # ─── Site Pages (30+) ───
├── compare.html                            # Feature comparison matrix
├── faq.html                                # FAQ page
├── api-docs.html                           # API documentation
├── tutorials.html                          # User tutorials
├── blog.html                               # Blog / updates
├── community.html                          # Community hub
├── integrations.html                       # Integration catalog
├── onboarding.html                         # Onboarding wizard
├── roi-calculator.html                     # ROI calculator tool
├── use-case-explorer.html                  # Interactive use case explorer
├── status-page.html                        # Service status dashboard
├── uptime-history.html                     # Historical uptime data
├── security-whitepaper.html                # Security documentation
├── accessibility.html                      # Accessibility statement
├── testimonials.html                       # User testimonials
├── privacy.html / terms.html / sla.html    # Legal pages
├── careers.html / partners.html            # Company pages
├── 404.html                                # Custom error page
├── ... (and more)
│
├── src/                                    # npm package source
│   ├── index.js       

[truncated…]

PUBLIC HISTORY

First discoveredMar 21, 2026

IDENTITY

inferred

Identity inferred from code signals. No PROVENANCE.yml found.

Is this yours? Claim it →

METADATA

platformgithub
first seenFeb 6, 2026
last updatedMar 21, 2026
last crawled14 days ago
version

README BADGE

Add to your README:

![Provenance](https://getprovenance.dev/api/badge?id=provenance:github:sauravbhattacharya001/getagentbox)