@kernel.chat/kbot 3.7.0 → 3.7.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/dist/tools/audit.js +1 -1
- package/package.json +1 -1
package/dist/tools/audit.js
CHANGED
|
@@ -411,7 +411,7 @@ function formatAuditReport(result) {
|
|
|
411
411
|
}
|
|
412
412
|
lines.push('');
|
|
413
413
|
}
|
|
414
|
-
lines.push('---', '', `*Audited by [kbot](https://www.npmjs.com/package/@kernel.chat/kbot) —
|
|
414
|
+
lines.push('---', '', `*Audited by [kbot](https://www.npmjs.com/package/@kernel.chat/kbot) — 23 specialist agents, 290 tools, 20 AI providers*`, `*Install: \`npm install -g @kernel.chat/kbot\` | [GitHub](https://github.com/isaacsight/kernel)*`);
|
|
415
415
|
return lines.join('\n');
|
|
416
416
|
}
|
|
417
417
|
export function registerAuditTools() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kernel.chat/kbot",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"description": "The only AI agent that builds its own tools. Self-evolving terminal AI: 290 tools, 23 agents, 20 providers. Runtime tool forging via forge_tool, Forge Registry for community tools, autopoietic health monitoring, immune self-audit agent. Cost-aware model routing, fallback chains, Bayesian skill routing. Embedded llama.cpp, MCP server, programmatic SDK. MIT.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|