auto-coder-web 0.1.24__py3-none-any.whl → 0.1.26__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 +39 -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 +192 -0
- auto_coder_web/common_router/file_router.py +79 -0
- auto_coder_web/proxy.py +22 -477
- 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.b9764291.css +6 -0
- auto_coder_web/web/static/css/main.b9764291.css.map +1 -0
- auto_coder_web/web/static/js/main.a707a18c.js +3 -0
- auto_coder_web/web/static/js/{main.470202a1.js.LICENSE.txt → main.a707a18c.js.LICENSE.txt} +43 -1
- auto_coder_web/web/static/js/{main.470202a1.js.map → main.a707a18c.js.map} +1 -1
- {auto_coder_web-0.1.24.dist-info → auto_coder_web-0.1.26.dist-info}/METADATA +1 -1
- {auto_coder_web-0.1.24.dist-info → auto_coder_web-0.1.26.dist-info}/RECORD +27 -16
- {auto_coder_web-0.1.24.dist-info → auto_coder_web-0.1.26.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.26.dist-info}/WHEEL +0 -0
- {auto_coder_web-0.1.24.dist-info → auto_coder_web-0.1.26.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
|
/** */
|
@@ -129,28 +147,44 @@ object-assign
|
|
129
147
|
|
130
148
|
/** */
|
131
149
|
|
150
|
+
/** */
|
151
|
+
|
132
152
|
/** */
|
133
153
|
|
134
154
|
/** */
|
135
155
|
|
136
156
|
/** */
|
137
157
|
|
158
|
+
/** */
|
159
|
+
|
138
160
|
/** */
|
139
161
|
|
140
162
|
/** */
|
141
163
|
|
164
|
+
/** */
|
165
|
+
|
142
166
|
/** */
|
143
167
|
|
144
168
|
/** */
|
145
169
|
|
146
170
|
/** */
|
147
171
|
|
172
|
+
/** */
|
173
|
+
|
148
174
|
/** */
|
149
175
|
|
150
176
|
/** */
|
151
177
|
|
178
|
+
/** */
|
179
|
+
|
180
|
+
/** */
|
181
|
+
|
152
182
|
/** */
|
153
183
|
|
184
|
+
/** */
|
185
|
+
|
186
|
+
/** */
|
187
|
+
|
154
188
|
/** */
|
155
189
|
|
156
190
|
/** */
|
@@ -159,6 +193,14 @@ object-assign
|
|
159
193
|
|
160
194
|
/** */
|
161
195
|
|
162
|
-
/** */
|
197
|
+
|
198
|
+
/** */
|
199
|
+
|
200
|
+
/** */
|
163
201
|
|
164
202
|
/** */
|
203
|
+
|
204
|
+
/** */
|
205
|
+
|
206
|
+
//! moment.js
|