auto-coder-web 0.1.1__tar.gz → 0.1.2__tar.gz

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.
Files changed (36) hide show
  1. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/PKG-INFO +24 -2
  2. auto_coder_web-0.1.2/README.md +43 -0
  3. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/auto_coder_runner.py +2 -0
  4. auto_coder_web-0.1.2/src/auto_coder_web/version.py +1 -0
  5. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web.egg-info/PKG-INFO +24 -2
  6. auto_coder_web-0.1.2/src/auto_coder_web.egg-info/requires.txt +5 -0
  7. auto_coder_web-0.1.1/README.md +0 -22
  8. auto_coder_web-0.1.1/src/auto_coder_web/version.py +0 -1
  9. auto_coder_web-0.1.1/src/auto_coder_web.egg-info/requires.txt +0 -4
  10. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/setup.cfg +0 -0
  11. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/setup.py +0 -0
  12. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/__init__.py +0 -0
  13. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/file_group.py +0 -0
  14. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/file_manager.py +0 -0
  15. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/hello.py +0 -0
  16. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/json_file_storage.py +0 -0
  17. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/proxy.py +0 -0
  18. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/terminal.py +0 -0
  19. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/asset-manifest.json +0 -0
  20. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/favicon.ico +0 -0
  21. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/index.html +0 -0
  22. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/logo192.png +0 -0
  23. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/logo512.png +0 -0
  24. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/manifest.json +0 -0
  25. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/robots.txt +0 -0
  26. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/static/css/main.33801293.css +0 -0
  27. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/static/css/main.33801293.css.map +0 -0
  28. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/static/js/453.8ab44547.chunk.js +0 -0
  29. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/static/js/453.8ab44547.chunk.js.map +0 -0
  30. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/static/js/main.64225046.js +0 -0
  31. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/static/js/main.64225046.js.LICENSE.txt +0 -0
  32. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web/web/static/js/main.64225046.js.map +0 -0
  33. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web.egg-info/SOURCES.txt +0 -0
  34. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web.egg-info/dependency_links.txt +0 -0
  35. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web.egg-info/entry_points.txt +0 -0
  36. {auto_coder_web-0.1.1 → auto_coder_web-0.1.2}/src/auto_coder_web.egg-info/top_level.txt +0 -0
@@ -1,16 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: auto_coder_web
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: auto-coder.web: A Python Project
5
5
  Author: allwefantasy
6
6
  Classifier: Programming Language :: Python :: 3.9
7
7
  Classifier: Programming Language :: Python :: 3.10
8
8
  Classifier: Programming Language :: Python :: 3.11
9
9
  Description-Content-Type: text/markdown
10
- Requires-Dist: auto-coder
10
+ Requires-Dist: auto-coder==0.1.194
11
11
  Requires-Dist: aiofiles
12
12
  Requires-Dist: psutil
13
13
  Requires-Dist: sse-starlette
14
+ Requires-Dist: websockets
14
15
 
15
16
  # auto-coder.web
16
17
 
@@ -32,3 +33,24 @@ auto-coder.web
32
33
  http://localhost:8007
33
34
 
34
35
  开始你的编程!
