JoaoPito / ayanami-bot

Your AI-powered assistant that customizes itself to automate your tasks, conveniently in a Telegram bot
GNU General Public License v3.0
0 stars 0 forks source link

Refactored entire app structure #19

Closed JoaoPito closed 4 months ago

JoaoPito commented 4 months ago

Refactored app structure with separations mostly for different Chat types, laying a base for future front-end implementations. Chat commands are now part of the Telegram chat directory structure, as well as CommandBase.

Future improvements:

  1. Create standardized AI message invocations with a new model (using a shared package)
  2. Isolate AI component (backend) from Chat (frontend) using the App (Remove Chat dependency from AI)