@sisu-ai/tool-web-search-duckduckgo 2.0.2 → 3.0.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 +8 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,12 @@
1
1
  # @sisu-ai/tool-web-search-duckduckgo
2
+
3
+ Simple web search tool using DuckDuckGo's Instant Answer API.
4
+
2
5
  [![Tests](https://github.com/finger-gun/sisu/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/finger-gun/sisu/actions/workflows/tests.yml)
3
6
  [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/finger-gun/sisu/blob/main/LICENSE)
4
7
  [![Downloads](https://img.shields.io/npm/dm/%40sisu-ai%2Ftool-web-search-duckduckgo)](https://www.npmjs.com/package/@sisu-ai/tool-web-search-duckduckgo)
5
8
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/finger-gun/sisu/blob/main/CONTRIBUTING.md)
6
9
 
7
- Simple web search tool using DuckDuckGo's Instant Answer API.
8
-
9
10
  Install
10
11
  ```bash
11
12
  npm i @sisu-ai/tool-web-search-duckduckgo
@@ -32,7 +33,12 @@ Returns
32
33
  Notes
33
34
  - The Instant Answer API is rate-limited and designed for lightweight use.
34
35
 
36
+
35
37
  # Community & Support
38
+
39
+ Discover what you can do through examples or documentation. Check it out at https://github.com/finger-gun/sisu. Example projects live under [`examples/`](https://github.com/finger-gun/sisu/tree/main/examples) in the repo.
40
+
41
+
36
42
  - [Code of Conduct](https://github.com/finger-gun/sisu/blob/main/CODE_OF_CONDUCT.md)
37
43
  - [Contributing Guide](https://github.com/finger-gun/sisu/blob/main/CONTRIBUTING.md)
38
44
  - [License](https://github.com/finger-gun/sisu/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisu-ai/tool-web-search-duckduckgo",
3
- "version": "2.0.2",
3
+ "version": "3.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "zod": "^3.23.8"
16
16
  },
17
17
  "peerDependencies": {
18
- "@sisu-ai/core": "1.0.2"
18
+ "@sisu-ai/core": "1.1.0"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",