toolpack-sdk 2.1.1 → 2.3.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/dist/index.cjs +157 -152
- package/dist/index.d.cts +851 -471
- package/dist/index.d.ts +851 -471
- package/dist/index.js +156 -151
- package/package.json +22 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Toolpack SDK
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The TypeScript SDK for building production AI agents — 100+ built-in tools, 8 channel integrations, a persistent cognitive layer, and full Knowledge/RAG, all in one package.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/toolpack-sdk)
|
|
6
6
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
@@ -17,9 +17,9 @@ A unified TypeScript/Node.js SDK for building AI-powered applications with multi
|
|
|
17
17
|
- **Workflow Engine** — AI-driven planning with plan-direct execution and parallel tool orchestration
|
|
18
18
|
- **Mode System** — Built-in Agent and Chat modes, plus `createMode()` for custom modes with tool filtering
|
|
19
19
|
- **HITL Confirmation** — Human-in-the-loop approval for high-risk operations with configurable bypass rules
|
|
20
|
-
- **
|
|
21
|
-
- **
|
|
22
|
-
- **MCP
|
|
20
|
+
- **Extensible at Every Layer** — Every built-in component is a plug-in point: custom tools (`ToolDefinition`), custom channels (`BaseChannel`), custom provider adapters (`ProviderAdapter`), custom agents (`BaseAgent`), custom modes (`createMode()`), and custom interceptors — all using the same interfaces as the built-ins
|
|
21
|
+
- **100+ Built-in Tools** across 12 categories:
|
|
22
|
+
- **MCP Client & Server** — consume external MCP servers via `createMcpToolProject()`, or expose Toolpack as an MCP server via `sdk.startMcpServer()` with static/JWT/custom auth, search mode, and agent exposure.
|
|
23
23
|
|
|
24
24
|
| Category | Tools | Description |
|
|
25
25
|
|----------|-------|-------------|
|