dsh-py-codeact 0.1.1 → 0.1.2
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.
- package/package.json +7 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-py-codeact",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "CodeAct agent loop for the DeepSeek Harness: a persistent IPython session as the model's action space, with harness tools bridged in as a virtual `__dsh__.tools` module.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -9,12 +9,16 @@
|
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"dsh",
|
|
12
|
+
"dsh-plugin",
|
|
13
|
+
"deepseek",
|
|
12
14
|
"deepseek-harness",
|
|
15
|
+
"cordis-plugin",
|
|
13
16
|
"codeact",
|
|
17
|
+
"agent",
|
|
18
|
+
"python",
|
|
14
19
|
"ipython",
|
|
15
20
|
"repl",
|
|
16
|
-
"
|
|
17
|
-
"cordis-plugin"
|
|
21
|
+
"mcp"
|
|
18
22
|
],
|
|
19
23
|
"type": "module",
|
|
20
24
|
"main": "lib/index.js",
|