Diana's picture was generated by Grok.
AI Agent to Handle your Time and Your tasks (Intelligence TODO ) over telegram bot.
make your virtual enviroment:
python3 -m venv venv
source ./venv/bin/activeand run docker compose:
docker compose -f docker-compose-dev.yaml up -dinstall requirements:
pip install -r requirements.txtcp .env.example file to .env and edit it by yourself.
run bot:
python run_bot.py- Add postgresql db
- Create TODOs table
- Create Users of Telegram table to save Users (to send messages from the robot to them)
- Create a tool to save a TODO by the agent for today
- Create a tool to show TODOs for today
- Create tools to update the status of TODO, edit, and delete
- Create a tool to send a message to another Telegram user
- make better logging
- improve settings: user
pydantic_settings