@toolpack-sdk/agents 2.0.0 → 2.1.1

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 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,11 +2,9 @@
2
2
 
3
3
  Build production-ready AI agents with channels, workflows, and event-driven architecture.
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/@toolpack-sdk/agents/alpha.svg?label=alpha)](https://www.npmjs.com/package/@toolpack-sdk/agents)
5
+ [![npm version](https://img.shields.io/npm/v/@toolpack-sdk/agents.svg)](https://www.npmjs.com/package/@toolpack-sdk/agents)
6
6
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7
7
 
8
- > **Pre-release:** This package is currently in alpha (`2.0.0-alpha.1`). APIs may change before the stable `2.0.0` release.
9
-
10
8
  ## Features
11
9
 
12
10
  - **4 Built-in Agents** — Research, Coding, Data, Browser
@@ -20,7 +18,7 @@ Build production-ready AI agents with channels, workflows, and event-driven arch
20
18
  ## Installation
21
19
 
22
20
  ```bash
23
- npm install @toolpack-sdk/agents@alpha
21
+ npm install @toolpack-sdk/agents
24
22
  ```
25
23
 
26
24
  ## Stable API (Phase 4)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolpack-sdk/agents",
3
- "version": "2.0.0",
3
+ "version": "2.1.1",
4
4
  "description": "Agent layer for the Toolpack SDK - build, compose, and deploy AI agents with a consistent, extensible pattern",
5
5
  "engines": {
6
6
  "node": ">=20"
@@ -83,11 +83,11 @@
83
83
  "url": "https://github.com/toolpack-ai/toolpack-sdk/issues"
84
84
  },
85
85
  "peerDependencies": {
86
- "@toolpack-sdk/knowledge": "^2.0.0",
86
+ "@toolpack-sdk/knowledge": "^2.1.1",
87
87
  "better-sqlite3": "^12.6.2",
88
88
  "discord.js": "^14.x",
89
89
  "nodemailer": "^6.x",
90
- "toolpack-sdk": "^2.0.0",
90
+ "toolpack-sdk": "^2.1.1",
91
91
  "twilio": "^5.x"
92
92
  },
93
93
  "peerDependenciesMeta": {