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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # AI SDK Deep Agent
1
+ # Deep Agent SDK
2
2
 
3
3
  <p align="center">
4
- <img src="assets/www-hero.png" alt="AI SDK Deep Agent" width="100%" />
4
+ <img src="assets/www-hero.png" alt="Deep Agent SDK" width="100%" />
5
5
  </p>
6
6
 
7
7
  [![npm version](https://badge.fury.io/js/deepagentsdk.svg)](https://www.npmjs.com/package/deepagentsdk)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
- [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/chrispangg/ai-sdk-deepagent)
10
- [![Documentation](https://img.shields.io/badge/docs-ai--sdk--deepagent-blue)](https://deepagentsdk.vercel.app/docs)
9
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/chrispangg/deepagentsdk)
10
+ [![Documentation](https://img.shields.io/badge/docs-ai--sdk--deepagent-blue)](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.9.2",
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/ai-sdk-deepagent.git"
36
+ "url": "git+https://github.com/chrispangg/deepagentsdk.git"
37
37
  },
38
- "homepage": "https://github.com/chrispangg/ai-sdk-deepagent#readme",
38
+ "homepage": "https://github.com/chrispangg/deepagentsdk#readme",
39
39
  "bugs": {
40
- "url": "https://github.com/chrispangg/ai-sdk-deepagent/issues"
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
+ }