diff --git a/kb/KB.md b/kb/KB.md index a8d35e656..6677cc07b 100644 --- a/kb/KB.md +++ b/kb/KB.md @@ -18,7 +18,7 @@ Internal documentation for Big-AGI architecture and systems, for use by AI agent ### Systems Documentation #### Core Platform Systems -- **[routing-architecture.md](systems/routing-architecture.md)** - Next.js routing, provider stack, and display state hierarchy +- **[app-routing.md](systems/app-routing.md)** - Next.js routing, provider stack, and display state hierarchy - **[LLM-parameters-system.md](systems/LLM-parameters-system.md)** - Language model parameter flow across the system ## Guidelines diff --git a/kb/systems/routing-architecture.md b/kb/systems/app-routing.md similarity index 97% rename from kb/systems/routing-architecture.md rename to kb/systems/app-routing.md index 0cca26970..53d5641fe 100644 --- a/kb/systems/routing-architecture.md +++ b/kb/systems/app-routing.md @@ -80,6 +80,8 @@ _app.tsx (Root) | **ErrorBoundary** | Error handling | Catches and displays errors gracefully | | **ProviderBootstrapLogic** | App initialization | • Tiktoken preload
• Model auto-config
• Storage cleanup
• News redirect logic | +For detailed initialization sequence and provider functions, see [app-startup-sequence.md](app-startup-sequence.md), if present. + ## Application Routes ### Primary Apps