We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de5d91 commit f85cdfdCopy full SHA for f85cdfd
src/README.md
@@ -0,0 +1,23 @@
1
+# List of source files stored in `src/` directory
2
+
3
+## [__init__.py](__init__.py)
4
+Main classes for the Lightspeed-stack.
5
6
+## [client.py](client.py)
7
+LLama stack client retrieval.
8
9
+## [configuration.py](configuration.py)
10
+Configuration loader.
11
12
+## [constants.py](constants.py)
13
+Constants used in business logic.
14
15
+## [lightspeed_stack.py](lightspeed_stack.py)
16
+Lightspeed stack.
17
18
+## [log.py](log.py)
19
+Log utilities.
20
21
+## [version.py](version.py)
22
+Service version that is read by project manager tools.
23
0 commit comments