auto-coder-web 0.1.24__py3-none-any.whl → 0.1.25__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- auto_coder_web/auto_coder_runner_wrapper.py +7 -0
- auto_coder_web/common_router/__init__.py +0 -0
- auto_coder_web/common_router/auto_coder_conf_router.py +42 -0
- auto_coder_web/common_router/chat_list_router.py +75 -0
- auto_coder_web/common_router/completions_router.py +53 -0
- auto_coder_web/common_router/file_group_router.py +120 -0
- auto_coder_web/common_router/file_router.py +78 -0
- auto_coder_web/proxy.py +22 -472
- auto_coder_web/routers/chat_router.py +330 -0
- auto_coder_web/routers/coding_router.py +330 -0
- auto_coder_web/routers/config_router.py +199 -0
- auto_coder_web/routers/todo_router.py +463 -20
- auto_coder_web/version.py +1 -1
- auto_coder_web/web/asset-manifest.json +6 -6
- auto_coder_web/web/index.html +1 -1
- auto_coder_web/web/static/css/main.95277c5f.css +6 -0
- auto_coder_web/web/static/css/main.95277c5f.css.map +1 -0
- auto_coder_web/web/static/js/main.66c37ccf.js +3 -0
- auto_coder_web/web/static/js/{main.470202a1.js.LICENSE.txt → main.66c37ccf.js.LICENSE.txt} +40 -0
- auto_coder_web/web/static/js/{main.470202a1.js.map → main.66c37ccf.js.map} +1 -1
- {auto_coder_web-0.1.24.dist-info → auto_coder_web-0.1.25.dist-info}/METADATA +1 -1
- {auto_coder_web-0.1.24.dist-info → auto_coder_web-0.1.25.dist-info}/RECORD +27 -16
- {auto_coder_web-0.1.24.dist-info → auto_coder_web-0.1.25.dist-info}/top_level.txt +1 -0
- expert_routers/__init__.py +3 -0
- expert_routers/history_router.py +333 -0
- auto_coder_web/web/static/css/main.770925e5.css +0 -6
- auto_coder_web/web/static/css/main.770925e5.css.map +0 -1
- auto_coder_web/web/static/js/main.470202a1.js +0 -3
- {auto_coder_web-0.1.24.dist-info → auto_coder_web-0.1.25.dist-info}/WHEEL +0 -0
- {auto_coder_web-0.1.24.dist-info → auto_coder_web-0.1.25.dist-info}/entry_points.txt +0 -0
@@ -89,20 +89,36 @@ object-assign
|
|
89
89
|
* LICENSE file in the root directory of this source tree.
|
90
90
|
*/
|
91
91
|
|
92
|
+
/** */
|
93
|
+
|
94
|
+
/** */
|
95
|
+
|
96
|
+
/** */
|
97
|
+
|
92
98
|
/** */
|
93
99
|
|
100
|
+
/** */
|
101
|
+
|
94
102
|
/** */
|
95
103
|
|
96
104
|
/** */
|
97
105
|
|
106
|
+
/** */
|
107
|
+
|
98
108
|
/** */
|
99
109
|
|
110
|
+
/** */
|
111
|
+
|
112
|
+
/** */
|
113
|
+
|
100
114
|
/** */
|
101
115
|
|
102
116
|
/** */
|
103
117
|
|
104
118
|
/** */
|
105
119
|
|
120
|
+
/** */
|
121
|
+
|
106
122
|
/** */
|
107
123
|
|
108
124
|
/** */
|
@@ -121,6 +137,8 @@ object-assign
|
|
121
137
|
|
122
138
|
/** */
|
123
139
|
|
140
|
+
/** */
|
141
|
+
|
124
142
|
/** */
|
125
143
|
|
126
144
|
/** */
|
@@ -135,22 +153,34 @@ object-assign
|
|
135
153
|
|
136
154
|
/** */
|
137
155
|
|
156
|
+
/** */
|
157
|
+
|
138
158
|
/** */
|
139
159
|
|
140
160
|
/** */
|
141
161
|
|
162
|
+
/** */
|
163
|
+
|
142
164
|
/** */
|
143
165
|
|
144
166
|
/** */
|
145
167
|
|
146
168
|
/** */
|
147
169
|
|
170
|
+
/** */
|
171
|
+
|
148
172
|
/** */
|
149
173
|
|
150
174
|
/** */
|
151
175
|
|
176
|
+
/** */
|
177
|
+
|
178
|
+
/** */
|
179
|
+
|
152
180
|
/** */
|
153
181
|
|
182
|
+
/** */
|
183
|
+
|
154
184
|
/** */
|
155
185
|
|
156
186
|
/** */
|
@@ -159,6 +189,16 @@ object-assign
|
|
159
189
|
|
160
190
|
/** */
|
161
191
|
|
192
|
+
/** */
|
193
|
+
|
194
|
+
/** */
|
195
|
+
|
196
|
+
/** */
|
197
|
+
|
162
198
|
/** */
|
163
199
|
|
164
200
|
/** */
|
201
|
+
|
202
|
+
/** */
|
203
|
+
|
204
|
+
//! moment.js
|