@aigne/deepseek 0.6.2 → 0.6.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/CHANGELOG.md +12 -0
- package/README.md +0 -2
- package/package.json +4 -4
- package/README.zh.md +0 -115
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.6.3](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.6.2...deepseek-v0.6.3) (2025-07-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @aigne/openai bumped to 0.9.0
|
|
11
|
+
* devDependencies
|
|
12
|
+
* @aigne/core bumped to 1.33.0
|
|
13
|
+
* @aigne/test-utils bumped to 0.5.5
|
|
14
|
+
|
|
3
15
|
## [0.6.2](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.6.1...deepseek-v0.6.2) (2025-07-09)
|
|
4
16
|
|
|
5
17
|
|
package/README.md
CHANGED
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
[](https://www.npmjs.com/package/@aigne/deepseek)
|
|
7
7
|
[](https://github.com/AIGNE-io/aigne-framework/blob/main/LICENSE.md)
|
|
8
8
|
|
|
9
|
-
**English** | [中文](README.zh.md)
|
|
10
|
-
|
|
11
9
|
AIGNE Deepseek SDK for integrating with Deepseek AI models within the [AIGNE Framework](https://github.com/AIGNE-io/aigne-framework).
|
|
12
10
|
|
|
13
11
|
## Introduction
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/deepseek",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "AIGNE Deepseek SDK for integrating with Deepseek AI models",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@aigne/openai": "^0.
|
|
35
|
+
"@aigne/openai": "^0.9.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/bun": "^1.2.17",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"npm-run-all": "^4.1.5",
|
|
41
41
|
"rimraf": "^6.0.1",
|
|
42
42
|
"typescript": "^5.8.3",
|
|
43
|
-
"@aigne/test-utils": "^0.5.
|
|
44
|
-
"@aigne/core": "^1.
|
|
43
|
+
"@aigne/test-utils": "^0.5.5",
|
|
44
|
+
"@aigne/core": "^1.33.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"lint": "tsc --noEmit",
|
package/README.zh.md
DELETED
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
# @aigne/deepseek
|
|
2
|
-
|
|
3
|
-
[](https://star-history.com/#AIGNE-io/aigne-framework)
|
|
4
|
-
[](https://github.com/AIGNE-io/aigne-framework/issues)
|
|
5
|
-
[](https://codecov.io/gh/AIGNE-io/aigne-framework)
|
|
6
|
-
[](https://www.npmjs.com/package/@aigne/deepseek)
|
|
7
|
-
[](https://github.com/AIGNE-io/aigne-framework/blob/main/LICENSE.md)
|
|
8
|
-
|
|
9
|
-
[English](README.md) | **中文**
|
|
10
|
-
|
|
11
|
-
AIGNE Deepseek SDK,用于在 [AIGNE 框架](https://github.com/AIGNE-io/aigne-framework) 中集成 Deepseek AI 模型。
|
|
12
|
-
|
|
13
|
-
## 简介
|
|
14
|
-
|
|
15
|
-
`@aigne/deepseek` 提供了 AIGNE 框架与 Deepseek 强大的语言模型和 API 之间的无缝集成。该包使开发者能够在 AIGNE 应用程序中轻松利用 Deepseek 的 AI 模型,同时提供框架内一致的接口,充分发挥 Deepseek 先进的 AI 能力。
|
|
16
|
-
|
|
17
|
-
## 特性
|
|
18
|
-
|
|
19
|
-
* **Deepseek API 集成**:直接连接到 Deepseek 的 API 服务
|
|
20
|
-
* **聊天完成**:支持 Deepseek 的聊天完成 API 和所有可用模型
|
|
21
|
-
* **函数调用**:内置支持函数调用功能
|
|
22
|
-
* **流式响应**:支持流式响应,提供更高响应性的应用程序体验
|
|
23
|
-
* **类型安全**:为所有 API 和模型提供全面的 TypeScript 类型定义
|
|
24
|
-
* **一致接口**:兼容 AIGNE 框架的模型接口
|
|
25
|
-
* **错误处理**:健壮的错误处理和重试机制
|
|
26
|
-
* **完整配置**:丰富的配置选项用于微调行为
|
|
27
|
-
|
|
28
|
-
## 安装
|
|
29
|
-
|
|
30
|
-
### 使用 npm
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
npm install @aigne/deepseek @aigne/core
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
### 使用 yarn
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
yarn add @aigne/deepseek @aigne/core
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
### 使用 pnpm
|
|
43
|
-
|
|
44
|
-
```bash
|
|
45
|
-
pnpm add @aigne/deepseek @aigne/core
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
## 基本用法
|
|
49
|
-
|
|
50
|
-
```typescript file="test/deepseek-chat-model.test.ts" region="example-deepseek-chat-model"
|
|
51
|
-
import { DeepSeekChatModel } from "@aigne/deepseek";
|
|
52
|
-
|
|
53
|
-
const model = new DeepSeekChatModel({
|
|
54
|
-
// Provide API key directly or use environment variable DEEPSEEK_API_KEY
|
|
55
|
-
apiKey: "your-api-key", // Optional if set in env variables
|
|
56
|
-
// Specify model version (defaults to 'deepseek-chat')
|
|
57
|
-
model: "deepseek-chat",
|
|
58
|
-
modelOptions: {
|
|
59
|
-
temperature: 0.7,
|
|
60
|
-
},
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
const result = await model.invoke({
|
|
64
|
-
messages: [{ role: "user", content: "Introduce yourself" }],
|
|
65
|
-
});
|
|
66
|
-
|
|
67
|
-
console.log(result);
|
|
68
|
-
/* Output:
|
|
69
|
-
{
|
|
70
|
-
text: "Hello! I'm an AI assistant powered by DeepSeek's language model.",
|
|
71
|
-
model: "deepseek-chat",
|
|
72
|
-
usage: {
|
|
73
|
-
inputTokens: 7,
|
|
74
|
-
outputTokens: 12
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
*/
|
|
78
|
-
```
|
|
79
|
-
|
|
80
|
-
## 流式响应
|
|
81
|
-
|
|
82
|
-
```typescript file="test/deepseek-chat-model.test.ts" region="example-deepseek-chat-model-streaming"
|
|
83
|
-
import { isAgentResponseDelta } from "@aigne/core";
|
|
84
|
-
import { DeepSeekChatModel } from "@aigne/deepseek";
|
|
85
|
-
|
|
86
|
-
const model = new DeepSeekChatModel({
|
|
87
|
-
apiKey: "your-api-key",
|
|
88
|
-
model: "deepseek-chat",
|
|
89
|
-
});
|
|
90
|
-
|
|
91
|
-
const stream = await model.invoke(
|
|
92
|
-
{
|
|
93
|
-
messages: [{ role: "user", content: "Introduce yourself" }],
|
|
94
|
-
},
|
|
95
|
-
{ streaming: true },
|
|
96
|
-
);
|
|
97
|
-
|
|
98
|
-
let fullText = "";
|
|
99
|
-
const json = {};
|
|
100
|
-
|
|
101
|
-
for await (const chunk of stream) {
|
|
102
|
-
if (isAgentResponseDelta(chunk)) {
|
|
103
|
-
const text = chunk.delta.text?.text;
|
|
104
|
-
if (text) fullText += text;
|
|
105
|
-
if (chunk.delta.json) Object.assign(json, chunk.delta.json);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
console.log(fullText); // Output: "Hello! I'm an AI assistant powered by DeepSeek's language model."
|
|
110
|
-
console.log(json); // { model: "deepseek-chat", usage: { inputTokens: 7, outputTokens: 12 } }
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
## 许可证
|
|
114
|
-
|
|
115
|
-
Elastic-2.0
|