@kernel.chat/kbot 2.15.0 → 2.15.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 +13 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<strong>K:BOT</strong><br>
|
|
3
|
-
|
|
3
|
+
Universal AI agent for your terminal. 39 specialists, 208 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">
|
|
@@ -49,13 +49,17 @@ kbot local
|
|
|
49
49
|
kbot
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
## What's New in v2.
|
|
52
|
+
## What's New in v2.15.0
|
|
53
53
|
|
|
54
|
-
- **
|
|
55
|
-
- **
|
|
56
|
-
- **
|
|
57
|
-
- **
|
|
58
|
-
- **
|
|
54
|
+
- **208 tools** — 28 new tools covering academic, scientific, and infrastructure ecosystems
|
|
55
|
+
- **Research tools** — Search arXiv, Semantic Scholar, Papers With Code, HuggingFace, NASA, DOI resolver
|
|
56
|
+
- **Package bridges** — PyPI, CRAN (R), Cargo (Rust) search and inspection from your terminal
|
|
57
|
+
- **Docker management** — Build, run, stop, logs, images, compose up/down
|
|
58
|
+
- **API testing** — REST/GraphQL endpoint testing with timing and structured output
|
|
59
|
+
- **Data processing** — SQL-like queries on CSV/JSON/TSV files
|
|
60
|
+
- **Math & LaTeX** — Symbolic math evaluation and LaTeX rendering
|
|
61
|
+
- **Infrastructure** — Terraform plan, license checker, dependency graph analysis
|
|
62
|
+
- **Reality-inspired core** — Error correction, entropy-based context, emergent swarms, Gödel loop detection, simulation engine — all wired into the agent loop
|
|
59
63
|
|
|
60
64
|
## One-Shot Mode
|
|
61
65
|
|
|
@@ -78,7 +82,7 @@ Auto-routed or manual with `kbot --agent <name>`:
|
|
|
78
82
|
|
|
79
83
|
## Features
|
|
80
84
|
|
|
81
|
-
- **
|
|
85
|
+
- **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
|
|
82
86
|
- **Local-First** — File reads, git, grep run instantly without an API call
|
|
83
87
|
- **Learning Engine** — Patterns, solutions, and user preferences cached across sessions
|
|
84
88
|
- **Mimic Matrix** — Code like Claude Code, Cursor, Copilot, Next.js, React, Rust, Python
|
|
@@ -133,7 +137,7 @@ Works with Claude Code, Cursor, VS Code, Windsurf, Zed, Neovim. Exposes 14 tools
|
|
|
133
137
|
kbot serve --port 7437 --token mysecret
|
|
134
138
|
```
|
|
135
139
|
|
|
136
|
-
REST API exposing all
|
|
140
|
+
REST API exposing all 208 tools for any LLM or automation pipeline.
|
|
137
141
|
|
|
138
142
|
## Use Everywhere
|
|
139
143
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kernel.chat/kbot",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.1",
|
|
4
4
|
"description": "Universal AI agent for your terminal. 39 specialists, 208 tools, 19 providers. Covers every code ecosystem — npm, PyPI, CRAN, Cargo, HuggingFace, arXiv, Docker, and more. Self-evolving, learns your patterns, runs offline with Ollama.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|