Aggiungi supporto per il bot Telegram: aggiorna .env.example, pyproject.toml e uv.lock

This commit is contained in:
2025-10-02 10:58:26 +02:00
parent d2fbc0ceea
commit b5e203ddfe
4 changed files with 72 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ dependencies = [
"pytest", # Test
"dotenv", # Gestire variabili d'ambiente (generalmente API keys od opzioni)
"gradio", # UI web semplice con user_input e output
"python-telegram-bot", # Interfaccia Telegram Bot
# Per costruire agenti (ovvero modelli che possono fare più cose tramite tool) https://github.com/agno-agi/agno
# altamente consigliata dato che ha anche tools integrati per fare scraping, calcoli e molto altro