Skip to content

Commit 03fb50e

Browse files
committed
docs: update codeboarding architecture documentation
## 📚 Documentation Update This commit contains updated documentation files fetched from the CodeBoarding service. ### 📊 Summary - Documentation files created/updated: 6 - JSON files created/updated: 7 - Documentation directory: .codeboarding/ - JSON directory: .codeboarding/ - Output format: .rst - Repository analyzed: https://github.com/CodeBoarding/ChatterBot - Destination: docs/architecture/ 🤖 This commit was automatically generated by the CodeBoarding documentation update workflow.
1 parent ef48575 commit 03fb50e

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

.codeboarding/analysis.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
],
4444
"assigned_files": [
4545
"chatterbot/search.py",
46-
"chatterbot/adapters.py",
4746
"chatterbot/response_selection.py",
47+
"chatterbot/vectorstores.py",
4848
"chatterbot/filters.py",
4949
"chatterbot/comparisons.py",
5050
"chatterbot/logic/unit_conversion.py",
@@ -153,7 +153,6 @@
153153
}
154154
],
155155
"assigned_files": [
156-
"chatterbot/vectorstores.py",
157156
"chatterbot/llm.py"
158157
],
159158
"can_expand": true
@@ -195,6 +194,7 @@
195194
"docs/_ext/github.py",
196195
"docs/_ext/canonical.py",
197196
"chatterbot/__init__.py",
197+
"chatterbot/adapters.py",
198198
"chatterbot/__main__.py",
199199
"chatterbot/constants.py",
200200
"chatterbot/utils.py",
@@ -266,6 +266,13 @@
266266
"assigned_files": [],
267267
"can_expand": false
268268
},
269+
{
270+
"name": "Unclassified",
271+
"description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)",
272+
"referenced_source_code": [],
273+
"assigned_files": [],
274+
"can_expand": false
275+
},
269276
{
270277
"name": "Unclassified",
271278
"description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"commit_hash": "bc452866a4fde16feb9b4e6141f9ae2596f30afa",
2+
"commit_hash": "ef4857578b1ae3908c5162c7a619a4fd6923550e",
33
"code_boarding_version": "0.2.0"
44
}

.codeboarding/overview.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Overview
1919
Unclassified["Unclassified"]
2020
Unclassified["Unclassified"]
2121
Unclassified["Unclassified"]
22+
Unclassified["Unclassified"]
2223
Chatbot_Core_Engine -- "Receives Processed Input From" --> Input_Output_Processors
2324
Chatbot_Core_Engine -- "Delegates Response Generation To" --> Logic_Response_Adapters
2425
Logic_Response_Adapters -- "Queries Knowledge Base From" --> Data_Storage_Training
@@ -176,3 +177,10 @@ Unclassified
176177
Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
177178

178179
**Related Classes/Methods**: *None*
180+
181+
Unclassified
182+
^^^^^^^^^^^^
183+
184+
Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
185+
186+
**Related Classes/Methods**: *None*

docs/architecture/overview.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Overview
1919
Unclassified["Unclassified"]
2020
Unclassified["Unclassified"]
2121
Unclassified["Unclassified"]
22+
Unclassified["Unclassified"]
2223
Chatbot_Core_Engine -- "Receives Processed Input From" --> Input_Output_Processors
2324
Chatbot_Core_Engine -- "Delegates Response Generation To" --> Logic_Response_Adapters
2425
Logic_Response_Adapters -- "Queries Knowledge Base From" --> Data_Storage_Training
@@ -176,3 +177,10 @@ Unclassified
176177
Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
177178

178179
**Related Classes/Methods**: *None*
180+
181+
Unclassified
182+
^^^^^^^^^^^^
183+
184+
Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)
185+
186+
**Related Classes/Methods**: *None*

0 commit comments

Comments
 (0)