Alexander Davydov 5629ad8360 feat: add GigaChat provider — streaming, auth, and onboarding
Add native GigaChat provider support with:

- Custom SSE streaming with schema cleaning, retry logic, and error
  extraction (src/agents/gigachat-stream.ts)
- OAuth (personal/business) and Basic auth onboarding flows
- Provider-specific config stored in auth profile credential metadata
  (not in ModelProviderConfig), keeping core types untouched
- GigaChat model definitions, env var mappings, and CLI flags
2026-03-12 19:27:54 +03:00
..