@kernel.chat/kbot 3.3.0 → 3.3.1

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
@@ -3,6 +3,10 @@
3
3
  <em>Terminal AI agent framework that learns your patterns.</em>
4
4
  </p>
5
5
 
6
+ <p align="center">
7
+ <img src="../../tools/video-assets/demo.gif" alt="kbot demo" width="700">
8
+ </p>
9
+
6
10
  <p align="center">
7
11
  <a href="https://www.npmjs.com/package/@kernel.chat/kbot"><img src="https://img.shields.io/npm/v/@kernel.chat/kbot?color=6B5B95&label=npm" alt="npm version"></a>
8
12
  <a href="https://www.npmjs.com/package/@kernel.chat/kbot"><img src="https://img.shields.io/npm/dw/@kernel.chat/kbot?color=6B5B95" alt="npm downloads"></a>
@@ -15,7 +19,7 @@
15
19
  npm install -g @kernel.chat/kbot
16
20
  ```
17
21
 
18
- **22 specialist agents. 262 tools. 20 providers. Programmatic SDK. Runs offline. MIT licensed.**
22
+ **22 specialist agents. 284 tools. 20 providers. Programmatic SDK. Runs offline. MIT licensed.**
19
23
 
20
24
  ---
21
25
 
@@ -102,7 +106,7 @@ for await (const event of agent.stream("explain this code")) {
102
106
  const files = await tools.execute('glob', { pattern: 'src/**/*.ts' })
103
107
  console.log(files.result)
104
108
 
105
- // List all 262 tools
109
+ // List all 284 tools
106
110
  console.log(tools.list().map(t => t.name))
107
111
  ```
108
112
 
@@ -131,7 +135,7 @@ kbot --agent guardian "review src/auth.ts for security issues"
131
135
  kbot --agent coder "refactor this into smaller functions"
132
136
  ```
133
137
 
134
- ## 262 Tools
138
+ ## 284 Tools
135
139
 
136
140
  | Category | Examples |
137
141
  |----------|---------|
@@ -130,7 +130,7 @@ function myToolCount() {
130
130
  return count;
131
131
  }
132
132
  catch {
133
- return 262;
133
+ return 284;
134
134
  }
135
135
  }
136
136
  // ─── Register Tools ─────────────────────────────────────────
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kernel.chat/kbot",
3
- "version": "3.3.0",
4
- "description": "Universal AI agent framework for your terminal. 22 specialist agents, 262 tools, 20 providers. Game dev tools (8 engines, ECS, physics, netcode, levels, particles, shaders, sprites). Programmatic SDK, Bayesian skill routing, checkpointing & resume, middleware pipeline, structured streaming, lazy tool loading. Embedded llama.cpp engine, LoRA/QLoRA fine-tuning, deploy tools, MCP marketplace, team mode, plugin SDK. Self-evolving, learns your patterns.",
3
+ "version": "3.3.1",
4
+ "description": "Universal AI agent framework for your terminal. 22 specialist agents, 284 tools, 20 providers. Game dev tools (8 engines, ECS, physics, netcode, levels, particles, shaders, sprites). Programmatic SDK, Bayesian skill routing, checkpointing & resume, middleware pipeline, structured streaming, lazy tool loading. Embedded llama.cpp engine, LoRA/QLoRA fine-tuning, deploy tools, MCP marketplace, team mode, plugin SDK. Self-evolving, learns your patterns.",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",