@agenticforge/tools 1.1.3 → 1.1.5

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 CHANGED
@@ -1,11 +1,12 @@
1
1
  # @agenticforge/tools
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@agenticforge/tools)](https://www.npmjs.com/package/@agenticforge/tools)
4
- [![license](https://img.shields.io/github/license/LittleBlacky/AgenticFORGE)](https://github.com/LittleBlacky/AgenticFORGE/blob/main/LICENSE)
4
+ [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
5
+
5
6
 
6
7
  <p><a href="./README.zh_CN.md">中文</a> | <strong>English</strong></p>
7
8
 
8
- Tool abstraction layer for AgenticFORGE �?`Tool` base class, `ToolRegistry`, `ToolChain`, and async executor.
9
+ Tool abstraction layer for AgenticFORGE �?`Tool` base class, `ToolRegistry`, `ToolChain`, and async executor.
9
10
 
10
11
  ## Installation
11
12
 
@@ -17,10 +18,10 @@ npm install @agenticforge/tools
17
18
 
18
19
  | Name | Description |
19
20
  |------|-------------|
20
- | `Tool` | Tool base class �?wraps parameter definitions and execution logic |
21
+ | `Tool` | Tool base class �?wraps parameter definitions and execution logic |
21
22
  | `toolAction` | Tool action factory with Zod-based parameter validation |
22
23
  | `ToolRegistry` | Registry for managing available tools |
23
- | `ToolChain` | Tool chain �?compose multiple tools in sequence or parallel |
24
+ | `ToolChain` | Tool chain �?compose multiple tools in sequence or parallel |
24
25
  | `AsyncToolExecutor` | Async tool executor with timeout and concurrency control |
25
26
 
26
27
  ## Usage
package/README.zh_CN.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # @agenticforge/tools
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@agenticforge/tools)](https://www.npmjs.com/package/@agenticforge/tools)
4
- [![license](https://img.shields.io/github/license/LittleBlacky/AgenticFORGE)](https://github.com/LittleBlacky/AgenticFORGE/blob/main/LICENSE)
4
+ [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
5
+
5
6
 
6
7
  <p><strong>中文</strong> | <a href="./README.md">English</a></p>
7
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticforge/tools",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Tooling core for AgenticFORGE",
5
5
  "type": "module",
6
6
  "sideEffects": false,