@faapi/agent 6.1.0 → 6.3.0

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -33,7 +33,7 @@ npm install @faapi/agent
33
33
 
34
34
  要求 Node.js >= 24。
35
35
 
36
- > 当前为 canary 阶段(Phase 3.x 持续开发中),API 可能在稳定前调整。
36
+ > 当前处于持续开发阶段(Phase 3.x),API 可能在稳定前调整。
37
37
 
38
38
  ## 启用方式
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faapi/agent",
3
- "version": "6.1.0",
3
+ "version": "6.3.0",
4
4
  "description": "Agent runtime for faapi — LLM-driven ReAct loop over scanned agent / tool registries",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,12 +25,12 @@
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^4.1.11",
27
27
  "zod": "^4.4.3",
28
- "@faapi/faapi": "6.1.0"
28
+ "@faapi/faapi": "6.3.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "typescript": ">=5.7.0",
32
32
  "zod": "^4.4.3",
33
- "@faapi/faapi": "^6.1.0"
33
+ "@faapi/faapi": "^6.3.0"
34
34
  },
35
35
  "peerDependenciesMeta": {
36
36
  "typescript": {