Initial Telegram AI bot

This commit is contained in:
hbrain 2026-05-22 06:01:00 +00:00
commit 2f88229a1f
8 changed files with 1047 additions and 0 deletions

9
AGENTS.md Normal file
View file

@ -0,0 +1,9 @@
# marvin project instructions
## Project-specific persistent memory
These notes are persistent context for this Telegram bot project only.
- This project contains files related to the user's Telegram bot named/located as `marvin`.
- Keep bot-specific preferences, decisions, and reminders in this file rather than global memory.
- Do not store sensitive secrets, bot tokens, passwords, API keys, or private credentials here.
- Store runtime secrets in local environment variables or an untracked `.env` file.