auto-coder 0.1.196__py3-none-any.whl → 0.1.198__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.
Potentially problematic release.
This version of auto-coder might be problematic. Click here for more details.
- {auto_coder-0.1.196.dist-info → auto_coder-0.1.198.dist-info}/METADATA +1 -1
- {auto_coder-0.1.196.dist-info → auto_coder-0.1.198.dist-info}/RECORD +29 -28
- autocoder/agent/coder.py +1234 -17
- autocoder/agent/project_reader.py +1 -1
- autocoder/auto_coder.py +13 -11
- autocoder/auto_coder_rag.py +1 -1
- autocoder/chat_auto_coder.py +17 -16
- autocoder/command_args.py +185 -79
- autocoder/common/__init__.py +21 -2
- autocoder/common/code_auto_generate_editblock.py +8 -2
- autocoder/common/code_auto_merge_editblock.py +81 -24
- autocoder/common/sys_prompt.py +163 -0
- autocoder/index/index.py +131 -44
- autocoder/lang.py +12 -2
- autocoder/pyproject/__init__.py +30 -1
- autocoder/rag/cache/byzer_storage_cache.py +1 -1
- autocoder/rag/cache/file_monitor_cache.py +1 -1
- autocoder/rag/cache/simple_cache.py +2 -2
- autocoder/rag/long_context_rag.py +1 -0
- autocoder/regexproject/__init__.py +30 -1
- autocoder/suffixproject/__init__.py +30 -1
- autocoder/tsproject/__init__.py +30 -1
- autocoder/utils/queue_communicate.py +7 -0
- autocoder/utils/rest.py +1 -1
- autocoder/version.py +1 -1
- {auto_coder-0.1.196.dist-info → auto_coder-0.1.198.dist-info}/LICENSE +0 -0
- {auto_coder-0.1.196.dist-info → auto_coder-0.1.198.dist-info}/WHEEL +0 -0
- {auto_coder-0.1.196.dist-info → auto_coder-0.1.198.dist-info}/entry_points.txt +0 -0
- {auto_coder-0.1.196.dist-info → auto_coder-0.1.198.dist-info}/top_level.txt +0 -0
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
autocoder/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
autocoder/auto_coder.py,sha256=
|
|
2
|
+
autocoder/auto_coder.py,sha256=AX6CBb8rk4KeHTi-VPiWQRN8YHAcYAq5lekuQvlPM38,39037
|
|
3
3
|
autocoder/auto_coder_lang.py,sha256=Rtupq6N3_HT7JRhDKdgCBcwRaiAnyCOR_Gsp4jUomrI,3229
|
|
4
|
-
autocoder/auto_coder_rag.py,sha256=
|
|
4
|
+
autocoder/auto_coder_rag.py,sha256=vRc3O0qSyRjiuBKD6Bfh3oMVchnO3VHoAeOz5j_jjlY,16578
|
|
5
5
|
autocoder/auto_coder_server.py,sha256=XU9b4SBH7zjPPXaTWWHV4_zJm-XYa6njuLQaplYJH_c,20290
|
|
6
|
-
autocoder/chat_auto_coder.py,sha256=
|
|
6
|
+
autocoder/chat_auto_coder.py,sha256=kgcD4HKKmvDd2CI048TqZwdx2hrQRbZKYPO10qyrbA8,82105
|
|
7
7
|
autocoder/chat_auto_coder_lang.py,sha256=QYtu5gWEQmWKVovR_qUZ8plySZarNFX_Onk-1vN9IiA,8524
|
|
8
|
-
autocoder/command_args.py,sha256=
|
|
9
|
-
autocoder/lang.py,sha256=
|
|
10
|
-
autocoder/version.py,sha256=
|
|
8
|
+
autocoder/command_args.py,sha256=jar54oLWYn20Z89rUxMCZv0ArRco7ev7jD3w0ZHfLcc,29807
|
|
9
|
+
autocoder/lang.py,sha256=_bSJ_0OR4jRRghygd2f1EJkdmDk1a7imjZdPaiK4uEY,13675
|
|
10
|
+
autocoder/version.py,sha256=7VkJdius5UmdVfV0_rB9BFkXVpKqPNv5zVMVKK8o26A,24
|
|
11
11
|
autocoder/agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
autocoder/agent/auto_tool.py,sha256=DBzip-P_T6ZtT2eHexPcusmKYD0h7ufzp7TLwXAY10E,11554
|
|
13
|
-
autocoder/agent/coder.py,sha256=
|
|
13
|
+
autocoder/agent/coder.py,sha256=x6bdJwDuETGg9ebQnYlUWCxCtQcDGg73LtI6McpWslQ,72034
|
|
14
14
|
autocoder/agent/designer.py,sha256=EpRbzO58Xym3GrnppIT1Z8ZFAlnNfgzHbIzZ3PX-Yv8,27037
|
|
15
15
|
autocoder/agent/planner.py,sha256=vwCY0SiPoKFQZCZnTVlOIBnVzkgIu1uk-xMC0d6_TNw,9048
|
|
16
|
-
autocoder/agent/project_reader.py,sha256
|
|
16
|
+
autocoder/agent/project_reader.py,sha256=tWLaPoLw1gI6kO_NzivQj28KbobU2ceOLuppHMbfGl8,18234
|
|
17
17
|
autocoder/chat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
autocoder/common/JupyterClient.py,sha256=O-wi6pXeAEYhAY24kDa0BINrLYvKS6rKyWe98pDClS0,2816
|
|
19
19
|
autocoder/common/ShellClient.py,sha256=fM1q8t_XMSbLBl2zkCNC2J9xuyKN3eXzGm6hHhqL2WY,2286
|
|
20
|
-
autocoder/common/__init__.py,sha256=
|
|
20
|
+
autocoder/common/__init__.py,sha256=8_TmZeX-UNPmMSWUnaYcNOMV-uxwWY2ye-1NHU0Rlk4,11163
|
|
21
21
|
autocoder/common/anything2images.py,sha256=0ILBbWzY02M-CiWB-vzuomb_J1hVdxRcenAfIrAXq9M,25283
|
|
22
22
|
autocoder/common/audio.py,sha256=Kn9nWKQddWnUrAz0a_ZUgjcu4VUU_IcZBigT7n3N3qc,7439
|
|
23
23
|
autocoder/common/cleaner.py,sha256=NU72i8C6o9m0vXExab7nao5bstBUsfJFcj11cXa9l4U,1089
|
|
24
24
|
autocoder/common/code_auto_execute.py,sha256=4KXGmiGObr_B1d6tzV9dwS6MifCSc3Gm4j2d6ildBXQ,6867
|
|
25
25
|
autocoder/common/code_auto_generate.py,sha256=Jn145eIsVUCF4EtpcnCS83R6oXiTz51PvhQAd1vYAG8,6909
|
|
26
26
|
autocoder/common/code_auto_generate_diff.py,sha256=3rI3B8LL8MRobv5wjZYNO5bE9DUaPvQuuKRNlFkIbKw,12146
|
|
27
|
-
autocoder/common/code_auto_generate_editblock.py,sha256=
|
|
27
|
+
autocoder/common/code_auto_generate_editblock.py,sha256=XzbYgww-ZZSHI5Qhps5ovfqIg3929fpdkr3CMF18cvg,14478
|
|
28
28
|
autocoder/common/code_auto_generate_strict_diff.py,sha256=PS9ghYxNrohfLbclSxg0a39DYz8XwZsDBMUdSkrety0,10638
|
|
29
29
|
autocoder/common/code_auto_merge.py,sha256=3PB2fQtqgA0wPQSdwFqoOHfNT-mORgGfOXjfRGflikQ,5141
|
|
30
30
|
autocoder/common/code_auto_merge_diff.py,sha256=b5INrBJJ2EI0uj5AIiMobCS5S9xevCvdescs3nzCPhY,12594
|
|
31
|
-
autocoder/common/code_auto_merge_editblock.py,sha256=
|
|
31
|
+
autocoder/common/code_auto_merge_editblock.py,sha256=gIM90aZLKLHft4OzfUuAB6dWx7ntbnrqzZiJuOVukJQ,13774
|
|
32
32
|
autocoder/common/code_auto_merge_strict_diff.py,sha256=iwVEcPSER1NY0g59SVJPQ-PcSIyO6bkO3zK4jjocIL8,7571
|
|
33
33
|
autocoder/common/command_completer.py,sha256=pmPpdfGhpNV3v4u3KadL1BEG5H0QRO6eGv98uQjXXRQ,8947
|
|
34
34
|
autocoder/common/command_generator.py,sha256=v4LmU7sO-P7jEZIXCWHUC6P-vT7AvBi_x_PTwCqBAE8,1323
|
|
@@ -41,6 +41,7 @@ autocoder/common/llm_rerank.py,sha256=FbvtCzaR661Mt2wn0qsuiEL1Y3puD6jeIJS4zg_e7B
|
|
|
41
41
|
autocoder/common/screenshots.py,sha256=_gA-z1HxGjPShBrtgkdideq58MG6rqFB2qMUJKjrycs,3769
|
|
42
42
|
autocoder/common/search.py,sha256=_ZX03ph89rDPGMY1OrfqaDfxsDR-flh6YEHixherjwM,16616
|
|
43
43
|
autocoder/common/search_replace.py,sha256=GphFkc57Hb673CAwmbiocqTbw8vrV7TrZxtOhD0332g,22147
|
|
44
|
+
autocoder/common/sys_prompt.py,sha256=FOgduCm8VbK1tZmjhgmdD8jWyB4EJybh0lkfSBDAswg,26380
|
|
44
45
|
autocoder/common/text.py,sha256=KGRQq314GHBmY4MWG8ossRoQi1_DTotvhxchpn78c-k,1003
|
|
45
46
|
autocoder/common/types.py,sha256=_kl8q2oCAZe-HqU9LjQgSqVHAw4ojMojlF58-bp2xiE,354
|
|
46
47
|
autocoder/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -54,15 +55,15 @@ autocoder/dispacher/actions/plugins/action_regex_project.py,sha256=kbmNjvPzuKaZ2
|
|
|
54
55
|
autocoder/dispacher/actions/plugins/action_translate.py,sha256=nVAtRSQpdGNmZxg1R_9zXG3AuTv3CHf2v7ODgj8u65c,7727
|
|
55
56
|
autocoder/index/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
56
57
|
autocoder/index/for_command.py,sha256=zfbvQnhHjsAqBc4Ce1kMGIu0jPEk_rtH7fntg89_4z0,3092
|
|
57
|
-
autocoder/index/index.py,sha256=
|
|
58
|
+
autocoder/index/index.py,sha256=EpS3ZsCL6WuMk2hLiUe5J_XIny5uvlEuQLw68WzYxKk,31823
|
|
58
59
|
autocoder/index/symbols_utils.py,sha256=CjcjUVajmJZB75Ty3a7kMv1BZphrm-tIBAdOJv6uo-0,2037
|
|
59
|
-
autocoder/pyproject/__init__.py,sha256=
|
|
60
|
+
autocoder/pyproject/__init__.py,sha256=RrCY_gyUHK7IFhjOvNRs_ckMsO6Mw7pRymWEjzpr2Rw,14354
|
|
60
61
|
autocoder/rag/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
61
62
|
autocoder/rag/api_server.py,sha256=dRbhAZVRAOlZ64Cnxf4_rKb4iJwHnrWS9Zr67IVORw0,7288
|
|
62
63
|
autocoder/rag/doc_filter.py,sha256=Ha0Yae_G_hF72YzvrO7NoDZcG18K4hRcqGAEqfrIwAs,9330
|
|
63
64
|
autocoder/rag/document_retriever.py,sha256=_jCbCEX0I-5UPWuHocESaWHatQcv1r_DqA0yOfOAiZ0,9092
|
|
64
65
|
autocoder/rag/llm_wrapper.py,sha256=sbDxCANiZyWb_ocqNgqu2oy3c2t8orPNRGleEs-Uwl8,2649
|
|
65
|
-
autocoder/rag/long_context_rag.py,sha256=
|
|
66
|
+
autocoder/rag/long_context_rag.py,sha256=m7lRkq9SKLTJE-rBc-XyXDRNymxsZF93I5pa3wwOU8k,23809
|
|
66
67
|
autocoder/rag/rag_config.py,sha256=8LwFcTd8OJWWwi1_WY4IzjqgtT6RyE2j4PjxS5cCTDE,802
|
|
67
68
|
autocoder/rag/rag_entry.py,sha256=V1RJ8RGqM30DNPmzymv64rZjNRGWn6kfc8sRy_LECg0,2451
|
|
68
69
|
autocoder/rag/raw_rag.py,sha256=yS2Ur6kG0IRjhCj2_VonwxjY_xls_E62jO5Gz5j2nqE,2952
|
|
@@ -77,9 +78,9 @@ autocoder/rag/utils.py,sha256=6LkPuMglUw_Wl0RdQI5x6TnQ4K_J3U8Siia4d1LdPy4,4963
|
|
|
77
78
|
autocoder/rag/variable_holder.py,sha256=PFvBjFcR7-fNDD4Vcsc8CpH2Te057vcpwJMxtrfUgKI,75
|
|
78
79
|
autocoder/rag/cache/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
79
80
|
autocoder/rag/cache/base_cache.py,sha256=Dsx4JhNgEh_Scgb0ZMms-QtjGNyYGi_8KYxijHmqJe4,398
|
|
80
|
-
autocoder/rag/cache/byzer_storage_cache.py,sha256=
|
|
81
|
-
autocoder/rag/cache/file_monitor_cache.py,sha256
|
|
82
|
-
autocoder/rag/cache/simple_cache.py,sha256=
|
|
81
|
+
autocoder/rag/cache/byzer_storage_cache.py,sha256=GW0dKtwOYljW_oi1tDNrrMfI95zFzdP-KH_dZdDcqyQ,14642
|
|
82
|
+
autocoder/rag/cache/file_monitor_cache.py,sha256=ZfWFEzhanwM78sj87dnDWS_mj1SjvK4U_-XdqMZOnhM,4947
|
|
83
|
+
autocoder/rag/cache/simple_cache.py,sha256=mnWA4ZrwK2LJ38Zl5rnhBKCqGtjG45_lr0-Zj8ryix4,7419
|
|
83
84
|
autocoder/rag/loaders/__init__.py,sha256=EQHEZ5Cmz-mGP2SllUTvcIbYCnF7W149dNpNItfs0yE,304
|
|
84
85
|
autocoder/rag/loaders/docx_loader.py,sha256=g6Ta8rMUbfgwB8N1qiajhyO6wpaWl7zygAZiKShuioI,174
|
|
85
86
|
autocoder/rag/loaders/excel_loader.py,sha256=Ue8YB1z_kBs8SjIPuBskyM08Q1JiONs_BJZPrzi59oo,896
|
|
@@ -89,9 +90,9 @@ autocoder/rag/stream_event/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
|
89
90
|
autocoder/rag/stream_event/event_writer.py,sha256=l7kq_LnDDE8E5dZ-73C7J2MgzSL7WrozdXk0eV-k55Q,409
|
|
90
91
|
autocoder/rag/stream_event/types.py,sha256=rtLwOE8rShmi1dJdxyBpAV5ZjLBGG9vptMiSzMxGuIA,318
|
|
91
92
|
autocoder/regex_project/__init__.py,sha256=EBZeCL5ORyD_9_5u_UuG4s7XtpXOu0y1sWDmxWFtufE,6781
|
|
92
|
-
autocoder/regexproject/__init__.py,sha256=
|
|
93
|
-
autocoder/suffixproject/__init__.py,sha256=
|
|
94
|
-
autocoder/tsproject/__init__.py,sha256=
|
|
93
|
+
autocoder/regexproject/__init__.py,sha256=lHTpHfYkguCMtczXoH4bMr-IMNZQtXIjmtSvjtfX0Ro,9674
|
|
94
|
+
autocoder/suffixproject/__init__.py,sha256=bEPW9AyGSQ8kNzrgKEXyRikrUCUEuJ6b6vCLzO8Ja6g,11017
|
|
95
|
+
autocoder/tsproject/__init__.py,sha256=avSnMA3uSdZmv5MxTilDPFLRFmtfzFr1NPhHaRMFhX4,11625
|
|
95
96
|
autocoder/utils/__init__.py,sha256=O3n6cpsgkIbbMuwmBHSQ1dls_IBD7_7YKFFaeKNo_tc,1193
|
|
96
97
|
autocoder/utils/coder.py,sha256=rK8e0svQBe0NOP26dIGToUXgha_hUDgxlWoC_p_r7oc,5698
|
|
97
98
|
autocoder/utils/conversation_store.py,sha256=sz-hhY7sttPAUOAQU6Pze-5zJc3j0_Emj22dM_0l5ro,1161
|
|
@@ -99,14 +100,14 @@ autocoder/utils/llm_client_interceptors.py,sha256=FEHNXoFZlCjAHQcjPRyX8FOMjo6rPX
|
|
|
99
100
|
autocoder/utils/log_capture.py,sha256=I-bsJFLWoGUiX-GKoZsH9kWJCKSV7ZlUnRt7jh-fOL0,1548
|
|
100
101
|
autocoder/utils/multi_turn.py,sha256=unK9OpqVRbK6uIcTKXgggX2wNmyj7s5eyEAQ2xUwHoM,88
|
|
101
102
|
autocoder/utils/print_table.py,sha256=ZMRhCA9DD0FUfKyJBWd5bDdj1RrtPtgOMWSJwtvZcLs,403
|
|
102
|
-
autocoder/utils/queue_communicate.py,sha256=
|
|
103
|
+
autocoder/utils/queue_communicate.py,sha256=l80Bo_Bmqe2st1VNoUnyZrEmEfQfDBBweZmD7keti14,6740
|
|
103
104
|
autocoder/utils/request_event_queue.py,sha256=r3lo5qGsB1dIjzVQ05dnr0z_9Z3zOkBdP1vmRciKdi4,2095
|
|
104
105
|
autocoder/utils/request_queue.py,sha256=nwp6PMtgTCiuwJI24p8OLNZjUiprC-TsefQrhMI-yPE,3889
|
|
105
|
-
autocoder/utils/rest.py,sha256=
|
|
106
|
+
autocoder/utils/rest.py,sha256=HawagAap3wMIDROGhY1730zSZrJR_EycODAA5qOj83c,8807
|
|
106
107
|
autocoder/utils/tests.py,sha256=BqphrwyycGAvs-5mhH8pKtMZdObwhFtJ5MC_ZAOiLq8,1340
|
|
107
|
-
auto_coder-0.1.
|
|
108
|
-
auto_coder-0.1.
|
|
109
|
-
auto_coder-0.1.
|
|
110
|
-
auto_coder-0.1.
|
|
111
|
-
auto_coder-0.1.
|
|
112
|
-
auto_coder-0.1.
|
|
108
|
+
auto_coder-0.1.198.dist-info/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
|
109
|
+
auto_coder-0.1.198.dist-info/METADATA,sha256=qa-B_AHKHsTq2Ldk8H1DthmZ5dUrrDfgrNUirUyg6EE,2352
|
|
110
|
+
auto_coder-0.1.198.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
111
|
+
auto_coder-0.1.198.dist-info/entry_points.txt,sha256=0nzHtHH4pNcM7xq4EBA2toS28Qelrvcbrr59GqD_0Ak,350
|
|
112
|
+
auto_coder-0.1.198.dist-info/top_level.txt,sha256=Jqc0_uJSw2GwoFQAa9iJxYns-2mWla-9ok_Y3Gcznjk,10
|
|
113
|
+
auto_coder-0.1.198.dist-info/RECORD,,
|