@kernel.chat/kbot 3.73.0 → 3.73.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 +69 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<strong>kbot</strong><br>
|
|
5
|
-
Open-source terminal AI agent.
|
|
5
|
+
Open-source terminal AI agent. 764+ tools. 35 agents. 20 providers. Dreams, learns, watches your system, controls your phone. $0 local.
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
@@ -30,7 +30,7 @@ Most terminal AI agents lock you into one provider, one model, one way of workin
|
|
|
30
30
|
- **Runs fully offline** — Embedded llama.cpp, Ollama, LM Studio, or Jan. $0, fully private.
|
|
31
31
|
- **Learns your patterns** — Bayesian skill ratings + pattern extraction. Gets faster over time.
|
|
32
32
|
- **35 specialist agents** — auto-routes your request to the right expert (coder, researcher, writer, guardian, quant, and 30 more).
|
|
33
|
-
- **
|
|
33
|
+
- **764+ tools** — files, bash, git, GitHub, web search, deploy, database, game dev, VFX, research, science, finance, security, music production, iPhone control, and more.
|
|
34
34
|
- **Programmatic SDK** — use kbot as a library in your own apps.
|
|
35
35
|
- **MCP server built in** — plug kbot into Claude Code, Cursor, VS Code, Zed, or Neovim as a tool provider.
|
|
36
36
|
|
|
@@ -65,6 +65,66 @@ kbot dream status # What kbot learned about you
|
|
|
65
65
|
- **Companion memory** — email agent remembers every user's preferences, goals, and conversation history
|
|
66
66
|
- **Proactive follow-ups** — checks in with users who go quiet, referencing their specific context
|
|
67
67
|
|
|
68
|
+
### Your Buddy — Terminal Companion
|
|
69
|
+
|
|
70
|
+
Every kbot user gets a unique ASCII buddy that evolves with them:
|
|
71
|
+
|
|
72
|
+
```
|
|
73
|
+
[=====] /\ /\ {o,o} /\_/\
|
|
74
|
+
|[o o]| ( .. ) |)__) ( o.o )
|
|
75
|
+
| _ | ) ( -"-"- > ^ <
|
|
76
|
+
|_____| (______)\ -|-|- (_/|\_)
|
|
77
|
+
|| || || || _// \\_ | |
|
|
78
|
+
Robot Fox Owl Cat
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
- **8 species** — deterministic based on your machine. Same user = same buddy always.
|
|
82
|
+
- **4 evolution levels** — levels up with XP from sessions, dreams, tool usage
|
|
83
|
+
- **18 achievements** — First Dream, Centurion, Tool Master, Night Owl, and more
|
|
84
|
+
- **Dream narration** — buddy tells you what it dreamed on startup
|
|
85
|
+
- **Chat mode** — `kbot buddy chat` to talk directly to your buddy via local Ollama ($0)
|
|
86
|
+
- **Leaderboard** — [kernel.chat/#/leaderboard](https://kernel.chat/#/leaderboard)
|
|
87
|
+
|
|
88
|
+
### iPhone Control
|
|
89
|
+
|
|
90
|
+
Control your iPhone from the terminal:
|
|
91
|
+
|
|
92
|
+
```
|
|
93
|
+
kbot phone_message --to "mom" --message "on my way" # Send iMessage
|
|
94
|
+
kbot phone_notify # Read notifications
|
|
95
|
+
kbot phone_shortcut --name "Morning Routine" # Run Shortcuts
|
|
96
|
+
kbot phone_call --number "555-1234" # FaceTime call
|
|
97
|
+
kbot phone_clipboard --action write --text "hello" # Universal Clipboard
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
### Music Production — Ableton Live Integration
|
|
101
|
+
|
|
102
|
+
```
|
|
103
|
+
kbot produce_beat --genre trap --instruments roland # Full beat in Ableton
|
|
104
|
+
kbot generate_drum_pattern --genre house --bpm 124 # MIDI drum pattern
|
|
105
|
+
kbot music_idea "late night drive through Tokyo" # Creative blueprint
|
|
106
|
+
kbot ableton_load_effect --track 2 --name "Saturator" # Load any plugin
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
Programmatic control of Ableton Live 12 — create tracks, load plugins (including Roland Cloud, Serum 2), write MIDI, set device parameters, fire clips. All from the terminal.
|
|
110
|
+
|
|
111
|
+
### Financial Analysis
|
|
112
|
+
|
|
113
|
+
```
|
|
114
|
+
kbot market_analysis --ticker AAPL # 5-perspective coordinated analysis
|
|
115
|
+
kbot portfolio_review --holdings '[...]' # MAGI impact, risk scoring
|
|
116
|
+
kbot market_briefing # Morning market summary
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
### Cyber Threat Intelligence
|
|
120
|
+
|
|
121
|
+
```
|
|
122
|
+
kbot threat_feed # Latest CVEs matched to your stack
|
|
123
|
+
kbot ioc_check --indicator "1.2.3.4" # Check IPs/domains/hashes
|
|
124
|
+
kbot attack_surface_scan --domain x.com # Passive recon + security headers
|
|
125
|
+
kbot incident_response --type ransomware # Generate IR playbook
|
|
126
|
+
```
|
|
127
|
+
|
|
68
128
|
### Audit Any Repo in One Command
|
|
69
129
|
|
|
70
130
|
```
|
|
@@ -81,12 +141,18 @@ Checks security, documentation, code quality, CI/CD, community health, and DevOp
|
|
|
81
141
|
|---|---|---|---|---|---|
|
|
82
142
|
| AI providers | 20 | 1 | 1 | 6 | 75+ |
|
|
83
143
|
| Specialist agents | 35 | 0 | 0 | 0 | 0 |
|
|
84
|
-
| Built-in tools |
|
|
144
|
+
| Built-in tools | 764+ | ~20 | ~15 | ~10 | ~15 |
|
|
85
145
|
| Science tools | 114 | 0 | 0 | 0 | 0 |
|
|
86
146
|
| Memory system | 7-tier bidirectional | File-based | No | No | No |
|
|
87
147
|
| Dream engine | Yes ($0 local) | Cloud API | No | No | No |
|
|
88
148
|
| Service watchdog | Yes | No | No | No | No |
|
|
89
149
|
| Behavior learning | Yes | No | No | No | No |
|
|
150
|
+
| Buddy companion | Yes (8 species) | No | No | No | No |
|
|
151
|
+
| iPhone control | Yes | No | No | No | No |
|
|
152
|
+
| Music production | Ableton Live | No | No | No | No |
|
|
153
|
+
| Financial analysis | Multi-agent | No | No | No | No |
|
|
154
|
+
| Threat intelligence | Yes | No | No | No | No |
|
|
155
|
+
| Buddy leaderboard | kernel.chat | No | No | No | No |
|
|
90
156
|
| Offline mode | Embedded + Ollama | No | No | Ollama | Ollama |
|
|
91
157
|
| SDK | Yes | No | Yes | No | No |
|
|
92
158
|
| MCP server | Yes | N/A | No | No | No |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kernel.chat/kbot",
|
|
3
|
-
"version": "3.73.
|
|
3
|
+
"version": "3.73.1",
|
|
4
4
|
"description": "Open-source terminal AI agent. 764+ tools, 35 agents, 20 providers. Dreams, learns, watches your system. Controls your phone. Fully local, fully sovereign. MIT.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|