mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
OmniRoute is an intelligent API gateway that unifies 20+ AI providers behind a single OpenAI-compatible endpoint. Features include intelligent routing with 6 strategies, multi-format translation (OpenAI/Claude/Gemini/Responses API), circuit breakers, semantic caching, combo fallback chains, real-time health monitoring, and a full dashboard with provider management, analytics, and CLI tool integration. Key highlights: - 20+ providers (Claude Code, Codex, Gemini CLI, GitHub Copilot, iFlow, Qwen, Kiro, etc.) - 6 routing strategies (Fill First, Round Robin, P2C, Random, Least Used, Cost Optimized) - Export/Import database backup with full archive support - Translator Playground with 4 modes (Playground, Chat Tester, Test Bench, Live Monitor) - 100% TypeScript across src/ and open-sse/ - Docker support with multi-stage builds - Comprehensive documentation and 9 dashboard screenshots
97 lines
1.5 KiB
Plaintext
97 lines
1.5 KiB
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
/app
|
|
cloud/*
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# data and logs
|
|
data/
|
|
logs/*
|
|
|
|
# analysis directories (generated, not tracked)
|
|
.analysis/
|
|
antigravity-manager-analysis/
|
|
|
|
# docs (allow specific tracked files)
|
|
docs/*
|
|
!docs/ARCHITECTURE.md
|
|
!docs/CODEBASE_DOCUMENTATION.md
|
|
!docs/CONTRIBUTING.md
|
|
!docs/USER_GUIDE.md
|
|
!docs/API_REFERENCE.md
|
|
!docs/TROUBLESHOOTING.md
|
|
!docs/EXECUTION_CONTEXT_PROVIDER_SYNC.md
|
|
!docs/TASK_NEBIUS_BACKEND_ENABLEMENT.md
|
|
!docs/frontend-backend-provider-gap-report.md
|
|
!docs/openapi.yaml
|
|
!docs/PLANO-IMPLANTACAO.md
|
|
!docs/TASKS.md
|
|
!docs/FASE-*.md
|
|
!docs/adr/
|
|
!docs/cli-tools/
|
|
!docs/planning/
|
|
!docs/improvement-plans/
|
|
!docs/api/
|
|
!docs/VM_DEPLOYMENT_GUIDE.md
|
|
!docs/FEATURES.md
|
|
!docs/screenshots/
|
|
|
|
# open-sse tests
|
|
open-sse/test/*
|
|
|
|
# Ignore vscode AI rules
|
|
.github/instructions/codacy.instructions.md
|
|
|
|
# Playwright
|
|
test-results/
|
|
playwright-report/
|
|
blob-report/
|
|
cloud/
|
|
omnirouteCloud/
|
|
omnirouteSite/
|
|
|
|
# Security Analysis (standalone project with own git)
|
|
security-analysis/
|
|
|
|
# Deploy workflow (contains sensitive VPS credentials)
|
|
.agent/workflows/deploy.md
|