You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts/util.ts - LLM retry with exponential backoff: agentQuery now retries on HTTP 429 (Databricks FMAPI REQUEST_LIMIT_EXCEEDED) and 5xx errors with a 4-slot backoff schedule (5s, 15s, 45s, 90s + jitter). Stream-level error events are surfaced immediately with a structured summary before the retry loop decides whether to continue.
Internals
@dbx-tools/appkit-mastra-shared README: Added Installation, Usage, and API reference sections; updated the package description to reflect the current surface (Zod schemas, structural guards).
@dbx-tools/shared README: Corrected the browser-safe export list to include appkitUtils; updated apiUtils.fetchApi examples to match the current { cache, workspaceClient } init shape; rewrote commonUtils.poll docs to reflect the async-generator API.