mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
KB: renamed app-routing
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -80,6 +80,8 @@ _app.tsx (Root)
|
||||
| **ErrorBoundary** | Error handling | Catches and displays errors gracefully |
|
||||
| **ProviderBootstrapLogic** | App initialization | • Tiktoken preload<br>• Model auto-config<br>• Storage cleanup<br>• 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
|
||||
Reference in New Issue
Block a user