mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 07:12:12 +03:00
feat: Introduce A2A lifecycle management, add type safety to ComfyUI and stream handling, and update various handlers and translators.
This commit is contained in:
@@ -44,6 +44,58 @@ const budget = [
|
||||
{ file: "open-sse/services/accountFallback.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/responseSanitizer.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/responseTranslator.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/stream.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/request/openai-responses.ts", maxAny: 0 },
|
||||
{ file: "open-sse/executors/base.ts", maxAny: 0 },
|
||||
{ file: "open-sse/executors/kiro.ts", maxAny: 0 },
|
||||
{ file: "open-sse/executors/cursor.ts", maxAny: 0 },
|
||||
{ file: "open-sse/executors/iflow.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/comfyuiClient.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/tlsClient.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/proxyFetch.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/error.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/request/openai-to-gemini.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/request/antigravity-to-openai.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/request/claude-to-openai.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/audioTranscription.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/sseParser.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/chatCore.ts", maxAny: 0 },
|
||||
{ file: "open-sse/config/codexInstructions.ts", maxAny: 0 },
|
||||
{ file: "open-sse/config/imageRegistry.ts", maxAny: 0 },
|
||||
{ file: "open-sse/config/registryUtils.ts", maxAny: 0 },
|
||||
{ file: "open-sse/executors/antigravity.ts", maxAny: 0 },
|
||||
{ file: "open-sse/executors/default.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/audioSpeech.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/embeddings.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/imageGeneration.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/moderations.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/rerank.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/responsesHandler.ts", maxAny: 0 },
|
||||
{ file: "open-sse/mcp-server/__tests__/advancedTools.test.ts", maxAny: 0 },
|
||||
{ file: "open-sse/mcp-server/__tests__/essentialTools.test.ts", maxAny: 0 },
|
||||
{ file: "open-sse/services/combo.ts", maxAny: 0 },
|
||||
{ file: "open-sse/services/thinkingBudget.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/helpers/geminiHelper.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/helpers/openaiHelper.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/helpers/responsesApiHelper.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/request/claude-to-gemini.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/request/gemini-to-openai.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/request/openai-to-claude.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/request/openai-to-cursor.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/request/openai-to-kiro.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/response/claude-to-openai.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/response/gemini-to-openai.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/response/kiro-to-openai.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/response/openai-responses.ts", maxAny: 0 },
|
||||
{ file: "open-sse/translator/response/openai-to-antigravity.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/bypassHandler.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/logger.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/networkProxy.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/ollamaTransform.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/proxyDispatcher.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/requestLogger.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/streamHandler.ts", maxAny: 0 },
|
||||
{ file: "open-sse/utils/usageTracking.ts", maxAny: 0 },
|
||||
];
|
||||
|
||||
const anyRegex = /\bany\b/g;
|
||||
|
||||
Reference in New Issue
Block a user