MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / isSpecialAgentCatalogEnabled

Function isSpecialAgentCatalogEnabled

src/models.js:576–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

574}
575
576function isSpecialAgentCatalogEnabled() {
577 const backend = String(process.env.WINDSURFAPI_SPECIAL_AGENT_BACKEND || '').trim().toLowerCase();
578 return backend === 'devin-cli' || process.env.DEVIN_CLI_ENABLED === '1';
579}
580
581/** List all models in OpenAI /v1/models format. Hides deprecated models. */
582export function listModels(opts = {}) {

Callers 1

listModelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected