MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / is_remote_planner_backend

Function is_remote_planner_backend

utils/config.py:149–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 return CODEY_BACKEND in ("openrouter", "unlimitedclaude")
148
149def is_remote_planner_backend() -> bool:
150 return CODEY_PLANNER_BACKEND in ("openrouter", "unlimitedclaude")
151
152# ── OpenRouter ────────────────────────────────────────────────────────────────
153# OPENROUTER_API_KEY — sk-or-... key from openrouter.ai/keys

Callers 2

_call_05bFunction · 0.90
get_planFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected