MiniBot 🤖
Your personal AI assistant for Telegram - self-hosted, auditable, and intentionally opinionated.
Top features
- 🤖 Personal assistant, not SaaS: your chats, memory, and scheduled prompts stay in your instance.
- 🎯 Opinionated by design: Telegram-centric flow, small tool surface, and explicit config over hidden magic.
- 🏠 Self-hostable: Dockerfile + docker-compose provided for easy local deployment.
- 💻 Local console channel for development/testing without Telegram.
- 💬 Telegram channel with chat/user allowlists, long-polling or webhook modes, and multimodal inputs.
- 🧠 Provider support via llm-async:
openai,openai_responses,openrouter, and more. - 🧰 Configurable tools: chat memory, KV notes, HTTP fetch, calculator, datetime, Python execution, Bash, file storage, grep, speech-to-text, and MCP server bridges.
- ⏰ Scheduled prompts (one-shot, fixed-interval, and cron recurrence) persisted in SQLite.
- 🤝 Multi-agent orchestration with specialist agent definitions and skill packs.
- ⚙️
minibot configure: interactive terminal wizard to create or updateconfig.toml. - 📊 Structured logfmt logs and a focused async test suite.
Quick start
pip install minibot
# add extras as needed, e.g.: pip install "minibot[mcp,stt,rabbitmq]"
minibot configure # interactive wizard, writes config.toml
minibot # start the daemon
Extras: mcp (MCP server tools), stt (speech-to-text via faster-whisper), rabbitmq (RabbitMQ task
queue backend — not needed with the default sqlite backend).
Docker
cp config.example.toml config.toml
# edit config.toml (or run `minibot configure` in a venv first)
docker compose up -d
docker-compose.yml builds the minibot image and starts Qdrant alongside it (used by the RAG tool);
the RabbitMQ service is commented out and only needed if you set [tasks].backend = "rabbitmq".
Demo
Example: generate images with the python_execute tool and receive them in Telegram.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file minibot-0.8.0.tar.gz.
File metadata
- Download URL: minibot-0.8.0.tar.gz
- Upload date:
- Size: 189.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
903e5b2f769bf058b47b9eae64f18bcb2191104651949275e6044c12954552eb
|
|
| MD5 |
4c5d5b0dce50773bf8356a6a137805e6
|
|
| BLAKE2b-256 |
1fff680445886ad43d61e39a08f6eeedf40b91a64c434563885b50e74afcd47d
|
File details
Details for the file minibot-0.8.0-py3-none-any.whl.
File metadata
- Download URL: minibot-0.8.0-py3-none-any.whl
- Upload date:
- Size: 265.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
977a2444f13d5ae3f75ba989eb7b4fac6d91bbefb1608e5ba77f0596fbd6c443
|
|
| MD5 |
c5cb8060a7807501799bce81dc529d5e
|
|
| BLAKE2b-256 |
975d49e0571d2e9b32dfec4a664aa63e345366a18941f51098e7a62bc1eec94c
|