5 Commits

Author SHA1 Message Date
Quentin BEY c460f80cf8 📌(pylint) htmldate does not support lxml >=6 yet
https://github.com/adbar/htmldate/issues/185
2025-10-14 16:33:11 +02:00
Quentin BEY d12b959812 📌(pylint) pylint-django does not support pylint >=4 yet
https://github.com/pylint-dev/pylint-django/issues/467
2025-10-14 15:40:20 +02:00
Quentin BEY 5c4b1ff388 📌(frontend) stay with Vercel SDK <5
While the frontend and the backend are not ready we
need to stay in the v4.x version
2025-09-26 14:18:45 +02:00
renovate[bot] 689f2ce672 ⬆️(dependencies) update python dependencies 2025-09-24 23:01:06 +02:00
Quentin BEY fe7995a118 🎉(conversations) bootstrap backend & frontend
This is the first commit which provides all the first stack for a
working chat.

This is a first implementation with:
 - Vercel SDK for the frontend part
 - OpenAI Agent SDK for the backend

The stack can use a local LLM with docker ot a remote one.

This implementation is more a draft, but it provides the project
structure.

All tests are working even if we lack a lot of them.
2025-07-21 18:10:15 +02:00