ai-agent-router 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +2 -2
  3. package/.next/fallback-build-manifest.json +2 -2
  4. package/.next/server/app/_global-error.html +2 -2
  5. package/.next/server/app/_global-error.rsc +1 -1
  6. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/.next/server/app/_not-found.html +1 -1
  12. package/.next/server/app/_not-found.rsc +1 -1
  13. package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  14. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  15. package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  16. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  17. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  18. package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  19. package/.next/server/app/api/config/route.js.nft.json +1 -1
  20. package/.next/server/app/api/gateway/[...path]/route.js.nft.json +1 -1
  21. package/.next/server/app/api/gateway/models/route.js.nft.json +1 -1
  22. package/.next/server/app/api/gateway/route.js.nft.json +1 -1
  23. package/.next/server/app/api/ide/claude/apply/route.js.nft.json +1 -1
  24. package/.next/server/app/api/ide/claude/available-models/route.js.nft.json +1 -1
  25. package/.next/server/app/api/ide/claude/save/route.js.nft.json +1 -1
  26. package/.next/server/app/api/ide/claude/status/route.js.nft.json +1 -1
  27. package/.next/server/app/api/ide/claude/test/route.js.nft.json +1 -1
  28. package/.next/server/app/api/ide/openclaw/apply/route.js.nft.json +1 -1
  29. package/.next/server/app/api/ide/openclaw/available-models/route.js.nft.json +1 -1
  30. package/.next/server/app/api/ide/openclaw/preview/route.js.nft.json +1 -1
  31. package/.next/server/app/api/ide/openclaw/save/route.js.nft.json +1 -1
  32. package/.next/server/app/api/ide/openclaw/status/route.js.nft.json +1 -1
  33. package/.next/server/app/api/ide/opencode/apply/route.js.nft.json +1 -1
  34. package/.next/server/app/api/ide/opencode/available-models/route.js.nft.json +1 -1
  35. package/.next/server/app/api/ide/opencode/preview/route.js.nft.json +1 -1
  36. package/.next/server/app/api/ide/opencode/save/route.js.nft.json +1 -1
  37. package/.next/server/app/api/ide/opencode/status/route.js.nft.json +1 -1
  38. package/.next/server/app/api/logs/route.js.nft.json +1 -1
  39. package/.next/server/app/api/models/route.js.nft.json +1 -1
  40. package/.next/server/app/api/providers/route.js.nft.json +1 -1
  41. package/.next/server/app/api/providers/test/route.js.nft.json +1 -1
  42. package/.next/server/app/api/service/force-stop/route.js.nft.json +1 -1
  43. package/.next/server/app/api/service/start/route.js.nft.json +1 -1
  44. package/.next/server/app/api/service/status/route.js.nft.json +1 -1
  45. package/.next/server/app/api/service/stop/route.js.nft.json +1 -1
  46. package/.next/server/app/ide.html +1 -1
  47. package/.next/server/app/ide.rsc +1 -1
  48. package/.next/server/app/ide.segments/_full.segment.rsc +1 -1
  49. package/.next/server/app/ide.segments/_head.segment.rsc +1 -1
  50. package/.next/server/app/ide.segments/_index.segment.rsc +1 -1
  51. package/.next/server/app/ide.segments/_tree.segment.rsc +1 -1
  52. package/.next/server/app/ide.segments/ide/__PAGE__.segment.rsc +1 -1
  53. package/.next/server/app/ide.segments/ide.segment.rsc +1 -1
  54. package/.next/server/app/index.html +1 -1
  55. package/.next/server/app/index.rsc +1 -1
  56. package/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  57. package/.next/server/app/index.segments/_full.segment.rsc +1 -1
  58. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  59. package/.next/server/app/index.segments/_index.segment.rsc +1 -1
  60. package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  61. package/.next/server/app/logs.html +1 -1
  62. package/.next/server/app/logs.rsc +1 -1
  63. package/.next/server/app/logs.segments/_full.segment.rsc +1 -1
  64. package/.next/server/app/logs.segments/_head.segment.rsc +1 -1
  65. package/.next/server/app/logs.segments/_index.segment.rsc +1 -1
  66. package/.next/server/app/logs.segments/_tree.segment.rsc +1 -1
  67. package/.next/server/app/logs.segments/logs/__PAGE__.segment.rsc +1 -1
  68. package/.next/server/app/logs.segments/logs.segment.rsc +1 -1
  69. package/.next/server/app/models.html +1 -1
  70. package/.next/server/app/models.rsc +1 -1
  71. package/.next/server/app/models.segments/_full.segment.rsc +1 -1
  72. package/.next/server/app/models.segments/_head.segment.rsc +1 -1
  73. package/.next/server/app/models.segments/_index.segment.rsc +1 -1
  74. package/.next/server/app/models.segments/_tree.segment.rsc +1 -1
  75. package/.next/server/app/models.segments/models/__PAGE__.segment.rsc +1 -1
  76. package/.next/server/app/models.segments/models.segment.rsc +1 -1
  77. package/.next/server/app/providers.html +1 -1
  78. package/.next/server/app/providers.rsc +1 -1
  79. package/.next/server/app/providers.segments/_full.segment.rsc +1 -1
  80. package/.next/server/app/providers.segments/_head.segment.rsc +1 -1
  81. package/.next/server/app/providers.segments/_index.segment.rsc +1 -1
  82. package/.next/server/app/providers.segments/_tree.segment.rsc +1 -1
  83. package/.next/server/app/providers.segments/providers/__PAGE__.segment.rsc +1 -1
  84. package/.next/server/app/providers.segments/providers.segment.rsc +1 -1
  85. package/.next/server/chunks/[root-of-the-server]__c1b4b601._.js +6 -6
  86. package/.next/server/chunks/[root-of-the-server]__c1b4b601._.js.map +1 -1
  87. package/.next/server/chunks/ssr/_69468f4c._.js +1 -1
  88. package/.next/server/chunks/ssr/_69468f4c._.js.map +1 -1
  89. package/.next/server/pages/404.html +1 -1
  90. package/.next/server/pages/500.html +2 -2
  91. package/dist/package.json +3 -2
  92. package/dist/src/cli/index.js +3 -3
  93. package/dist/src/db/database.js +19 -21
  94. package/package.json +3 -2
  95. package/src/cli/index.ts +4 -4
  96. package/src/db/database.ts +18 -25
  97. /package/.next/static/{cf2SWIkI5HVbnDjLExI42 → Xp9f-NEeGeBKhqaJCVH8D}/_buildManifest.js +0 -0
  98. /package/.next/static/{cf2SWIkI5HVbnDjLExI42 → Xp9f-NEeGeBKhqaJCVH8D}/_clientMiddlewareManifest.json +0 -0
  99. /package/.next/static/{cf2SWIkI5HVbnDjLExI42 → Xp9f-NEeGeBKhqaJCVH8D}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../AGENTS.md","../../../../../../CLAUDE.md","../../../../../../IMPLEMENTATION.md","../../../../../../LICENSE","../../../../../../README.md","../../../../../../dist/src/app/api/config/route.js","../../../../../../dist/src/app/api/gateway/[...path]/route.js","../../../../../../dist/src/app/api/gateway/models/route.js","../../../../../../dist/src/app/api/gateway/route.js","../../../../../../dist/src/app/api/ide/claude/apply/route.js","../../../../../../dist/src/app/api/ide/claude/available-models/route.js","../../../../../../dist/src/app/api/ide/claude/restore/route.js","../../../../../../dist/src/app/api/ide/claude/save/route.js","../../../../../../dist/src/app/api/ide/claude/status/route.js","../../../../../../dist/src/app/api/ide/claude/test/route.js","../../../../../../dist/src/app/api/logs/route.js","../../../../../../dist/src/app/api/models/route.js","../../../../../../dist/src/app/api/providers/route.js","../../../../../../dist/src/app/api/providers/test/route.js","../../../../../../dist/src/app/api/service/force-stop/route.js","../../../../../../dist/src/app/api/service/start/route.js","../../../../../../dist/src/app/api/service/status/route.js","../../../../../../dist/src/app/api/service/stop/route.js","../../../../../../dist/src/app/components/ConfirmDialog.js","../../../../../../dist/src/app/components/Nav.js","../../../../../../dist/src/app/components/Toast.js","../../../../../../dist/src/app/components/ToastProvider.js","../../../../../../dist/src/app/ide/page.js","../../../../../../dist/src/app/layout.js","../../../../../../dist/src/app/logs/page.js","../../../../../../dist/src/app/models/page.js","../../../../../../dist/src/app/page.js","../../../../../../dist/src/app/providers/page.js","../../../../../../dist/src/cli/gateway-server.js","../../../../../../dist/src/cli/index.js","../../../../../../dist/src/db/database.js","../../../../../../dist/src/db/queries.js","../../../../../../dist/src/db/schema.js","../../../../../../dist/src/server/crypto.js","../../../../../../dist/src/server/gateway-server.js","../../../../../../dist/src/server/gateway.js","../../../../../../dist/src/server/logger.js","../../../../../../dist/src/server/providers/anthropic.js","../../../../../../dist/src/server/providers/gemini.js","../../../../../../dist/src/server/providers/index.js","../../../../../../dist/src/server/providers/openai.js","../../../../../../dist/src/server/providers/types.js","../../../../../../dist/src/server/service-manager.js","../../../../../../dist/tsconfig.tsbuildinfo","../../../../../../docs/TASK_COMPLETE.md","../../../../../../docs/TODO.md","../../../../../../docs/anthropic-vs-openai-streaming.md","../../../../../../docs/logs-optimization-summary.md","../../../../../../docs/logs-response-parsing.md","../../../../../../docs/streaming-optimization-complete.md","../../../../../../eslint.config.js","../../../../../../next.config.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/sql.js/dist/sql-wasm.wasm","../../../../../../openspec/AGENTS.md","../../../../../../openspec/changes/add-ide-config/proposal.md","../../../../../../openspec/changes/add-ide-config/specs/ide-config/spec.md","../../../../../../openspec/changes/add-ide-config/specs/web-ui/spec.md","../../../../../../openspec/changes/add-ide-config/tasks.md","../../../../../../openspec/changes/add-provider-test-connection/proposal.md","../../../../../../openspec/changes/add-provider-test-connection/specs/model-provider/spec.md","../../../../../../openspec/changes/add-provider-test-connection/tasks.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/proposal.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/specs/core/spec.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/tasks.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/design.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/proposal.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/api-gateway/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/cli-tool/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/model-management/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/model-provider/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/request-logging/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/web-ui/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/tasks.md","../../../../../../openspec/changes/improve-gateway-startup/design.md","../../../../../../openspec/changes/improve-gateway-startup/proposal.md","../../../../../../openspec/changes/improve-gateway-startup/specs/api-gateway/spec.md","../../../../../../openspec/changes/improve-gateway-startup/specs/web-ui/spec.md","../../../../../../openspec/changes/improve-gateway-startup/tasks.md","../../../../../../openspec/project.md","../../../../../../openspec/specs/api-gateway/spec.md","../../../../../../openspec/specs/cli-tool/spec.md","../../../../../../openspec/specs/core/spec.md","../../../../../../openspec/specs/model-management/spec.md","../../../../../../openspec/specs/model-provider/spec.md","../../../../../../openspec/specs/request-logging/spec.md","../../../../../../openspec/specs/web-ui/spec.md","../../../../../../package-lock.json","../../../../../../package.json","../../../../../../postcss.config.js","../../../../../../src/app/api/config/route.ts","../../../../../../src/app/api/gateway/[...path]/route.ts","../../../../../../src/app/api/gateway/models/route.ts","../../../../../../src/app/api/gateway/route.ts","../../../../../../src/app/api/ide/claude/apply/route.ts","../../../../../../src/app/api/ide/claude/available-models/route.ts","../../../../../../src/app/api/ide/claude/restore/route.ts","../../../../../../src/app/api/ide/claude/save/route.ts","../../../../../../src/app/api/ide/claude/status/route.ts","../../../../../../src/app/api/ide/claude/test/route.ts","../../../../../../src/app/api/ide/openclaw/apply/route.ts","../../../../../../src/app/api/ide/openclaw/available-models/route.ts","../../../../../../src/app/api/ide/openclaw/build-config.ts","../../../../../../src/app/api/ide/openclaw/preview/route.ts","../../../../../../src/app/api/ide/openclaw/restore/route.ts","../../../../../../src/app/api/ide/openclaw/save/route.ts","../../../../../../src/app/api/ide/openclaw/status/route.ts","../../../../../../src/app/api/ide/openclaw/test/route.ts","../../../../../../src/app/api/ide/opencode/apply/route.ts","../../../../../../src/app/api/ide/opencode/available-models/route.ts","../../../../../../src/app/api/ide/opencode/build-config.ts","../../../../../../src/app/api/ide/opencode/preview/route.ts","../../../../../../src/app/api/ide/opencode/restore/route.ts","../../../../../../src/app/api/ide/opencode/save/route.ts","../../../../../../src/app/api/ide/opencode/status/route.ts","../../../../../../src/app/api/ide/opencode/test/route.ts","../../../../../../src/app/api/logs/route.ts","../../../../../../src/app/api/models/route.ts","../../../../../../src/app/api/providers/route.ts","../../../../../../src/app/api/providers/test/route.ts","../../../../../../src/app/api/service/force-stop/route.ts","../../../../../../src/app/api/service/start/route.ts","../../../../../../src/app/api/service/status/route.ts","../../../../../../src/app/api/service/stop/route.ts","../../../../../../src/app/components/ConfirmDialog.tsx","../../../../../../src/app/components/Footer.tsx","../../../../../../src/app/components/Nav.tsx","../../../../../../src/app/components/Toast.tsx","../../../../../../src/app/components/ToastProvider.tsx","../../../../../../src/app/globals.css","../../../../../../src/app/ide/page.tsx","../../../../../../src/app/layout.tsx","../../../../../../src/app/logs/page.tsx","../../../../../../src/app/models/page.tsx","../../../../../../src/app/page.tsx","../../../../../../src/app/providers/page.tsx","../../../../../../src/cli/gateway-server.ts","../../../../../../src/cli/index.ts","../../../../../../src/db/database.ts","../../../../../../src/db/queries.ts","../../../../../../src/db/schema.ts","../../../../../../src/server/crypto.ts","../../../../../../src/server/gateway-server.ts","../../../../../../src/server/gateway.ts","../../../../../../src/server/logger.ts","../../../../../../src/server/providers/anthropic.ts","../../../../../../src/server/providers/gemini.ts","../../../../../../src/server/providers/index.ts","../../../../../../src/server/providers/openai.ts","../../../../../../src/server/providers/types.ts","../../../../../../src/server/service-manager.ts","../../../../../../tailwind.config.js","../../../../../../tsconfig.json","../../../../chunks/[root-of-the-server]__59aacd30._.js","../../../../chunks/[root-of-the-server]__7b77f523._.js","../../../../chunks/[root-of-the-server]__c1b4b601._.js","../../../../chunks/[turbopack]_runtime.js","../../../../chunks/_next-internal_server_app_api_service_status_route_actions_30149042.js","./route_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../../AGENTS.md","../../../../../../CLAUDE.md","../../../../../../IMPLEMENTATION.md","../../../../../../LICENSE","../../../../../../README.md","../../../../../../dist/package.json","../../../../../../dist/src/app/api/config/route.js","../../../../../../dist/src/app/api/gateway/[...path]/route.js","../../../../../../dist/src/app/api/gateway/models/route.js","../../../../../../dist/src/app/api/gateway/route.js","../../../../../../dist/src/app/api/ide/claude/apply/route.js","../../../../../../dist/src/app/api/ide/claude/available-models/route.js","../../../../../../dist/src/app/api/ide/claude/restore/route.js","../../../../../../dist/src/app/api/ide/claude/save/route.js","../../../../../../dist/src/app/api/ide/claude/status/route.js","../../../../../../dist/src/app/api/ide/claude/test/route.js","../../../../../../dist/src/app/api/ide/openclaw/apply/route.js","../../../../../../dist/src/app/api/ide/openclaw/available-models/route.js","../../../../../../dist/src/app/api/ide/openclaw/build-config.js","../../../../../../dist/src/app/api/ide/openclaw/preview/route.js","../../../../../../dist/src/app/api/ide/openclaw/restore/route.js","../../../../../../dist/src/app/api/ide/openclaw/save/route.js","../../../../../../dist/src/app/api/ide/openclaw/status/route.js","../../../../../../dist/src/app/api/ide/openclaw/test/route.js","../../../../../../dist/src/app/api/ide/opencode/apply/route.js","../../../../../../dist/src/app/api/ide/opencode/available-models/route.js","../../../../../../dist/src/app/api/ide/opencode/build-config.js","../../../../../../dist/src/app/api/ide/opencode/preview/route.js","../../../../../../dist/src/app/api/ide/opencode/restore/route.js","../../../../../../dist/src/app/api/ide/opencode/save/route.js","../../../../../../dist/src/app/api/ide/opencode/status/route.js","../../../../../../dist/src/app/api/ide/opencode/test/route.js","../../../../../../dist/src/app/api/logs/route.js","../../../../../../dist/src/app/api/models/route.js","../../../../../../dist/src/app/api/providers/route.js","../../../../../../dist/src/app/api/providers/test/route.js","../../../../../../dist/src/app/api/service/force-stop/route.js","../../../../../../dist/src/app/api/service/start/route.js","../../../../../../dist/src/app/api/service/status/route.js","../../../../../../dist/src/app/api/service/stop/route.js","../../../../../../dist/src/app/components/ConfirmDialog.js","../../../../../../dist/src/app/components/Footer.js","../../../../../../dist/src/app/components/Nav.js","../../../../../../dist/src/app/components/Toast.js","../../../../../../dist/src/app/components/ToastProvider.js","../../../../../../dist/src/app/ide/page.js","../../../../../../dist/src/app/layout.js","../../../../../../dist/src/app/logs/page.js","../../../../../../dist/src/app/models/page.js","../../../../../../dist/src/app/page.js","../../../../../../dist/src/app/providers/page.js","../../../../../../dist/src/cli/gateway-server.js","../../../../../../dist/src/cli/index.js","../../../../../../dist/src/db/database.js","../../../../../../dist/src/db/queries.js","../../../../../../dist/src/db/schema.js","../../../../../../dist/src/server/crypto.js","../../../../../../dist/src/server/gateway-server.js","../../../../../../dist/src/server/gateway.js","../../../../../../dist/src/server/logger.js","../../../../../../dist/src/server/providers/anthropic.js","../../../../../../dist/src/server/providers/gemini.js","../../../../../../dist/src/server/providers/index.js","../../../../../../dist/src/server/providers/openai.js","../../../../../../dist/src/server/providers/types.js","../../../../../../dist/src/server/service-manager.js","../../../../../../dist/tsconfig.tsbuildinfo","../../../../../../docs/TASK_COMPLETE.md","../../../../../../docs/TODO.md","../../../../../../docs/anthropic-vs-openai-streaming.md","../../../../../../docs/logs-optimization-summary.md","../../../../../../docs/logs-response-parsing.md","../../../../../../docs/streaming-optimization-complete.md","../../../../../../eslint.config.js","../../../../../../next.config.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/sql.js/dist/sql-wasm.wasm","../../../../../../openspec/AGENTS.md","../../../../../../openspec/changes/add-ide-config/proposal.md","../../../../../../openspec/changes/add-ide-config/specs/ide-config/spec.md","../../../../../../openspec/changes/add-ide-config/specs/web-ui/spec.md","../../../../../../openspec/changes/add-ide-config/tasks.md","../../../../../../openspec/changes/add-provider-test-connection/proposal.md","../../../../../../openspec/changes/add-provider-test-connection/specs/model-provider/spec.md","../../../../../../openspec/changes/add-provider-test-connection/tasks.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/proposal.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/specs/core/spec.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/tasks.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/design.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/proposal.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/api-gateway/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/cli-tool/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/model-management/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/model-provider/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/request-logging/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/web-ui/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/tasks.md","../../../../../../openspec/changes/improve-gateway-startup/design.md","../../../../../../openspec/changes/improve-gateway-startup/proposal.md","../../../../../../openspec/changes/improve-gateway-startup/specs/api-gateway/spec.md","../../../../../../openspec/changes/improve-gateway-startup/specs/web-ui/spec.md","../../../../../../openspec/changes/improve-gateway-startup/tasks.md","../../../../../../openspec/project.md","../../../../../../openspec/specs/api-gateway/spec.md","../../../../../../openspec/specs/cli-tool/spec.md","../../../../../../openspec/specs/core/spec.md","../../../../../../openspec/specs/model-management/spec.md","../../../../../../openspec/specs/model-provider/spec.md","../../../../../../openspec/specs/request-logging/spec.md","../../../../../../openspec/specs/web-ui/spec.md","../../../../../../package-lock.json","../../../../../../package.json","../../../../../../postcss.config.js","../../../../../../src/app/api/config/route.ts","../../../../../../src/app/api/gateway/[...path]/route.ts","../../../../../../src/app/api/gateway/models/route.ts","../../../../../../src/app/api/gateway/route.ts","../../../../../../src/app/api/ide/claude/apply/route.ts","../../../../../../src/app/api/ide/claude/available-models/route.ts","../../../../../../src/app/api/ide/claude/restore/route.ts","../../../../../../src/app/api/ide/claude/save/route.ts","../../../../../../src/app/api/ide/claude/status/route.ts","../../../../../../src/app/api/ide/claude/test/route.ts","../../../../../../src/app/api/ide/openclaw/apply/route.ts","../../../../../../src/app/api/ide/openclaw/available-models/route.ts","../../../../../../src/app/api/ide/openclaw/build-config.ts","../../../../../../src/app/api/ide/openclaw/preview/route.ts","../../../../../../src/app/api/ide/openclaw/restore/route.ts","../../../../../../src/app/api/ide/openclaw/save/route.ts","../../../../../../src/app/api/ide/openclaw/status/route.ts","../../../../../../src/app/api/ide/openclaw/test/route.ts","../../../../../../src/app/api/ide/opencode/apply/route.ts","../../../../../../src/app/api/ide/opencode/available-models/route.ts","../../../../../../src/app/api/ide/opencode/build-config.ts","../../../../../../src/app/api/ide/opencode/preview/route.ts","../../../../../../src/app/api/ide/opencode/restore/route.ts","../../../../../../src/app/api/ide/opencode/save/route.ts","../../../../../../src/app/api/ide/opencode/status/route.ts","../../../../../../src/app/api/ide/opencode/test/route.ts","../../../../../../src/app/api/logs/route.ts","../../../../../../src/app/api/models/route.ts","../../../../../../src/app/api/providers/route.ts","../../../../../../src/app/api/providers/test/route.ts","../../../../../../src/app/api/service/force-stop/route.ts","../../../../../../src/app/api/service/start/route.ts","../../../../../../src/app/api/service/status/route.ts","../../../../../../src/app/api/service/stop/route.ts","../../../../../../src/app/components/ConfirmDialog.tsx","../../../../../../src/app/components/Footer.tsx","../../../../../../src/app/components/Nav.tsx","../../../../../../src/app/components/Toast.tsx","../../../../../../src/app/components/ToastProvider.tsx","../../../../../../src/app/globals.css","../../../../../../src/app/ide/page.tsx","../../../../../../src/app/layout.tsx","../../../../../../src/app/logs/page.tsx","../../../../../../src/app/models/page.tsx","../../../../../../src/app/page.tsx","../../../../../../src/app/providers/page.tsx","../../../../../../src/cli/gateway-server.ts","../../../../../../src/cli/index.ts","../../../../../../src/db/database.ts","../../../../../../src/db/queries.ts","../../../../../../src/db/schema.ts","../../../../../../src/server/crypto.ts","../../../../../../src/server/gateway-server.ts","../../../../../../src/server/gateway.ts","../../../../../../src/server/logger.ts","../../../../../../src/server/providers/anthropic.ts","../../../../../../src/server/providers/gemini.ts","../../../../../../src/server/providers/index.ts","../../../../../../src/server/providers/openai.ts","../../../../../../src/server/providers/types.ts","../../../../../../src/server/service-manager.ts","../../../../../../tailwind.config.js","../../../../../../tsconfig.json","../../../../chunks/[root-of-the-server]__59aacd30._.js","../../../../chunks/[root-of-the-server]__7b77f523._.js","../../../../chunks/[root-of-the-server]__c1b4b601._.js","../../../../chunks/[turbopack]_runtime.js","../../../../chunks/_next-internal_server_app_api_service_status_route_actions_30149042.js","./route_client-reference-manifest.js"]}
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../AGENTS.md","../../../../../../CLAUDE.md","../../../../../../IMPLEMENTATION.md","../../../../../../LICENSE","../../../../../../README.md","../../../../../../dist/src/app/api/config/route.js","../../../../../../dist/src/app/api/gateway/[...path]/route.js","../../../../../../dist/src/app/api/gateway/models/route.js","../../../../../../dist/src/app/api/gateway/route.js","../../../../../../dist/src/app/api/ide/claude/apply/route.js","../../../../../../dist/src/app/api/ide/claude/available-models/route.js","../../../../../../dist/src/app/api/ide/claude/restore/route.js","../../../../../../dist/src/app/api/ide/claude/save/route.js","../../../../../../dist/src/app/api/ide/claude/status/route.js","../../../../../../dist/src/app/api/ide/claude/test/route.js","../../../../../../dist/src/app/api/logs/route.js","../../../../../../dist/src/app/api/models/route.js","../../../../../../dist/src/app/api/providers/route.js","../../../../../../dist/src/app/api/providers/test/route.js","../../../../../../dist/src/app/api/service/force-stop/route.js","../../../../../../dist/src/app/api/service/start/route.js","../../../../../../dist/src/app/api/service/status/route.js","../../../../../../dist/src/app/api/service/stop/route.js","../../../../../../dist/src/app/components/ConfirmDialog.js","../../../../../../dist/src/app/components/Nav.js","../../../../../../dist/src/app/components/Toast.js","../../../../../../dist/src/app/components/ToastProvider.js","../../../../../../dist/src/app/ide/page.js","../../../../../../dist/src/app/layout.js","../../../../../../dist/src/app/logs/page.js","../../../../../../dist/src/app/models/page.js","../../../../../../dist/src/app/page.js","../../../../../../dist/src/app/providers/page.js","../../../../../../dist/src/cli/gateway-server.js","../../../../../../dist/src/cli/index.js","../../../../../../dist/src/db/database.js","../../../../../../dist/src/db/queries.js","../../../../../../dist/src/db/schema.js","../../../../../../dist/src/server/crypto.js","../../../../../../dist/src/server/gateway-server.js","../../../../../../dist/src/server/gateway.js","../../../../../../dist/src/server/logger.js","../../../../../../dist/src/server/providers/anthropic.js","../../../../../../dist/src/server/providers/gemini.js","../../../../../../dist/src/server/providers/index.js","../../../../../../dist/src/server/providers/openai.js","../../../../../../dist/src/server/providers/types.js","../../../../../../dist/src/server/service-manager.js","../../../../../../dist/tsconfig.tsbuildinfo","../../../../../../docs/TASK_COMPLETE.md","../../../../../../docs/TODO.md","../../../../../../docs/anthropic-vs-openai-streaming.md","../../../../../../docs/logs-optimization-summary.md","../../../../../../docs/logs-response-parsing.md","../../../../../../docs/streaming-optimization-complete.md","../../../../../../eslint.config.js","../../../../../../next.config.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/sql.js/dist/sql-wasm.wasm","../../../../../../openspec/AGENTS.md","../../../../../../openspec/changes/add-ide-config/proposal.md","../../../../../../openspec/changes/add-ide-config/specs/ide-config/spec.md","../../../../../../openspec/changes/add-ide-config/specs/web-ui/spec.md","../../../../../../openspec/changes/add-ide-config/tasks.md","../../../../../../openspec/changes/add-provider-test-connection/proposal.md","../../../../../../openspec/changes/add-provider-test-connection/specs/model-provider/spec.md","../../../../../../openspec/changes/add-provider-test-connection/tasks.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/proposal.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/specs/core/spec.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/tasks.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/design.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/proposal.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/api-gateway/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/cli-tool/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/model-management/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/model-provider/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/request-logging/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/web-ui/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/tasks.md","../../../../../../openspec/changes/improve-gateway-startup/design.md","../../../../../../openspec/changes/improve-gateway-startup/proposal.md","../../../../../../openspec/changes/improve-gateway-startup/specs/api-gateway/spec.md","../../../../../../openspec/changes/improve-gateway-startup/specs/web-ui/spec.md","../../../../../../openspec/changes/improve-gateway-startup/tasks.md","../../../../../../openspec/project.md","../../../../../../openspec/specs/api-gateway/spec.md","../../../../../../openspec/specs/cli-tool/spec.md","../../../../../../openspec/specs/core/spec.md","../../../../../../openspec/specs/model-management/spec.md","../../../../../../openspec/specs/model-provider/spec.md","../../../../../../openspec/specs/request-logging/spec.md","../../../../../../openspec/specs/web-ui/spec.md","../../../../../../package-lock.json","../../../../../../package.json","../../../../../../postcss.config.js","../../../../../../src/app/api/config/route.ts","../../../../../../src/app/api/gateway/[...path]/route.ts","../../../../../../src/app/api/gateway/models/route.ts","../../../../../../src/app/api/gateway/route.ts","../../../../../../src/app/api/ide/claude/apply/route.ts","../../../../../../src/app/api/ide/claude/available-models/route.ts","../../../../../../src/app/api/ide/claude/restore/route.ts","../../../../../../src/app/api/ide/claude/save/route.ts","../../../../../../src/app/api/ide/claude/status/route.ts","../../../../../../src/app/api/ide/claude/test/route.ts","../../../../../../src/app/api/ide/openclaw/apply/route.ts","../../../../../../src/app/api/ide/openclaw/available-models/route.ts","../../../../../../src/app/api/ide/openclaw/build-config.ts","../../../../../../src/app/api/ide/openclaw/preview/route.ts","../../../../../../src/app/api/ide/openclaw/restore/route.ts","../../../../../../src/app/api/ide/openclaw/save/route.ts","../../../../../../src/app/api/ide/openclaw/status/route.ts","../../../../../../src/app/api/ide/openclaw/test/route.ts","../../../../../../src/app/api/ide/opencode/apply/route.ts","../../../../../../src/app/api/ide/opencode/available-models/route.ts","../../../../../../src/app/api/ide/opencode/build-config.ts","../../../../../../src/app/api/ide/opencode/preview/route.ts","../../../../../../src/app/api/ide/opencode/restore/route.ts","../../../../../../src/app/api/ide/opencode/save/route.ts","../../../../../../src/app/api/ide/opencode/status/route.ts","../../../../../../src/app/api/ide/opencode/test/route.ts","../../../../../../src/app/api/logs/route.ts","../../../../../../src/app/api/models/route.ts","../../../../../../src/app/api/providers/route.ts","../../../../../../src/app/api/providers/test/route.ts","../../../../../../src/app/api/service/force-stop/route.ts","../../../../../../src/app/api/service/start/route.ts","../../../../../../src/app/api/service/status/route.ts","../../../../../../src/app/api/service/stop/route.ts","../../../../../../src/app/components/ConfirmDialog.tsx","../../../../../../src/app/components/Footer.tsx","../../../../../../src/app/components/Nav.tsx","../../../../../../src/app/components/Toast.tsx","../../../../../../src/app/components/ToastProvider.tsx","../../../../../../src/app/globals.css","../../../../../../src/app/ide/page.tsx","../../../../../../src/app/layout.tsx","../../../../../../src/app/logs/page.tsx","../../../../../../src/app/models/page.tsx","../../../../../../src/app/page.tsx","../../../../../../src/app/providers/page.tsx","../../../../../../src/cli/gateway-server.ts","../../../../../../src/cli/index.ts","../../../../../../src/db/database.ts","../../../../../../src/db/queries.ts","../../../../../../src/db/schema.ts","../../../../../../src/server/crypto.ts","../../../../../../src/server/gateway-server.ts","../../../../../../src/server/gateway.ts","../../../../../../src/server/logger.ts","../../../../../../src/server/providers/anthropic.ts","../../../../../../src/server/providers/gemini.ts","../../../../../../src/server/providers/index.ts","../../../../../../src/server/providers/openai.ts","../../../../../../src/server/providers/types.ts","../../../../../../src/server/service-manager.ts","../../../../../../tailwind.config.js","../../../../../../tsconfig.json","../../../../chunks/[root-of-the-server]__1d4b7fc5._.js","../../../../chunks/[root-of-the-server]__59aacd30._.js","../../../../chunks/[root-of-the-server]__c1b4b601._.js","../../../../chunks/[turbopack]_runtime.js","../../../../chunks/_next-internal_server_app_api_service_stop_route_actions_19443941.js","./route_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../../AGENTS.md","../../../../../../CLAUDE.md","../../../../../../IMPLEMENTATION.md","../../../../../../LICENSE","../../../../../../README.md","../../../../../../dist/package.json","../../../../../../dist/src/app/api/config/route.js","../../../../../../dist/src/app/api/gateway/[...path]/route.js","../../../../../../dist/src/app/api/gateway/models/route.js","../../../../../../dist/src/app/api/gateway/route.js","../../../../../../dist/src/app/api/ide/claude/apply/route.js","../../../../../../dist/src/app/api/ide/claude/available-models/route.js","../../../../../../dist/src/app/api/ide/claude/restore/route.js","../../../../../../dist/src/app/api/ide/claude/save/route.js","../../../../../../dist/src/app/api/ide/claude/status/route.js","../../../../../../dist/src/app/api/ide/claude/test/route.js","../../../../../../dist/src/app/api/ide/openclaw/apply/route.js","../../../../../../dist/src/app/api/ide/openclaw/available-models/route.js","../../../../../../dist/src/app/api/ide/openclaw/build-config.js","../../../../../../dist/src/app/api/ide/openclaw/preview/route.js","../../../../../../dist/src/app/api/ide/openclaw/restore/route.js","../../../../../../dist/src/app/api/ide/openclaw/save/route.js","../../../../../../dist/src/app/api/ide/openclaw/status/route.js","../../../../../../dist/src/app/api/ide/openclaw/test/route.js","../../../../../../dist/src/app/api/ide/opencode/apply/route.js","../../../../../../dist/src/app/api/ide/opencode/available-models/route.js","../../../../../../dist/src/app/api/ide/opencode/build-config.js","../../../../../../dist/src/app/api/ide/opencode/preview/route.js","../../../../../../dist/src/app/api/ide/opencode/restore/route.js","../../../../../../dist/src/app/api/ide/opencode/save/route.js","../../../../../../dist/src/app/api/ide/opencode/status/route.js","../../../../../../dist/src/app/api/ide/opencode/test/route.js","../../../../../../dist/src/app/api/logs/route.js","../../../../../../dist/src/app/api/models/route.js","../../../../../../dist/src/app/api/providers/route.js","../../../../../../dist/src/app/api/providers/test/route.js","../../../../../../dist/src/app/api/service/force-stop/route.js","../../../../../../dist/src/app/api/service/start/route.js","../../../../../../dist/src/app/api/service/status/route.js","../../../../../../dist/src/app/api/service/stop/route.js","../../../../../../dist/src/app/components/ConfirmDialog.js","../../../../../../dist/src/app/components/Footer.js","../../../../../../dist/src/app/components/Nav.js","../../../../../../dist/src/app/components/Toast.js","../../../../../../dist/src/app/components/ToastProvider.js","../../../../../../dist/src/app/ide/page.js","../../../../../../dist/src/app/layout.js","../../../../../../dist/src/app/logs/page.js","../../../../../../dist/src/app/models/page.js","../../../../../../dist/src/app/page.js","../../../../../../dist/src/app/providers/page.js","../../../../../../dist/src/cli/gateway-server.js","../../../../../../dist/src/cli/index.js","../../../../../../dist/src/db/database.js","../../../../../../dist/src/db/queries.js","../../../../../../dist/src/db/schema.js","../../../../../../dist/src/server/crypto.js","../../../../../../dist/src/server/gateway-server.js","../../../../../../dist/src/server/gateway.js","../../../../../../dist/src/server/logger.js","../../../../../../dist/src/server/providers/anthropic.js","../../../../../../dist/src/server/providers/gemini.js","../../../../../../dist/src/server/providers/index.js","../../../../../../dist/src/server/providers/openai.js","../../../../../../dist/src/server/providers/types.js","../../../../../../dist/src/server/service-manager.js","../../../../../../dist/tsconfig.tsbuildinfo","../../../../../../docs/TASK_COMPLETE.md","../../../../../../docs/TODO.md","../../../../../../docs/anthropic-vs-openai-streaming.md","../../../../../../docs/logs-optimization-summary.md","../../../../../../docs/logs-response-parsing.md","../../../../../../docs/streaming-optimization-complete.md","../../../../../../eslint.config.js","../../../../../../next.config.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/sql.js/dist/sql-wasm.wasm","../../../../../../openspec/AGENTS.md","../../../../../../openspec/changes/add-ide-config/proposal.md","../../../../../../openspec/changes/add-ide-config/specs/ide-config/spec.md","../../../../../../openspec/changes/add-ide-config/specs/web-ui/spec.md","../../../../../../openspec/changes/add-ide-config/tasks.md","../../../../../../openspec/changes/add-provider-test-connection/proposal.md","../../../../../../openspec/changes/add-provider-test-connection/specs/model-provider/spec.md","../../../../../../openspec/changes/add-provider-test-connection/tasks.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/proposal.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/specs/core/spec.md","../../../../../../openspec/changes/archive/2026-01-13-add-logging/tasks.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/design.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/proposal.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/api-gateway/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/cli-tool/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/model-management/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/model-provider/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/request-logging/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/specs/web-ui/spec.md","../../../../../../openspec/changes/archive/2026-01-13-init-api-gateway/tasks.md","../../../../../../openspec/changes/improve-gateway-startup/design.md","../../../../../../openspec/changes/improve-gateway-startup/proposal.md","../../../../../../openspec/changes/improve-gateway-startup/specs/api-gateway/spec.md","../../../../../../openspec/changes/improve-gateway-startup/specs/web-ui/spec.md","../../../../../../openspec/changes/improve-gateway-startup/tasks.md","../../../../../../openspec/project.md","../../../../../../openspec/specs/api-gateway/spec.md","../../../../../../openspec/specs/cli-tool/spec.md","../../../../../../openspec/specs/core/spec.md","../../../../../../openspec/specs/model-management/spec.md","../../../../../../openspec/specs/model-provider/spec.md","../../../../../../openspec/specs/request-logging/spec.md","../../../../../../openspec/specs/web-ui/spec.md","../../../../../../package-lock.json","../../../../../../package.json","../../../../../../postcss.config.js","../../../../../../src/app/api/config/route.ts","../../../../../../src/app/api/gateway/[...path]/route.ts","../../../../../../src/app/api/gateway/models/route.ts","../../../../../../src/app/api/gateway/route.ts","../../../../../../src/app/api/ide/claude/apply/route.ts","../../../../../../src/app/api/ide/claude/available-models/route.ts","../../../../../../src/app/api/ide/claude/restore/route.ts","../../../../../../src/app/api/ide/claude/save/route.ts","../../../../../../src/app/api/ide/claude/status/route.ts","../../../../../../src/app/api/ide/claude/test/route.ts","../../../../../../src/app/api/ide/openclaw/apply/route.ts","../../../../../../src/app/api/ide/openclaw/available-models/route.ts","../../../../../../src/app/api/ide/openclaw/build-config.ts","../../../../../../src/app/api/ide/openclaw/preview/route.ts","../../../../../../src/app/api/ide/openclaw/restore/route.ts","../../../../../../src/app/api/ide/openclaw/save/route.ts","../../../../../../src/app/api/ide/openclaw/status/route.ts","../../../../../../src/app/api/ide/openclaw/test/route.ts","../../../../../../src/app/api/ide/opencode/apply/route.ts","../../../../../../src/app/api/ide/opencode/available-models/route.ts","../../../../../../src/app/api/ide/opencode/build-config.ts","../../../../../../src/app/api/ide/opencode/preview/route.ts","../../../../../../src/app/api/ide/opencode/restore/route.ts","../../../../../../src/app/api/ide/opencode/save/route.ts","../../../../../../src/app/api/ide/opencode/status/route.ts","../../../../../../src/app/api/ide/opencode/test/route.ts","../../../../../../src/app/api/logs/route.ts","../../../../../../src/app/api/models/route.ts","../../../../../../src/app/api/providers/route.ts","../../../../../../src/app/api/providers/test/route.ts","../../../../../../src/app/api/service/force-stop/route.ts","../../../../../../src/app/api/service/start/route.ts","../../../../../../src/app/api/service/status/route.ts","../../../../../../src/app/api/service/stop/route.ts","../../../../../../src/app/components/ConfirmDialog.tsx","../../../../../../src/app/components/Footer.tsx","../../../../../../src/app/components/Nav.tsx","../../../../../../src/app/components/Toast.tsx","../../../../../../src/app/components/ToastProvider.tsx","../../../../../../src/app/globals.css","../../../../../../src/app/ide/page.tsx","../../../../../../src/app/layout.tsx","../../../../../../src/app/logs/page.tsx","../../../../../../src/app/models/page.tsx","../../../../../../src/app/page.tsx","../../../../../../src/app/providers/page.tsx","../../../../../../src/cli/gateway-server.ts","../../../../../../src/cli/index.ts","../../../../../../src/db/database.ts","../../../../../../src/db/queries.ts","../../../../../../src/db/schema.ts","../../../../../../src/server/crypto.ts","../../../../../../src/server/gateway-server.ts","../../../../../../src/server/gateway.ts","../../../../../../src/server/logger.ts","../../../../../../src/server/providers/anthropic.ts","../../../../../../src/server/providers/gemini.ts","../../../../../../src/server/providers/index.ts","../../../../../../src/server/providers/openai.ts","../../../../../../src/server/providers/types.ts","../../../../../../src/server/service-manager.ts","../../../../../../tailwind.config.js","../../../../../../tsconfig.json","../../../../chunks/[root-of-the-server]__1d4b7fc5._.js","../../../../chunks/[root-of-the-server]__59aacd30._.js","../../../../chunks/[root-of-the-server]__c1b4b601._.js","../../../../chunks/[turbopack]_runtime.js","../../../../chunks/_next-internal_server_app_api_service_stop_route_actions_19443941.js","./route_client-reference-manifest.js"]}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--cf2SWIkI5HVbnDjLExI42--><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/6992685fe009e8fd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/6e0dee5b6681763c.js"/><script src="/_next/static/chunks/f2f58a7e93290fbb.js" async=""></script><script src="/_next/static/chunks/a7f539bf6487f4ff.js" async=""></script><script src="/_next/static/chunks/turbopack-fdb839c72e10c2ea.js" async=""></script><script src="/_next/static/chunks/8cf1e5f00ebaea52.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/d2be314c3ece3fbe.js" async=""></script><script src="/_next/static/chunks/64f547b3bcd3aef4.js" async=""></script><script src="/_next/static/chunks/8ccc14e022ff6de3.js" async=""></script><title>AAR - AI Agent Router</title><meta name="description" content="Unified API gateway for managing multiple AI model providers"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="pb-10"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex items-center justify-center bg-slate-50/80"><div class="flex flex-col items-center gap-3"><div class="w-8 h-8 border-2 border-slate-200 border-t-slate-900 rounded-full animate-spin"></div><div class="text-xs font-medium text-slate-500">加载中...</div></div></div><!--$--><!--/$--><footer class="fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200"><span>AAR v<!-- -->0.2.2</span></footer><script src="/_next/static/chunks/6e0dee5b6681763c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[97100,[\"/_next/static/chunks/8cf1e5f00ebaea52.js\"],\"ToastProvider\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ClientPageRoot\"]\n6:I[61351,[\"/_next/static/chunks/8cf1e5f00ebaea52.js\",\"/_next/static/chunks/64f547b3bcd3aef4.js\",\"/_next/static/chunks/8ccc14e022ff6de3.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nc:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ViewportBoundary\"]\ne:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"MetadataBoundary\"]\n10:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n:HL[\"/_next/static/chunks/6992685fe009e8fd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"cf2SWIkI5HVbnDjLExI42\",\"c\":[\"\",\"ide\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"ide\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/6992685fe009e8fd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/8cf1e5f00ebaea52.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"pb-10\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"footer\",null,{\"className\":\"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200\",\"children\":[\"$\",\"span\",null,{\"children\":[\"AAR v\",\"0.2.2\"]}]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/64f547b3bcd3aef4.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/8ccc14e022ff6de3.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"b:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"AAR - AI Agent Router\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Unified API gateway for managing multiple AI model providers\"}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--Xp9f_NEeGeBKhqaJCVH8D--><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/6992685fe009e8fd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/6e0dee5b6681763c.js"/><script src="/_next/static/chunks/f2f58a7e93290fbb.js" async=""></script><script src="/_next/static/chunks/a7f539bf6487f4ff.js" async=""></script><script src="/_next/static/chunks/turbopack-fdb839c72e10c2ea.js" async=""></script><script src="/_next/static/chunks/8cf1e5f00ebaea52.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/d2be314c3ece3fbe.js" async=""></script><script src="/_next/static/chunks/64f547b3bcd3aef4.js" async=""></script><script src="/_next/static/chunks/8ccc14e022ff6de3.js" async=""></script><title>AAR - AI Agent Router</title><meta name="description" content="Unified API gateway for managing multiple AI model providers"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="pb-10"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex items-center justify-center bg-slate-50/80"><div class="flex flex-col items-center gap-3"><div class="w-8 h-8 border-2 border-slate-200 border-t-slate-900 rounded-full animate-spin"></div><div class="text-xs font-medium text-slate-500">加载中...</div></div></div><!--$--><!--/$--><footer class="fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200"><span>AAR v<!-- -->0.2.3</span></footer><script src="/_next/static/chunks/6e0dee5b6681763c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[97100,[\"/_next/static/chunks/8cf1e5f00ebaea52.js\"],\"ToastProvider\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ClientPageRoot\"]\n6:I[61351,[\"/_next/static/chunks/8cf1e5f00ebaea52.js\",\"/_next/static/chunks/64f547b3bcd3aef4.js\",\"/_next/static/chunks/8ccc14e022ff6de3.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nc:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ViewportBoundary\"]\ne:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"MetadataBoundary\"]\n10:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n:HL[\"/_next/static/chunks/6992685fe009e8fd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"Xp9f-NEeGeBKhqaJCVH8D\",\"c\":[\"\",\"ide\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"ide\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/6992685fe009e8fd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/8cf1e5f00ebaea52.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"pb-10\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"footer\",null,{\"className\":\"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200\",\"children\":[\"$\",\"span\",null,{\"children\":[\"AAR v\",\"0.2.3\"]}]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/64f547b3bcd3aef4.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/8ccc14e022ff6de3.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"b:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"AAR - AI Agent Router\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Unified API gateway for managing multiple AI model providers\"}]]\n"])</script></body></html>
@@ -10,7 +10,7 @@ c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be
10
10
  e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
11
11
  10:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
12
12
  :HL["/_next/static/chunks/6992685fe009e8fd.css","style"]
13
- 0:{"P":null,"b":"cf2SWIkI5HVbnDjLExI42","c":["","ide"],"q":"","i":false,"f":[[["",{"children":["ide",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6992685fe009e8fd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/8cf1e5f00ebaea52.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","suppressHydrationWarning":true,"children":["$","body",null,{"className":"pb-10","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200","children":["$","span",null,{"children":["AAR v","0.2.2"]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/64f547b3bcd3aef4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/8ccc14e022ff6de3.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
13
+ 0:{"P":null,"b":"Xp9f-NEeGeBKhqaJCVH8D","c":["","ide"],"q":"","i":false,"f":[[["",{"children":["ide",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6992685fe009e8fd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/8cf1e5f00ebaea52.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","suppressHydrationWarning":true,"children":["$","body",null,{"className":"pb-10","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200","children":["$","span",null,{"children":["AAR v","0.2.3"]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/64f547b3bcd3aef4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/8ccc14e022ff6de3.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
14
14
  7:{}
15
15
  8:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
16
16
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -10,7 +10,7 @@ c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be
10
10
  e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
11
11
  10:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
12
12
  :HL["/_next/static/chunks/6992685fe009e8fd.css","style"]
13
- 0:{"P":null,"b":"cf2SWIkI5HVbnDjLExI42","c":["","ide"],"q":"","i":false,"f":[[["",{"children":["ide",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6992685fe009e8fd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/8cf1e5f00ebaea52.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","suppressHydrationWarning":true,"children":["$","body",null,{"className":"pb-10","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200","children":["$","span",null,{"children":["AAR v","0.2.2"]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/64f547b3bcd3aef4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/8ccc14e022ff6de3.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
13
+ 0:{"P":null,"b":"Xp9f-NEeGeBKhqaJCVH8D","c":["","ide"],"q":"","i":false,"f":[[["",{"children":["ide",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6992685fe009e8fd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/8cf1e5f00ebaea52.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","suppressHydrationWarning":true,"children":["$","body",null,{"className":"pb-10","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200","children":["$","span",null,{"children":["AAR v","0.2.3"]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/64f547b3bcd3aef4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/8ccc14e022ff6de3.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
14
14
  7:{}
15
15
  8:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
16
16
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -2,4 +2,4 @@
2
2
  2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"cf2SWIkI5HVbnDjLExI42","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"AAR - AI Agent Router"}],["$","meta","1",{"name":"description","content":"Unified API gateway for managing multiple AI model providers"}]]}]}]}],null]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"Xp9f-NEeGeBKhqaJCVH8D","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"AAR - AI Agent Router"}],["$","meta","1",{"name":"description","content":"Unified API gateway for managing multiple AI model providers"}]]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -3,4 +3,4 @@
3
3
  3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
4
4
  4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
5
5
  :HL["/_next/static/chunks/6992685fe009e8fd.css","style"]
6
- 0:{"buildId":"cf2SWIkI5HVbnDjLExI42","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6992685fe009e8fd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/8cf1e5f00ebaea52.js","async":true}]],["$","html",null,{"lang":"zh-CN","suppressHydrationWarning":true,"children":["$","body",null,{"className":"pb-10","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200","children":["$","span",null,{"children":["AAR v","0.2.2"]}]}]]}]}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"Xp9f-NEeGeBKhqaJCVH8D","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6992685fe009e8fd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/8cf1e5f00ebaea52.js","async":true}]],["$","html",null,{"lang":"zh-CN","suppressHydrationWarning":true,"children":["$","body",null,{"className":"pb-10","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200","children":["$","span",null,{"children":["AAR v","0.2.3"]}]}]]}]}]]}],"loading":null,"isPartial":false}
@@ -1,2 +1,2 @@
1
1
  :HL["/_next/static/chunks/6992685fe009e8fd.css","style"]
2
- 0:{"buildId":"cf2SWIkI5HVbnDjLExI42","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"ide","paramType":null,"paramKey":"ide","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
2
+ 0:{"buildId":"Xp9f-NEeGeBKhqaJCVH8D","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"ide","paramType":null,"paramKey":"ide","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -3,7 +3,7 @@
3
3
  3:I[61351,["/_next/static/chunks/8cf1e5f00ebaea52.js","/_next/static/chunks/64f547b3bcd3aef4.js","/_next/static/chunks/8ccc14e022ff6de3.js"],"default"]
4
4
  6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"buildId":"cf2SWIkI5HVbnDjLExI42","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/64f547b3bcd3aef4.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/8ccc14e022ff6de3.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"Xp9f-NEeGeBKhqaJCVH8D","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/64f547b3bcd3aef4.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/8ccc14e022ff6de3.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
3
3
  3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
4
- 0:{"buildId":"cf2SWIkI5HVbnDjLExI42","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"Xp9f-NEeGeBKhqaJCVH8D","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--cf2SWIkI5HVbnDjLExI42--><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/6992685fe009e8fd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/6e0dee5b6681763c.js"/><script src="/_next/static/chunks/f2f58a7e93290fbb.js" async=""></script><script src="/_next/static/chunks/a7f539bf6487f4ff.js" async=""></script><script src="/_next/static/chunks/turbopack-fdb839c72e10c2ea.js" async=""></script><script src="/_next/static/chunks/8cf1e5f00ebaea52.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/d2be314c3ece3fbe.js" async=""></script><script src="/_next/static/chunks/6f7efe5271343778.js" async=""></script><title>AAR - AI Agent Router</title><meta name="description" content="Unified API gateway for managing multiple AI model providers"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="pb-10"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex items-center justify-center"><div class="text-lg">加载中...</div></div><!--$--><!--/$--><footer class="fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200"><span>AAR v<!-- -->0.2.2</span></footer><script src="/_next/static/chunks/6e0dee5b6681763c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[97100,[\"/_next/static/chunks/8cf1e5f00ebaea52.js\"],\"ToastProvider\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ClientPageRoot\"]\n6:I[52683,[\"/_next/static/chunks/8cf1e5f00ebaea52.js\",\"/_next/static/chunks/6f7efe5271343778.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nc:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ViewportBoundary\"]\ne:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"MetadataBoundary\"]\n10:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n:HL[\"/_next/static/chunks/6992685fe009e8fd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"cf2SWIkI5HVbnDjLExI42\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/6992685fe009e8fd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/8cf1e5f00ebaea52.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"pb-10\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"footer\",null,{\"className\":\"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200\",\"children\":[\"$\",\"span\",null,{\"children\":[\"AAR v\",\"0.2.2\"]}]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/6f7efe5271343778.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"b:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"AAR - AI Agent Router\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Unified API gateway for managing multiple AI model providers\"}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--Xp9f_NEeGeBKhqaJCVH8D--><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/6992685fe009e8fd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/6e0dee5b6681763c.js"/><script src="/_next/static/chunks/f2f58a7e93290fbb.js" async=""></script><script src="/_next/static/chunks/a7f539bf6487f4ff.js" async=""></script><script src="/_next/static/chunks/turbopack-fdb839c72e10c2ea.js" async=""></script><script src="/_next/static/chunks/8cf1e5f00ebaea52.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/d2be314c3ece3fbe.js" async=""></script><script src="/_next/static/chunks/6f7efe5271343778.js" async=""></script><title>AAR - AI Agent Router</title><meta name="description" content="Unified API gateway for managing multiple AI model providers"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="pb-10"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex items-center justify-center"><div class="text-lg">加载中...</div></div><!--$--><!--/$--><footer class="fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200"><span>AAR v<!-- -->0.2.3</span></footer><script src="/_next/static/chunks/6e0dee5b6681763c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[97100,[\"/_next/static/chunks/8cf1e5f00ebaea52.js\"],\"ToastProvider\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ClientPageRoot\"]\n6:I[52683,[\"/_next/static/chunks/8cf1e5f00ebaea52.js\",\"/_next/static/chunks/6f7efe5271343778.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nc:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ViewportBoundary\"]\ne:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"MetadataBoundary\"]\n10:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n:HL[\"/_next/static/chunks/6992685fe009e8fd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"Xp9f-NEeGeBKhqaJCVH8D\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/6992685fe009e8fd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/8cf1e5f00ebaea52.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"pb-10\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"footer\",null,{\"className\":\"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200\",\"children\":[\"$\",\"span\",null,{\"children\":[\"AAR v\",\"0.2.3\"]}]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/6f7efe5271343778.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"b:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"AAR - AI Agent Router\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Unified API gateway for managing multiple AI model providers\"}]]\n"])</script></body></html>
@@ -10,7 +10,7 @@ c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be
10
10
  e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
11
11
  10:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
12
12
  :HL["/_next/static/chunks/6992685fe009e8fd.css","style"]
13
- 0:{"P":null,"b":"cf2SWIkI5HVbnDjLExI42","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6992685fe009e8fd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/8cf1e5f00ebaea52.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","suppressHydrationWarning":true,"children":["$","body",null,{"className":"pb-10","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200","children":["$","span",null,{"children":["AAR v","0.2.2"]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/6f7efe5271343778.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
13
+ 0:{"P":null,"b":"Xp9f-NEeGeBKhqaJCVH8D","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6992685fe009e8fd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/8cf1e5f00ebaea52.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","suppressHydrationWarning":true,"children":["$","body",null,{"className":"pb-10","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200","children":["$","span",null,{"children":["AAR v","0.2.3"]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/6f7efe5271343778.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
14
14
  7:{}
15
15
  8:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
16
16
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -3,7 +3,7 @@
3
3
  3:I[52683,["/_next/static/chunks/8cf1e5f00ebaea52.js","/_next/static/chunks/6f7efe5271343778.js"],"default"]
4
4
  6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"buildId":"cf2SWIkI5HVbnDjLExI42","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/6f7efe5271343778.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"Xp9f-NEeGeBKhqaJCVH8D","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/6f7efe5271343778.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -10,7 +10,7 @@ c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be
10
10
  e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
11
11
  10:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
12
12
  :HL["/_next/static/chunks/6992685fe009e8fd.css","style"]
13
- 0:{"P":null,"b":"cf2SWIkI5HVbnDjLExI42","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6992685fe009e8fd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/8cf1e5f00ebaea52.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","suppressHydrationWarning":true,"children":["$","body",null,{"className":"pb-10","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200","children":["$","span",null,{"children":["AAR v","0.2.2"]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/6f7efe5271343778.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
13
+ 0:{"P":null,"b":"Xp9f-NEeGeBKhqaJCVH8D","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/6992685fe009e8fd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/8cf1e5f00ebaea52.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","suppressHydrationWarning":true,"children":["$","body",null,{"className":"pb-10","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"fixed bottom-0 left-0 right-0 py-2 text-center text-xs text-gray-400 bg-gray-50 border-t border-gray-200","children":["$","span",null,{"children":["AAR v","0.2.3"]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/6f7efe5271343778.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
14
14
  7:{}
15
15
  8:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
16
16
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]