@tencent-ai/agent-server 0.0.15 → 0.0.16

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/README.md CHANGED
@@ -19,6 +19,8 @@ MAX_RETRIES=3
19
19
  MAX_TOKENS=4096
20
20
  TEMPERATURE=0.1
21
21
 
22
+ WORKSPACE_DIR=/workspace
23
+
22
24
  ```
23
25
 
24
26
  ### 启动服务
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/agent-server",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Tencent AI Agent Server",
5
5
  "main": ".genie/dist/backend/index.js",
6
6
  "typings": "lib/node/index.d.ts",