{
  "note": "No runtime dependency status tracked. Fail-closed on any call failure. See declared_dependencies for manifest.",
  "dependencies": [
    {
      "name": "coingecko_public_api",
      "type": "price_feed",
      "criticality": "high",
      "endpoint": "https://api.coingecko.com/api/v3"
    },
    {
      "name": "coinbase_public_api",
      "type": "price_feed",
      "criticality": "fallback",
      "endpoint": "https://api.coinbase.com/v2"
    },
    {
      "name": "cloudflare_workers_ai_llama4",
      "type": "llm_inference",
      "criticality": "high",
      "endpoint": "ai.run"
    },
    {
      "name": "cloudflare_workers_ai_mistral",
      "type": "llm_inference",
      "criticality": "high",
      "endpoint": "ai.run"
    },
    {
      "name": "cloudflare_workers_ai_deepseek",
      "type": "llm_inference",
      "criticality": "high",
      "endpoint": "ai.run"
    },
    {
      "name": "telegram_bot_api",
      "type": "notification",
      "criticality": "low",
      "endpoint": "https://api.telegram.org/bot"
    }
  ]
}