Skip to content

Commit f85cdfd

Browse files
committed
Generated doc for the main module
1 parent 1de5d91 commit f85cdfd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)