Commit 0a1d925
committed
Move modules into a package
This structure matches what is recommended in the documentation.
https://backend.pdm-project.org/build_config/#the-src-layout
This will also solve the problem of each folder inside src/ currently
being installed as its own package and top level modules missing from the wheel.1 parent 6d006d2 commit 0a1d925
242 files changed
Lines changed: 8 additions & 5 deletions
File tree
- src/lightspeed_stack
- a2a_storage
- app
- endpoints
- authentication
- authorization
- cache
- data
- metrics
- models
- api
- requests
- responses
- error
- successful
- common
- agents
- responses
- database
- observability
- formats
- pydantic_ai_lightspeed
- capabilities
- question_validity
- redaction
- llamastack
- quota
- runners
- telemetry
- utils
- agents
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 93 | + | |
96 | 94 | | |
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
100 | 98 | | |
101 | 99 | | |
102 | | - | |
| 100 | + | |
103 | 101 | | |
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
107 | 105 | | |
108 | | - | |
| 106 | + | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments