================================================================================ DASH APPLICATION ARCHITECTURE ================================================================================ ┌─ ENVIRONMENT │ ├─── Python Version: 3.11.8 ├─── Dash Version: 3.3.0 ├─── Key Dependencies: │ ├─── dash-mantine-components==2.4.0 │ ├─── plotly==6.4.0 │ └─── pandas==2.3.3 │ ├─ APPLICATION │ ├─── Name: Dash ├─── Server: run ├─── Multi-Page: Yes ├─── Suppress Callback Exceptions: True │ ├─ CALLBACKS │ ├─── Total Callbacks: 37 ├─── By Module: │ ├─── pages.analytics: 12 callback(s) │ ├─── docs.directives.counter_example: 1 callback(s) │ ├─── docs.directives.form_example: 1 callback(s) │ ├─── docs.example.introduction: 1 callback(s) │ ├─── docs.data-visualization.basic_chart: 1 callback(s) │ ├─── docs.data-visualization.line_chart: 1 callback(s) │ ├─── docs.data-visualization.scatter_plot: 1 callback(s) │ ├─── docs.data-visualization.realtime_chart: 1 callback(s) │ ├─── docs.data-visualization.dashboard: 1 callback(s) │ ├─── docs.interactive-components.simple_callback: 1 callback(s) │ ├─── docs.interactive-components.multiple_inputs: 1 callback(s) │ ├─── docs.interactive-components.state_example: 1 callback(s) │ ├─── docs.interactive-components.pattern_matching: 3 callback(s) │ ├─── docs.interactive-components.chained_callbacks: 3 callback(s) │ ├─── docs.interactive-components.loading_states: 1 callback(s) │ └─── dash.dash: 1 callback(s) │ ├─ PAGES │ ├── Home │ ├─ Path: / │ ├─ Module: pages.home │ ├─ Description: A modern, responsive documentation system for Dash applications built with Dash Mantine Components │ └─ Layout: Static │ │ ├── AI/LLM Integration │ ├─ Path: /examples/ai-integration │ ├─ Module: AI/LLM Integration │ └─ Layout: Static │ │ ├── Custom Directives │ ├─ Path: /examples/directives │ ├─ Module: Custom Directives │ └─ Layout: Static │ │ ├── Data Visualization │ ├─ Path: /examples/visualization │ ├─ Module: Data Visualization │ └─ Layout: Static │ │ ├── Getting Started │ ├─ Path: /getting-started │ ├─ Module: Getting Started │ └─ Layout: Static │ │ ├── Interactive .md │ ├─ Path: /examples/interactive │ ├─ Module: Interactive .md │ └─ Layout: Static │ │ └── Traffic Analytics │ ├─ Path: /analytics/traffic │ ├─ Module: pages.analytics │ ├─ Components: 23 │ ├─ Interactive: 0 │ ├─ Callbacks: 12 │ └─ Types: Container, Interval, Store, Group, Paper │ ├─ ROUTES │ ├── Documentation Routes: │ │ ├── /llms.txt (current page context) │ │ ├── /page.json (current page architecture) │ │ ├── /architecture.txt (global architecture) │ │ └── //llms.txt (specific page) │ ├── Page Routes: │ │ ├─── / (Home) │ │ ├─── /analytics/traffic (Traffic Analytics) │ │ ├─── /examples/ai-integration (AI/LLM Integration) │ │ ├─── /examples/directives (Custom Directives) │ │ ├─── /examples/interactive (Interactive .md) │ │ ├─── /examples/visualization (Data Visualization) │ │ └─── /getting-started (Getting Started) │ ├─ STATISTICS │ ├── Total Pages: 7 │ ├── Total Callbacks: 37 │ ├── Total Components: 31 │ ├── Interactive Components: 0 │ └── Unique Component Types: 11 │ ├─ TOP COMPONENTS │ ├── list: 5 │ ├── Paper: 5 │ ├── Container: 2 │ ├── Stack: 2 │ ├── Markdown: 1 │ ├── text: 1 │ ├── Interval: 1 │ ├── Store: 1 │ ├── Group: 1 │ └── Alert: 1 │ └─ END ================================================================================ *Generated with https://pip-install-python.com | dash-improve-my-llms hook* Pip Install Python LLC | https://plotly.pro ================================================================================