@kernel.chat/kbot 2.19.0 → 2.19.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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center">
2
2
  <strong>K:BOT</strong><br>
3
- Universal AI agent for your terminal. 39 specialists, 216 tools, 19 providers. Covers every code ecosystem — npm, PyPI, CRAN, Cargo, HuggingFace, arXiv, Docker, and more. Self-evolving, local-first.
3
+ Universal AI agent for your terminal. 5 built-in agents + 6 presets, 214 tools, 19 providers. Covers every code ecosystem — npm, PyPI, CRAN, Cargo, HuggingFace, arXiv, Docker, and more. Self-evolving, local-first.
4
4
  </p>
5
5
 
6
6
  <p align="center">
@@ -18,7 +18,7 @@
18
18
  - **19 providers, zero lock-in** — Claude, GPT, Gemini, Mistral, Grok, DeepSeek, SambaNova, Cerebras, OpenRouter, and more
19
19
  - **Runs fully offline** — `kbot local` for $0 local AI, no data leaves your machine
20
20
  - **Learns your patterns** — remembers what worked, gets faster over time
21
- - **39 specialist agents** — auto-routes to the right expert for each task
21
+ - **11 specialist agents** (5 built-in + 6 presets) — auto-routes to the right expert for each task
22
22
  - **Self-evolving** — diagnoses its own weaknesses and improves its own code (`/evolve`)
23
23
  - **Shell completions** — tab completion for bash, zsh, and fish (`kbot completions zsh`)
24
24
  - **MCP server built in** — plug kbot into any IDE as a tool provider
@@ -81,7 +81,7 @@ kbot "deploy to production"
81
81
  kbot -p "generate a migration for user roles" > migration.sql
82
82
  ```
83
83
 
84
- ## Specialists (39)
84
+ ## Specialists (11)
85
85
 
86
86
  Auto-routed or manual with `kbot --agent <name>`:
87
87
 
@@ -93,7 +93,7 @@ Auto-routed or manual with `kbot --agent <name>`:
93
93
 
94
94
  ## Features
95
95
 
96
- - **208 Tools** — File ops, bash, git, GitHub, web search, Jupyter, Docker, browser, MCP, PyPI, CRAN, Cargo, arXiv, HuggingFace, NASA, API testing, data queries, math, LaTeX, Terraform
96
+ - **214 Tools** — File ops, bash, git, GitHub, web search, Jupyter, Docker, browser, MCP, PyPI, CRAN, Cargo, arXiv, HuggingFace, NASA, API testing, data queries, math, LaTeX, Terraform
97
97
  - **Local-First** — File reads, git, grep run instantly without an API call
98
98
  - **Learning Engine** — Patterns, solutions, and user preferences cached across sessions
99
99
  - **Mimic Matrix** — Code like Claude Code, Cursor, Copilot, Next.js, React, Rust, Python
@@ -124,7 +124,7 @@ Auto-routed or manual with `kbot --agent <name>`:
124
124
  | Ollama (Local) | **Free** | `ollama serve` |
125
125
  | LM Studio (Local) | **Free** | Open LM Studio → Start Server |
126
126
  | Jan (Local) | **Free** | Open Jan → Enable API Server |
127
- | OpenClaw (Local) | **Free** | `openclaw-cmd start` |
127
+ | K:BOT Local | **Free** | `kbot gateway start` |
128
128
 
129
129
  All 19 providers auto-detected via env vars. Or run `kbot auth` for interactive setup.
130
130
 
@@ -148,7 +148,7 @@ Works with Claude Code, Cursor, VS Code, Windsurf, Zed, Neovim. Exposes 14 tools
148
148
  kbot serve --port 7437 --token mysecret
149
149
  ```
150
150
 
151
- REST API exposing all 216 tools for any LLM or automation pipeline.
151
+ REST API exposing all 214 tools for any LLM or automation pipeline.
152
152
 
153
153
  ## Use Everywhere
154
154
 
@@ -190,7 +190,7 @@ REST API exposing all 216 tools for any LLM or automation pipeline.
190
190
 
191
191
  ## Web Companion
192
192
 
193
- [kernel.chat](https://kernel.chat) — same 39 agents with a visual interface. Free (20 msgs/day).
193
+ [kernel.chat](https://kernel.chat) — visual interface with 39 agents. Free (20 msgs/day).
194
194
 
195
195
  ## Contributing
196
196
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kernel.chat/kbot",
3
- "version": "2.19.0",
4
- "description": "Universal AI agent for your terminal. 39 specialists, 228 tools, 20 providers. Embedded llama.cpp engine — runs GGUF models directly, no Ollama needed. Audit any repo, share conversations, contribute to open source. CSV/data tools, VFX, research, containers. Self-evolving, learns your patterns.",
3
+ "version": "2.19.1",
4
+ "description": "Universal AI agent for your terminal. 11 specialist agents, 214 tools, 20 providers. Embedded llama.cpp engine — runs GGUF models directly, no Ollama needed. Audit any repo, share conversations, contribute to open source. CSV/data tools, VFX, research, containers. Self-evolving, learns your patterns.",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",