36
+
37
+ ## 使用 Docker 运行
38
+
39
+ ```shell
40
+ docker run \
41
+ --name auto-coder-web \
42
+ -e BASE_URL=https://api.deepseek.com/v1 \
43
+ -e API_KEY=$MODEL_DEEPSEEK_TOKEN \
44
+ -e MODEL=deepseek-chat \
45
+ -p 8007:8007 \
46
+ -p 8265:8265 \
47
+ -v <你的项目>:/app/work \
48
+ -v <你的日志目录>:/app/logs \
49
+ allwefantasy/auto-coder-web
50
+ ```
51
+
52
+ 打开浏览器
53
+
54
+ http://localhost:8007
55
+
56
+ 开始你的编程!
@@ -0,0 +1,43 @@
1
+ # auto-coder.web
2
+
3
+ ## 安装
4
+
5
+ ```
6
+ pip install auto_coder_web
7
+ ```
8
+
9
+ ## 进入项目
10
+
11
+ ```
12
+ cd <project_dir>
13
+ auto-coder.web
14
+ ```
15
+
16
+ ## 打开浏览器
17
+
18
+ http://localhost:8007
19
+
20
+ 开始你的编程!
21
+
22
+ ## 使用 Docker 运行
23
+
24
+ ```shell
25
+ docker run \
26
+ --name auto-coder-web \
27
+ -e BASE_URL=https://api.deepseek.com/v1 \
28
+ -e API_KEY=$MODEL_DEEPSEEK_TOKEN \
29
+ -e MODEL=deepseek-chat \
30
+ -p 8007:8007 \
31
+ -p 8265:8265 \
32
+ -v <你的项目>:/app/work \
33
+ -v <你的日志目录>:/app/logs \
34
+ allwefantasy/auto-coder-web
35
+ ```
36
+
37
+ 打开浏览器
38
+
39
+ http://localhost:8007
40
+
41
+ 开始你的编程!
42
+
43
+
@@ -136,6 +136,8 @@ class AutoCoderRunner:
136
136
  }
137
137
 
138
138
  def get_groups(self) -> Dict[str, List[str]]:
139
+ if "groups" not in self.memory["current_files"]:
140
+ return {"groups": []}
139
141
  return {"groups": list(self.memory["current_files"]["groups"].keys())}
140
142
 
141
143
  def get_files_in_group(self, group_name: str) -> Dict[str, List[str]]:
@@ -0,0 +1 @@
1
+ __version__ = "0.1.2"
@@ -1,16 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: auto_coder_web
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: auto-coder.web: A Python Project
5
5
  Author: allwefantasy
6
6
  Classifier: Programming Language :: Python :: 3.9
7
7
  Classifier: Programming Language :: Python :: 3.10
8
8
  Classifier: Programming Language :: Python :: 3.11
9
9
  Description-Content-Type: text/markdown
10
- Requires-Dist: auto-coder
10
+ Requires-Dist: auto-coder==0.1.194
11
11
  Requires-Dist: aiofiles
12
12
  Requires-Dist: psutil
13
13
  Requires-Dist: sse-starlette
14
+ Requires-Dist: websockets
14
15
 
15
16
  # auto-coder.web
16
17
 
@@ -32,3 +33,24 @@ auto-coder.web
32
33
  http://localhost:8007
33
34
 
34
35
  开始你的编程!
36
+
37
+ ## 使用 Docker 运行
38
+
39
+ ```shell
40
+ docker run \
41
+ --name auto-coder-web \
42
+ -e BASE_URL=https://api.deepseek.com/v1 \
43
+ -e API_KEY=$MODEL_DEEPSEEK_TOKEN \
44
+ -e MODEL=deepseek-chat \
45
+ -p 8007:8007 \
46
+ -p 8265:8265 \
47
+ -v <你的项目>:/app/work \
48
+ -v <你的日志目录>:/app/logs \
49
+ allwefantasy/auto-coder-web
50
+ ```
51
+
52
+ 打开浏览器
53
+
54
+ http://localhost:8007
55
+
56
+ 开始你的编程!
@@ -0,0 +1,5 @@
1
+ auto-coder==0.1.194
2
+ aiofiles
3
+ psutil
4
+ sse-starlette
5
+ websockets
@@ -1,22 +0,0 @@
1
- # auto-coder.web
2
-
3
- ## 安装
4
-
5
- ```
6
- pip install auto_coder_web
7
- ```
8
-
9
- ## 进入项目
10
-
11
- ```
12
- cd <project_dir>
13
- auto-coder.web
14
- ```
15
-
16
- ## 打开浏览器
17
-
18
- http://localhost:8007
19
-
20
- 开始你的编程!
21
-
22
-
@@ -1 +0,0 @@
1
- __version__ = "0.1.1"
@@ -1,4 +0,0 @@
1
- auto-coder
2
- aiofiles
3
- psutil
4
- sse-starlette
File without changes
File without changes