@toolpack-sdk/agents 2.0.0 → 2.1.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 +2 -4
- package/package.json +1 -1
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
|
-
[](https://www.npmjs.com/package/@toolpack-sdk/agents)
|
|
6
6
|
[](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
|
|
21
|
+
npm install @toolpack-sdk/agents
|
|
24
22
|
```
|
|
25
23
|
|
|
26
24
|
## Stable API (Phase 4)
|
package/package.json
CHANGED