infra: proper librechat integration & improved configuration handling (#10)

Reviewed-on: #10
Co-authored-by: Francwa <francois.hodiaumont@gmail.com>
Co-committed-by: Francwa <francois.hodiaumont@gmail.com>
This commit is contained in:
2025-12-28 11:29:08 +00:00
committed by francwa
parent e097a13221
commit 3a670dedc2
122 changed files with 806 additions and 765 deletions
@@ -0,0 +1,16 @@
{
"name": "add_torrent_by_index",
"description": "Ajoute un torrent à la file d'attente de qBittorrent en utilisant l'index (1-basé) d'un résultat de recherche précédent (par exemple, 'download the 3rd one').",
"parameters": {
"type": "object",
"properties": {
"index": {
"type": "integer",
"description": "L'index (1-basé) du torrent dans les derniers résultats de recherche."
}
},
"required": [
"index"
]
}
}