@blade-ai/agent-sdk 0.1.8 → 0.1.9
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 +3 -0
- package/dist/index.js +418 -428
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
本文件记录 @blade-ai/agent-sdk 的所有重要变更。
|
|
4
4
|
|
|
5
|
+
## [0.1.9] - 2026-02-26
|
|
6
|
+
|
|
7
|
+
- 6e092f1 refactor: remove openai dep, split Agent.ts, McpRegistry per-instance, provider lazy import
|
|
5
8
|
## [0.1.8] - 2026-02-18
|
|
6
9
|
|
|
7
10
|
- 7e41a2d test: add unit tests for SkillLoader, ToolRegistry, ContextCompressor
|