@tbox.cn/app-agent-sdk-server 0.1.1 → 0.1.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tbox.cn/app-agent-sdk-server",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "tbox agent 应用框架 server 轴:chat 引擎、技能/前置工具/记忆、LLM provider、会话与 WS 通道、TTS、工具工厂、agent 配置。模块系统(注册表/装配/动作域/auth/inspector)在 @tbox.cn/app-sdk-server。",
6
6
  "exports": {
@@ -35,9 +35,9 @@
35
35
  "@mastra/core": "1.59.0",
36
36
  "@mastra/observability": "1.16.5",
37
37
  "@tbox.cn/agent-plugin": "0.1.0",
38
- "@tbox.cn/app-contracts": "0.12.0",
39
- "@tbox.cn/app-sdk-core": "0.20.0",
40
- "@tbox.cn/app-sdk-server": "0.21.0",
38
+ "@tbox.cn/app-contracts": "0.12.2",
39
+ "@tbox.cn/app-sdk-core": "0.20.1",
40
+ "@tbox.cn/app-sdk-server": "0.21.1",
41
41
  "ai": "6.0.246",
42
42
  "express": "4.22.2",
43
43
  "gray-matter": "4.0.3",
@@ -56,7 +56,7 @@
56
56
  "tsup": "8.5.1",
57
57
  "typescript": "5.9.3",
58
58
  "vitest": "4.1.10",
59
- "@tbox.cn/app-agent-sdk-client": "0.1.1"
59
+ "@tbox.cn/app-agent-sdk-client": "0.1.2"
60
60
  },
61
61
  "license": "MIT",
62
62
  "scripts": {