@agentscope-ai/chat 1.1.34 → 1.1.35

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 (2) hide show
  1. package/bin/cli.js +5 -6
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -17,12 +17,11 @@ async function startServer() {
17
17
 
18
18
  try {
19
19
 
20
- try {
21
- execSync('git clone https://github.com/lishengzxc/agentscope-runtime.git -b dev', {
22
- stdio: 'inherit',
23
- })
24
-
25
- } catch (error) {}
20
+
21
+ execSync('rm -rf agentscope-runtime')
22
+ execSync('git clone https://github.com/lishengzxc/agentscope-runtime.git -b dev', {
23
+ stdio: 'inherit',
24
+ })
26
25
 
27
26
  execSync(
28
27
  'cd agentscope-runtime/web/starter_webui && npm install && BASE_URL=http://localhost:3000 TOKEN=123456 npm run dev',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentscope-ai/chat",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
4
4
  "description": "a free and open-source chat framework for building excellent LLM-powered chat experiences",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": [