trojanhorse47
af9e022f17
* Correzione minore di pyproject.toml
2025-09-19 13:06:30 +02:00
trojanhorse47
6b79cc3b80
Merge remote-tracking branch 'origin/ollama' into predictor
...
# Conflicts:
# .env.example
# pyproject.toml
# src/app.py
# src/example.py
# uv.lock
2025-09-19 12:59:35 +02:00
trojanhorse47
45014fa94b
+ Creato scheletro dell'app con agenti mock per test.
...
* Modificato pyproject.toml con versioni aggiornate di agno (aggiunto file requirements.txt per compatibilità eventuale con hugging face).
# Consiglio di spostare il contenuto di src direttamente nella directory base per tenere compatibilità con hugging face in caso si voglia sfruttare in futuro.
2025-09-19 11:08:17 +02:00
fc725e48e2
Refactor model handling and agent construction; remove deprecated example script
2025-09-16 17:42:22 +02:00
Simone Garau
0f6a7dabb6
Ho fatto funzionare ollama sia con docer che con uv. Aggiornato il readme
2025-09-16 14:46:15 +02:00
57aa39cd71
Added examples of agno usage and .env for keys; removed unused/redundant dependencies
2025-09-04 21:55:18 +02:00
a62e9344f6
migrate from pip to uv for dependency management
...
- Add pyproject.toml and uv.lock for modern Python packaging
- Update README and Dockerfile to use uv instead of pip
2025-09-04 16:50:04 +02:00