deepagentsdk 0.9.2 → 0.10.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.
- package/README.md +4 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Deep Agent SDK
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="assets/www-hero.png" alt="
|
|
4
|
+
<img src="assets/www-hero.png" alt="Deep Agent SDK" width="100%" />
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/deepagentsdk)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
|
-
[](https://deepwiki.com/chrispangg/
|
|
10
|
-
[](https://deepagentsdk.
|
|
9
|
+
[](https://deepwiki.com/chrispangg/deepagentsdk)
|
|
10
|
+
[](https://deepagentsdk.dev/docs)
|
|
11
11
|
|
|
12
12
|
> **Note:** This package requires [Bun](https://bun.sh) runtime. It uses Bun-specific features and TypeScript imports.
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deepagentsdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Deep Agent implementation using Vercel AI SDK - build controllable AI agents with planning, filesystem, and subagent capabilities",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"module": "./src/index.ts",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
|
-
"url": "git+https://github.com/chrispangg/
|
|
36
|
+
"url": "git+https://github.com/chrispangg/deepagentsdk.git"
|
|
37
37
|
},
|
|
38
|
-
"homepage": "https://github.com/chrispangg/
|
|
38
|
+
"homepage": "https://github.com/chrispangg/deepagentsdk#readme",
|
|
39
39
|
"bugs": {
|
|
40
|
-
"url": "https://github.com/chrispangg/
|
|
40
|
+
"url": "https://github.com/chrispangg/deepagentsdk/issues"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@ai-sdk/anthropic": "^3.0.0-beta.83",
|
|
@@ -92,4 +92,4 @@
|
|
|
92
92
|
"bun": ">=1.0.0"
|
|
93
93
|
},
|
|
94
94
|
"license": "MIT"
|
|
95
|
-
}
|
|
95
|
+
}
|