@cuylabs/agent-http 0.5.0 → 0.7.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,9 +13,9 @@ This package is intentionally narrow:
13
13
  ## Installation
14
14
 
15
15
  ```bash
16
- npm install @cuylabs/agent-http @cuylabs/agent-core
16
+ npm install @cuylabs/agent-http @cuylabs/agent-core ai
17
17
  # or
18
- pnpm add @cuylabs/agent-http @cuylabs/agent-core
18
+ pnpm add @cuylabs/agent-http @cuylabs/agent-core ai
19
19
  ```
20
20
 
21
21
  You'll also need at least one AI SDK provider:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuylabs/agent-http",
3
- "version": "0.5.0",
3
+ "version": "0.7.0",
4
4
  "description": "HTTP streaming adapter for @cuylabs/agent-core - bridges agent events to AI SDK compatible streams",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "README.md"
18
18
  ],
19
19
  "dependencies": {
20
- "@cuylabs/agent-core": "^0.5.0"
20
+ "@cuylabs/agent-core": "^0.7.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.0.0",