fleet-memory/hindsight-api/hindsight_api/engine/providers
Nicolò Boschi 40d42c58aa
feat: support Batch API for retain (openai/groq) (#365)
* feat: support Batch API for retain (openai/groq)

* api

* stop batch api if sync

* fix(ui): improve toast notifications with brand colors and proper styling

- Replace all window.alert() calls with toast notifications
- Add interceptor-based error handling in API client
- Use different toast styles based on HTTP status codes (4xx = warning, 5xx = error)
- Apply Hindsight brand colors to toasts (primary blue for info, destructive red for errors, etc.)
- Remove obsolete error handling files (hindsight-client-with-toast.ts, api-error-handler.ts)
- Fix toast background conflicts by removing base bg-background class

* fix: restore retain_batch_tokens config that was accidentally removed during rebase
2026-02-16 13:31:50 +01:00
..
__init__.py feat: support for codex and claude-code as llm (#276) 2026-02-02 12:54:44 +01:00
anthropic_llm.py feat: add otel traceability (#330) 2026-02-10 12:20:48 +01:00
claude_code_llm.py feat: add otel traceability (#330) 2026-02-10 12:20:48 +01:00
codex_llm.py feat: add otel traceability (#330) 2026-02-10 12:20:48 +01:00
gemini_llm.py feat: add otel traceability (#330) 2026-02-10 12:20:48 +01:00
mock_llm.py feat: add otel traceability (#330) 2026-02-10 12:20:48 +01:00
openai_compatible_llm.py feat: support Batch API for retain (openai/groq) (#365) 2026-02-16 13:31:50 +01:00