@kernel.chat/kbot 3.26.0 → 3.26.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/package.json +86 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kernel.chat/kbot",
|
|
3
|
-
"version": "3.26.
|
|
3
|
+
"version": "3.26.1",
|
|
4
4
|
"description": "The only AI agent that builds its own tools. Machine-aware situated intelligence: full hardware profiling (CPU, GPU, RAM, display, battery, dev tools), resource-adaptive tool pipeline, memory-pressure throttling, GPU-accelerated model routing. Multi-channel cognitive engine: email agent, iMessage agent, consultation pipeline, Trader agent with paper trading, 26 specialist agents, 300+ tools, 20 providers. Synthesis Engine: closed-loop intelligence compounding. Runtime tool forging, Forge Registry, autopoietic health, immune self-audit. Cost-aware model routing, fallback chains, Bayesian skill routing. Embedded llama.cpp, MCP server, SDK. MIT.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -46,54 +46,98 @@
|
|
|
46
46
|
"ai-agent",
|
|
47
47
|
"terminal-agent",
|
|
48
48
|
"cli-agent",
|
|
49
|
-
"self-evolving",
|
|
50
|
-
"autopoiesis",
|
|
51
|
-
"forge",
|
|
52
|
-
"tool-creation",
|
|
53
|
-
"runtime-tools",
|
|
54
|
-
"mcp",
|
|
55
|
-
"model-context-protocol",
|
|
56
|
-
"llm",
|
|
57
|
-
"anthropic",
|
|
58
|
-
"openai",
|
|
59
|
-
"ollama",
|
|
60
49
|
"coding-agent",
|
|
61
50
|
"autonomous-agent",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"cli",
|
|
67
|
-
"terminal",
|
|
68
|
-
"code-generation",
|
|
51
|
+
"agentic",
|
|
52
|
+
"agent",
|
|
53
|
+
"multi-agent",
|
|
54
|
+
"swarm",
|
|
69
55
|
"ai-coding-assistant",
|
|
56
|
+
"ai-assistant",
|
|
57
|
+
"code-generation",
|
|
58
|
+
"code-review",
|
|
59
|
+
"pair-programming",
|
|
60
|
+
"vibe-coding",
|
|
61
|
+
|
|
62
|
+
"claude-code-alternative",
|
|
63
|
+
"cursor-alternative",
|
|
64
|
+
"copilot-alternative",
|
|
65
|
+
"aider-alternative",
|
|
66
|
+
"cline-alternative",
|
|
67
|
+
"windsurf-alternative",
|
|
68
|
+
"opencode-alternative",
|
|
69
|
+
"langchain-alternative",
|
|
70
|
+
"crewai-alternative",
|
|
71
|
+
|
|
72
|
+
"free-ai-coding",
|
|
73
|
+
"free-ai-agent",
|
|
74
|
+
"no-subscription",
|
|
75
|
+
"bring-your-own-key",
|
|
76
|
+
"byok",
|
|
77
|
+
"offline-ai",
|
|
78
|
+
"self-hosted-ai",
|
|
79
|
+
"private-ai",
|
|
70
80
|
"local-first",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
81
|
+
"local-llm",
|
|
82
|
+
"open-source",
|
|
83
|
+
"open-source-ai",
|
|
84
|
+
|
|
85
|
+
"multi-provider",
|
|
86
|
+
"multi-model",
|
|
87
|
+
"cost-aware",
|
|
88
|
+
"fallback",
|
|
89
|
+
"anthropic",
|
|
73
90
|
"claude",
|
|
91
|
+
"openai",
|
|
74
92
|
"gpt",
|
|
75
93
|
"google-ai",
|
|
94
|
+
"gemini",
|
|
76
95
|
"groq",
|
|
77
96
|
"mistral",
|
|
78
|
-
"
|
|
79
|
-
"
|
|
97
|
+
"deepseek",
|
|
98
|
+
"ollama",
|
|
99
|
+
"gguf",
|
|
100
|
+
"llama-cpp",
|
|
101
|
+
|
|
102
|
+
"crypto-trading-bot",
|
|
103
|
+
"solana-trading-bot",
|
|
104
|
+
"trading-bot",
|
|
105
|
+
"ai-trading",
|
|
106
|
+
"paper-trading",
|
|
107
|
+
"technical-analysis",
|
|
108
|
+
"defi",
|
|
109
|
+
"defi-bot",
|
|
110
|
+
"jupiter-swap",
|
|
111
|
+
"solana-wallet",
|
|
112
|
+
"crypto-portfolio",
|
|
113
|
+
"market-analysis",
|
|
114
|
+
"stock-screener",
|
|
115
|
+
"financial-analysis",
|
|
116
|
+
"sentiment-analysis",
|
|
117
|
+
"whale-tracker",
|
|
118
|
+
|
|
119
|
+
"mcp",
|
|
120
|
+
"model-context-protocol",
|
|
80
121
|
"mcp-server",
|
|
81
|
-
"
|
|
82
|
-
"open-source-ai",
|
|
83
|
-
"ai-assistant",
|
|
84
|
-
"typescript",
|
|
122
|
+
"mcp-marketplace",
|
|
85
123
|
"tool-calling",
|
|
86
124
|
"function-calling",
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
125
|
+
"tool-creation",
|
|
126
|
+
"runtime-tools",
|
|
127
|
+
"forge",
|
|
128
|
+
"self-evolving",
|
|
129
|
+
"self-improving",
|
|
130
|
+
"autopoiesis",
|
|
131
|
+
|
|
132
|
+
"cli",
|
|
133
|
+
"terminal",
|
|
134
|
+
"shell-assistant",
|
|
135
|
+
"developer-tools",
|
|
136
|
+
"automation",
|
|
137
|
+
"workflow-engine",
|
|
138
|
+
"typescript",
|
|
139
|
+
"llm",
|
|
140
|
+
|
|
97
141
|
"docker",
|
|
98
142
|
"terraform",
|
|
99
143
|
"devops",
|
|
@@ -107,16 +151,16 @@
|
|
|
107
151
|
"prisma",
|
|
108
152
|
"sql",
|
|
109
153
|
"postgres",
|
|
154
|
+
|
|
110
155
|
"browser-automation",
|
|
111
156
|
"playwright",
|
|
112
157
|
"web-agent",
|
|
113
158
|
"a2a",
|
|
114
159
|
"agent2agent",
|
|
115
160
|
"agent-protocol",
|
|
116
|
-
"workflow-engine",
|
|
117
161
|
"agent-marketplace",
|
|
118
|
-
"mcp-marketplace",
|
|
119
162
|
"plugin-sdk",
|
|
163
|
+
|
|
120
164
|
"game-development",
|
|
121
165
|
"game-engine",
|
|
122
166
|
"godot",
|
|
@@ -124,8 +168,7 @@
|
|
|
124
168
|
"unreal-engine",
|
|
125
169
|
"vfx",
|
|
126
170
|
"shader",
|
|
127
|
-
|
|
128
|
-
"pair-programming",
|
|
171
|
+
|
|
129
172
|
"hardware-aware",
|
|
130
173
|
"machine-profiler",
|
|
131
174
|
"system-profiler",
|
|
@@ -133,7 +176,8 @@
|
|
|
133
176
|
"resource-aware",
|
|
134
177
|
"gpu-detection",
|
|
135
178
|
"metal",
|
|
136
|
-
"apple-silicon"
|
|
179
|
+
"apple-silicon",
|
|
180
|
+
"copilot"
|
|
137
181
|
],
|
|
138
182
|
"author": "kernel.chat group",
|
|
139
183
|
"license": "MIT",
|