Skip to content

Commit 4786528

Browse files
committed
docs: update codeboarding architecture documentation
## πŸ“š Architecture Documentation Update This commit contains updated documentation files fetched from the CodeBoarding service and copied to the architecture documentation section. ### πŸ“Š Summary - Documentation files created/updated: 7 - JSON files created/updated: 8 - Documentation directory: .codeboarding/ - JSON directory: .codeboarding/ - Output format: .md - Repository analyzed: https://github.com/CodeBoarding/friendli-python - Destination: docs/architecture/ The generated .md files have been automatically copied to the architecture documentation section and referenced in on_boarding.md. πŸ€– This commit was automatically generated by the CodeBoarding documentation update workflow.
1 parent b64fffc commit 4786528

File tree

7 files changed

+323
-295
lines changed

7 files changed

+323
-295
lines changed

β€Ž.codeboarding/Data_Models_Error_Handling.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Comprises practical code examples demonstrating how to effectively use the SDK's
7070
**Related Classes/Methods**:
7171

7272
- `examples`
73-
- `docs`
73+
- <a href="https://github.com/CodeBoarding/friendli-python/blob/maindocs/" target="_blank" rel="noopener noreferrer">`docs`</a>
7474

7575

7676

β€Ž.codeboarding/analysis.jsonβ€Ž

Lines changed: 297 additions & 292 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"commit_hash": "48e1afec15c27522bf602d5aa8e9249b44a58b8c",
2+
"commit_hash": "b64fffca672b341c4af1d01e732cc3da79147f28",
33
"code_boarding_version": "0.2.0"
44
}

β€Ž.codeboarding/overview.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ graph LR
77
Platform_Abstractions["Platform Abstractions"]
88
Hooks_Extensibility["Hooks & Extensibility"]
99
Unclassified["Unclassified"]
10+
Unclassified["Unclassified"]
1011
Friendli_Client_Public_API_ -- "delegates requests to" --> SDK_Core
1112
SDK_Core -- "utilizes" --> Data_Models_Error_Handling
1213
SDK_Core -- "adapts behavior based on" --> Platform_Abstractions
@@ -89,6 +90,12 @@ Offers an extensible mechanism for injecting custom logic at various stages of t
8990
Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
9091

9192

93+
**Related Classes/Methods**: _None_
94+
95+
### Unclassified
96+
Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
97+
98+
9299
**Related Classes/Methods**: _None_
93100

94101

β€Ždocs/architecture/Data_Models_Error_Handling.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Comprises practical code examples demonstrating how to effectively use the SDK's
7070
**Related Classes/Methods**:
7171

7272
- `examples`
73-
- `docs`
73+
- <a href="https://github.com/CodeBoarding/friendli-python/blob/maindocs/" target="_blank" rel="noopener noreferrer">`docs`</a>
7474

7575

7676

β€Ždocs/architecture/on_boarding.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,12 @@ _Last updated: 2025-09-06 20:25:32 UTC_
108108
- [overview.md](./overview.md)
109109

110110
_Last updated: 2025-09-13 20:27:42 UTC_
111+
- [Data_Models_Error_Handling.md](./Data_Models_Error_Handling.md)
112+
- [Friendli_Client_Public_API_.md](./Friendli_Client_Public_API_.md)
113+
- [Hooks_Extensibility.md](./Hooks_Extensibility.md)
114+
- [Platform_Abstractions.md](./Platform_Abstractions.md)
115+
- [SDK_Core.md](./SDK_Core.md)
116+
- [Service_Modules.md](./Service_Modules.md)
117+
- [overview.md](./overview.md)
118+
119+
_Last updated: 2025-09-20 20:28:14 UTC_

β€Ždocs/architecture/overview.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ graph LR
77
Platform_Abstractions["Platform Abstractions"]
88
Hooks_Extensibility["Hooks & Extensibility"]
99
Unclassified["Unclassified"]
10+
Unclassified["Unclassified"]
1011
Friendli_Client_Public_API_ -- "delegates requests to" --> SDK_Core
1112
SDK_Core -- "utilizes" --> Data_Models_Error_Handling
1213
SDK_Core -- "adapts behavior based on" --> Platform_Abstractions
@@ -89,6 +90,12 @@ Offers an extensible mechanism for injecting custom logic at various stages of t
8990
Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
9091

9192

93+
**Related Classes/Methods**: _None_
94+
95+
### Unclassified
96+
Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
97+
98+
9299
**Related Classes/Methods**: _None_
93100

94101

0 commit comments

Comments
Β (0)