Spaces:
Runtime error
Runtime error
| /** | |
| * Provider catalog data — extracted from providers.ts (god-file decomposition). | |
| * Pure data literal; re-exported by the providers.ts barrel. No behavior change. | |
| */ | |
| export const SYSTEM_PROVIDERS = { | |
| auto: { | |
| id: "auto", | |
| alias: "auto", | |
| name: "Auto (Zero-Config)", | |
| icon: "auto_awesome", | |
| color: "#6366F1", | |
| textIcon: "Auto", | |
| systemOnly: true, | |
| description: "Zero-config auto-routing with LKGP across all connected providers", | |
| }, | |
| }; | |