Moven LogoMoven Dashboard

DEEP FUSE CONFIGURATION & SETTINGS

Configure fine-grained circuit breaker thresholds, dynamic fallback models, and export SDK moven.config.json.

ENTERPRISE FUSE THRESHOLDS

Active in-memory heuristics evaluating tool calls.

ALERT CHANNELS & WEBHOOKS

Instant HTTP POST notifications dispatched when a fuse trips.

SDK Export (moven.config.json)
{
  "moven": {
    "maxRepeatCalls": 5,
    "maxCostDollar": 2,
    "maxDepth": 15,
    "maxNoProgressTurns": 3,
    "cheaperModel": "openai/gpt-4o-mini",
    "autoFallbackCheaperModel": true,
    "enableLlmJudgeArbitrator": true,
    "telemetry": {
      "slackWebhookUrl": null,
      "customWebhookUrl": null
    }
  }
}