WP15 #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "WP15"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MERGE: WP-15 Smart Edge Allocation & Traffic Control (v2.6.0)
Zusammenfassung:
Dieses Merge Request schließt das Workpackage WP-15 ab. Die Kernziele – präzisere Kanten-Zuweisung und System-Stabilität unter LLM-Last – wurden erreicht. Die Implementierung der LLM-basierten Smart Edges ist damit produktionsreif.
Kern-Features:
types.yaml(enable_smart_edge_allocation).LLMServiceimplementiert Prioritäts-Warteschlangen (priority="realtime"vs."background").MINDNET_LLM_BACKGROUND_LIMITkonfigurierbar.ui.py) repariert automatisch kaputte YAML-Frontmatter in LLM-generierten Drafts.Betroffene Komponenten:
app/services/llm_service.py(Traffic Control / Semaphore)app/core/chunker.py/app/services/semantic_analyzer.py(Smart Edge Logik / Retry)app/routers/chat.py(Hybrid Router v5 / Question Detection)app/frontend/ui.py(Healing Parser / API-Timeouts)config/types.yaml(Neue Profile & Smart Edge Flag)Aktionen nach Merge:
MINDNET_LLM_BACKGROUND_LIMITin der Produktions-.env prüfen und ggf. anpassen.