Fix research pipeline runtime failures

This commit is contained in:
faligam
2026-09-07 11:16:36 +02:00
parent cf10cd9636
commit a5324d3971
9 changed files with 184 additions and 24 deletions

4
API.md
View File

@@ -148,7 +148,7 @@ Die Antwort kommt sofort — das eigentliche Ergebnis ist über
| Tiefe | max_search_queries | max_sources | max_llm_requests | max_duration | max_context |
|-------|--------------------|-------------|-------------------|--------------|-------------|
| `quick` | 10 | 15 | 15 | 120s | 16k |
| `quick` | 10 | 15 | 15 | 300s | 16k |
| `normal` | 20 | 30 | 30 | 300s | 24k |
| `deep` | 40 | 60 | 60 | 600s | 32k |
@@ -411,4 +411,4 @@ Alle Fehler folgen einem konsistenten Format:
## Authentifizierung
Stage 22: Keine Authentifizierung. Dies kann in späteren Stages
hinzugefügt werden (API-Key, OAuth, etc.).
hinzugefügt werden (API-Key, OAuth, etc.).