@blade-ai/agent-sdk 0.1.8 → 0.1.11
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/CHANGELOG.md +10 -0
- package/dist/index.js +427 -437
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
本文件记录 @blade-ai/agent-sdk 的所有重要变更。
|
|
4
4
|
|
|
5
|
+
## [0.1.11] - 2026-02-28
|
|
6
|
+
|
|
7
|
+
- 722cd05 ci: 指定 npm registry 为官方源
|
|
8
|
+
## [0.1.10] - 2026-02-28
|
|
9
|
+
|
|
10
|
+
- 67a4890 feat: 添加错误处理工具函数并重构错误处理逻辑
|
|
11
|
+
- 381387f refactor(agent): 统一使用 AgentEvent 类型替代 AgentLoopEvent
|
|
12
|
+
## [0.1.9] - 2026-02-26
|
|
13
|
+
|
|
14
|
+
- 6e092f1 refactor: remove openai dep, split Agent.ts, McpRegistry per-instance, provider lazy import
|
|
5
15
|
## [0.1.8] - 2026-02-18
|
|
6
16
|
|
|
7
17
|
- 7e41a2d test: add unit tests for SkillLoader, ToolRegistry, ContextCompressor
|