@kuralle-agents/tools 0.12.0 → 0.13.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.
@@ -40,7 +40,7 @@ console.log(result.text);
40
40
  Run the bundled example:
41
41
 
42
42
  ```bash
43
- cd packages/kuralle-tools/examples/auto-retrieve-runtime
43
+ cd packages/tools/examples/auto-retrieve-runtime
44
44
  bunx tsx run.ts
45
45
  ```
46
46
 
@@ -49,7 +49,7 @@ bunx tsx run.ts
49
49
  Structured triage + always-on retrieval.
50
50
 
51
51
  ```bash
52
- cd packages/kuralle-tools/examples/auto-retrieve-triage
52
+ cd packages/tools/examples/auto-retrieve-triage
53
53
  bunx tsx run.ts
54
54
  ```
55
55
 
@@ -58,6 +58,6 @@ bunx tsx run.ts
58
58
  Flow-based support SOP with validation + ticketing.
59
59
 
60
60
  ```bash
61
- cd packages/kuralle-tools/examples/enterprise-support-agent
61
+ cd packages/tools/examples/enterprise-support-agent
62
62
  bunx tsx run.ts
63
63
  ```
package/guides/README.md CHANGED
@@ -6,11 +6,11 @@ Concise docs for tools in `@kuralle-agents/tools`.
6
6
 
7
7
  - **[Getting Started](./GETTING_STARTED.md)** - Create CAG tools and run the example
8
8
  - **Examples**:
9
- - `packages/kuralle-tools/examples/auto-retrieve-runtime/`
10
- - `packages/kuralle-tools/examples/auto-retrieve-triage/`
11
- - `packages/kuralle-tools/examples/enterprise-support-agent/`
12
- - `packages/kuralle-tools/examples/support-multi-packs/`
13
- - `packages/kuralle-tools/examples/ecommerce-multi-packs/`
9
+ - `packages/tools/examples/auto-retrieve-runtime/`
10
+ - `packages/tools/examples/auto-retrieve-triage/`
11
+ - `packages/tools/examples/enterprise-support-agent/`
12
+ - `packages/tools/examples/support-multi-packs/`
13
+ - `packages/tools/examples/ecommerce-multi-packs/`
14
14
 
15
15
  ## Guides
16
16
 
package/package.json CHANGED
@@ -4,9 +4,9 @@
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/kuralle/kuralle-agents.git",
7
- "directory": "packages/kuralle-tools"
7
+ "directory": "packages/tools"
8
8
  },
9
- "version": "0.12.0",
9
+ "version": "0.13.0",
10
10
  "description": "Kuralle tools (CAG)",
11
11
  "type": "module",
12
12
  "main": "dist/index.js",
@@ -18,14 +18,14 @@
18
18
  }
19
19
  },
20
20
  "dependencies": {
21
- "@kuralle-agents/rag": "0.12.0",
22
- "@kuralle-agents/core": "0.12.0"
21
+ "@kuralle-agents/rag": "0.13.0",
22
+ "@kuralle-agents/core": "0.13.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "ai": "^6.0.0",
26
26
  "zod": "^4.0.0",
27
- "@kuralle-agents/core": "0.12.0",
28
- "@kuralle-agents/rag": "0.12.0"
27
+ "@kuralle-agents/rag": "0.13.0",
28
+ "@kuralle-agents/core": "0.13.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^20.11.0",