auto-coder-web 0.1.115__py3-none-any.whl → 0.1.117__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 +11 -1
- auto_coder_web/common_router/model_router.py +21 -7
- auto_coder_web/proxy.py +3 -0
- auto_coder_web/terminal.py +64 -15
- auto_coder_web/version.py +1 -1
- auto_coder_web/web/assets/main.js +233 -233
- {auto_coder_web-0.1.115.dist-info → auto_coder_web-0.1.117.dist-info}/METADATA +2 -2
- {auto_coder_web-0.1.115.dist-info → auto_coder_web-0.1.117.dist-info}/RECORD +11 -11
- {auto_coder_web-0.1.115.dist-info → auto_coder_web-0.1.117.dist-info}/WHEEL +0 -0
- {auto_coder_web-0.1.115.dist-info → auto_coder_web-0.1.117.dist-info}/entry_points.txt +0 -0
- {auto_coder_web-0.1.115.dist-info → auto_coder_web-0.1.117.dist-info}/top_level.txt +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: auto_coder_web
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.117
|
4
4
|
Summary: auto-coder.web: A Python Project
|
5
5
|
Author: allwefantasy
|
6
6
|
Classifier: Programming Language :: Python :: 3.10
|
7
7
|
Classifier: Programming Language :: Python :: 3.11
|
8
8
|
Classifier: Programming Language :: Python :: 3.12
|
9
9
|
Description-Content-Type: text/markdown
|
10
|
-
Requires-Dist: auto-coder >=0.1.
|
10
|
+
Requires-Dist: auto-coder >=0.1.390
|
11
11
|
Requires-Dist: aiofiles >=24.1.0
|
12
12
|
Requires-Dist: psutil
|
13
13
|
Requires-Dist: watchdog
|
@@ -1,13 +1,13 @@
|
|
1
1
|
auto_coder_web/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
auto_coder_web/auto_coder_runner_wrapper.py,sha256=
|
2
|
+
auto_coder_web/auto_coder_runner_wrapper.py,sha256=LQPvVNh3zBb56eDh_1nOpz4OBd0ZPiMBoZwJTxfaLKs,1914
|
3
3
|
auto_coder_web/file_manager.py,sha256=IWAP3g-uvGn0uD9_YBUvQnZ-prrNm2JcVqWGjzRsj-s,12029
|
4
4
|
auto_coder_web/init_project.py,sha256=udDVjNpIuyJGnEbFfHtbrpLs37QjqE1zOj3VHC6Glf8,1141
|
5
5
|
auto_coder_web/json_file_storage.py,sha256=elthpcdclXITX3jew2EtT-ypyxZzDAzG1U7_k3looHI,1757
|
6
6
|
auto_coder_web/lang.py,sha256=cXypkDesnMwZ0U6D_CZtxhDTAOp__hoJzYTulQ_8xPc,1108
|
7
|
-
auto_coder_web/proxy.py,sha256=
|
8
|
-
auto_coder_web/terminal.py,sha256=
|
7
|
+
auto_coder_web/proxy.py,sha256=tv6eOxlCz4dg7YtFr1zFEIyOWIlRfjz-EJPAEysc0fM,12299
|
8
|
+
auto_coder_web/terminal.py,sha256=6oAadZHC8AnUtl1-IGYcnyJcP75gi7SJ0o1AI9c3kiE,12447
|
9
9
|
auto_coder_web/types.py,sha256=hwHLmYXaCZo-V66dAOsCK2weBAd87gexBeJBpfjO5aU,1693
|
10
|
-
auto_coder_web/version.py,sha256=
|
10
|
+
auto_coder_web/version.py,sha256=tC6Ly5NZvDBZKJuC4iaO2NyJcqX7enbauSAG6rxadFU,24
|
11
11
|
auto_coder_web/agentic_message_parser/__init__.py,sha256=a6tHO-3fWK2uIU-E3wPISO3H-5I9XHKjofyPxj-m7pY,358
|
12
12
|
auto_coder_web/agentic_message_parser/message_parser.py,sha256=-uGG2QDXS7aLPi7zJopDwlt0S__JFHgKPPZs68LpKhI,2690
|
13
13
|
auto_coder_web/agentic_message_parser/tool_parsers.py,sha256=hCjd02ErCu5u5EmElOPHc6w0UZFX4M59FVJwfy3WkV8,2653
|
@@ -23,7 +23,7 @@ auto_coder_web/common_router/file_group_router.py,sha256=gkQp59SVlAkN79S8Gd_ah_5
|
|
23
23
|
auto_coder_web/common_router/file_router.py,sha256=orTiG9hn-eEd8i4HhMhbob4SsRbbEsJvOxk7CCbhoQY,10759
|
24
24
|
auto_coder_web/common_router/filecacher.py,sha256=3LgmGUqfjUyfRz2rxWvXsP-ovyjGW-t0Cl49Tibhd0Y,4666
|
25
25
|
auto_coder_web/common_router/lib_router.py,sha256=p_BdgvjYri41lRDyAOm-IY7uKSICk2g5lsTsz7zk_Ww,11117
|
26
|
-
auto_coder_web/common_router/model_router.py,sha256=
|
26
|
+
auto_coder_web/common_router/model_router.py,sha256=7KIIkC0AcoQgTcPs_yaJ9nvOAs6Ec4bXJe5mRx6ID8U,15005
|
27
27
|
auto_coder_web/expert_routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
28
28
|
auto_coder_web/expert_routers/history_router.py,sha256=9NUPlDQJJY5xhGepj38ej3qXAlbaquJDVaSniNhFpqw,12471
|
29
29
|
auto_coder_web/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -182,7 +182,7 @@ auto_coder_web/web/assets/liquid-BLUt9KkL.js,sha256=AdRP6IHXvDgzYyS8i2a4IEkF7CD3
|
|
182
182
|
auto_coder_web/web/assets/lua-nf6ki56Z.js,sha256=O3vMsGoiFHDMGSxTP1bHnDnRPebfmFnC7kf8-ovGkO8,2369
|
183
183
|
auto_coder_web/web/assets/m3-Cpb6xl2v.js,sha256=PmotBCyVZvUGHh9t9juODmjXptTEP5K6bnPj2WgYO6c,3063
|
184
184
|
auto_coder_web/web/assets/main-DruTAIag.css,sha256=35Wowt5HgoV2QBEso1-9meGgUy-K58zA1jgeS4_iDoQ,272745
|
185
|
-
auto_coder_web/web/assets/main.js,sha256=
|
185
|
+
auto_coder_web/web/assets/main.js,sha256=pj0EXAxWxvWuXUsqauyO6zt6tzuiF_-mhgSZWQGOPF4,7475357
|
186
186
|
auto_coder_web/web/assets/markdown-DSZPf7rp.js,sha256=3ZMgfYxjKX9U8l6GFCNrO28Hj7JU-4rKrEqXIezyqT4,4034
|
187
187
|
auto_coder_web/web/assets/mdx-CiikeQLk.js,sha256=iprIzvjW16191tAVyafTYuIz_I_E9WKkVH56DJUxgD0,5114
|
188
188
|
auto_coder_web/web/assets/mindmap-definition-ALO5MXBD-BK4Kd7cQ.js,sha256=5tpSNXZ2bGGSkZUrJthQpoYwZamfFE4SPWRpGo6fJ4Y,100975
|
@@ -348,8 +348,8 @@ auto_coder_web/web/monaco-editor/min/vs/language/typescript/tsWorker.js,sha256=_
|
|
348
348
|
auto_coder_web/web/sounds/ding-dong.wav,sha256=BveDrGCyt_YMHaJwFJ80L5NfbUF5cl5QjzR-SRehxTk,35324
|
349
349
|
auto_coder_web/web/sounds/gentle-notification.wav,sha256=bzd0MwECdrjmNz7mbqv_y03S7WwD3G6agbIh1rWJ9cQ,72124
|
350
350
|
auto_coder_web/web/sounds/soft-chime.wav,sha256=Akpw7_rHLnX3rE13dRYpyZbmQFLGtp8P53LCdAkT9sA,40364
|
351
|
-
auto_coder_web-0.1.
|
352
|
-
auto_coder_web-0.1.
|
353
|
-
auto_coder_web-0.1.
|
354
|
-
auto_coder_web-0.1.
|
355
|
-
auto_coder_web-0.1.
|
351
|
+
auto_coder_web-0.1.117.dist-info/METADATA,sha256=O-yj24lnohLH9LbmE51kyqGNHhaCY_ZbFdhg_jw-MDQ,1445
|
352
|
+
auto_coder_web-0.1.117.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
353
|
+
auto_coder_web-0.1.117.dist-info/entry_points.txt,sha256=oh8kd1ZecWDgdv-bIj_ru3phvl4scuxwXl9DK0Khltg,61
|
354
|
+
auto_coder_web-0.1.117.dist-info/top_level.txt,sha256=UCzEw494Im0KvR-FTYf2jh-okqHvLsC_0JLOrQZoSpg,15
|
355
|
+
auto_coder_web-0.1.117.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|