Funk-lab/stt/server/stt_server
ALI YESILKAYA 73b52cde2c
feat(stt): recherche web (SearXNG in-cluster) + fix cluster_status (#49)
Phase 2 d'Asa agentique : nouvel outil web_search adossé à un SearXNG
self-host in-cluster, + correction du faux positif de cluster_status.

- SearXNG (k8s/apps/searxng/) : Deployment + Service + ConfigMap settings.yml
  + IngressRoute searxng.lab.local, Application ArgoCD. Namespace ai, interne
  (l'outil tape http://searxng:8080). use_default_settings + search.formats
  inclut json (sinon API JSON 403) ; limiter/image_proxy off ; image pinnée ;
  conf copiée dans un emptyDir via initContainer (contourne le mount RO) ;
  PodSecurity restricted.
- Outil web_search (tools._web_search) ajouté au contexte asa + STT_SEARXNG_URL.
- fix(cluster_status) : les pods de CronJob TERMINÉS (Succeeded/Failed, ex.
  sacrifice-assign-renfort) comptaient comme « non prêts » → fausse alarme.
  Join kube_pod_status_phase{phase=~"Running |Pending"} (3 faux positifs → 0,
  validé in-cluster).
- Serveur 0.8.0 ; doc stt.md + journal mis à jour.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 22:10:59 +02:00
..
__init__.py feat(stt): recherche web (SearXNG in-cluster) + fix cluster_status (#49) 2026-06-22 22:10:59 +02:00
agent.py feat(stt): actions cluster via Hermes — contexte « agent » + exécuteur hermes-exec (#42) 2026-06-21 04:00:14 +02:00
app.py feat(stt): Asa agentique — boucle d'outils (function calling, Phase 1) (#48) 2026-06-22 21:52:28 +02:00
brain.py feat(stt): Asa agentique — boucle d'outils (function calling, Phase 1) (#48) 2026-06-22 21:52:28 +02:00
config.py feat(stt): recherche web (SearXNG in-cluster) + fix cluster_status (#49) 2026-06-22 22:10:59 +02:00
contexts.py feat(stt): recherche web (SearXNG in-cluster) + fix cluster_status (#49) 2026-06-22 22:10:59 +02:00
knowledge.py feat(stt-server): grounding RAG — le cerveau répond depuis la doc Funk (#27) 2026-06-19 21:53:30 +02:00
longterm.py perf(stt-server): mémoire long-terme hors chemin de réponse + résilience embed (#20) 2026-06-19 15:27:59 +02:00
memory.py feat(stt): mémoire court-terme de session côté serveur (5a) (#8) 2026-06-17 16:15:57 +02:00
sources.py feat(stt): recherche web (SearXNG in-cluster) + fix cluster_status (#49) 2026-06-22 22:10:59 +02:00
tools.py feat(stt): recherche web (SearXNG in-cluster) + fix cluster_status (#49) 2026-06-22 22:10:59 +02:00