Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diana

Diana Diana's picture was generated by Grok.

AI Agent to Handle your Time and Your tasks (Intelligence TODO ) over telegram bot.

Run

step1

make your virtual enviroment:

python3 -m venv venv
source ./venv/bin/active

and run docker compose:

docker compose -f docker-compose-dev.yaml up -d

step2

install requirements:

pip install -r requirements.txt

step3

cp .env.example file to .env and edit it by yourself.

step4

run bot:

python run_bot.py

TODO List to Version 0.1.0

  • 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

About

AI Agent to Handle your Time and Your tasks (Intelligence TODO ) over telegram bot.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages