slackhive 0.4.1 → 0.4.2
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 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,11 +29,18 @@
|
|
|
29
29
|
|
|
30
30
|
## Why SlackHive?
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
> **A workspace where humans and AI agents work side by side beats any team made of just one or the other.**
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
That's the whole bet. Not "AI is going to replace your team." A genuinely hybrid team — your people plus a roster of role-specific AI agents — collaborating in the same Slack channels, on the same threads, with the same `@mention` your team already uses for each other.
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
You don't switch to a separate AI app. You don't open a new tab. You `@data-analyst` in `#sales` the way you'd ping a real one. The agent reads the full thread, queries your warehouse, and posts the answer 40 seconds later — while another channel is `@designer`-ing mockups in Figma and your `@devops` agent is quietly opening a PR for the 500s the engineer just complained about.
|
|
37
|
+
|
|
38
|
+
Why this beats the alternatives:
|
|
39
|
+
- **Vs. an all-human team** — slower, more context-switching, "let me get back to you" everywhere
|
|
40
|
+
- **Vs. one mega-AI assistant** (single ChatGPT-style entry point) — no domain expertise, no team patterns, lives outside your workflow
|
|
41
|
+
- **Vs. AI tools with their own siloed UI** — separate interface = friction = nobody uses it after week two
|
|
42
|
+
|
|
43
|
+
**Anyone on the team can create an agent.** No engineers, no platform team — if you can describe what you need, you can deploy it in minutes.
|
|
37
44
|
|
|
38
45
|
```
|
|
39
46
|
CEO: @data-analyst revenue is down 8% this week, can you dig in?
|
|
@@ -62,6 +69,8 @@ Boss: Conversions are up 12% WoW. The win was checkout - 3× completion ra
|
|
|
62
69
|
Want me to pull a channel or cohort breakdown?
|
|
63
70
|
```
|
|
64
71
|
|
|
72
|
+
> **Under the hood:** small specialist agents instead of one mega-agent (Karpathy: *specialists beat generalists*), each grounded in a per-folder Karpathy-style wiki (LLMs read structured wikis better than raw file dumps), with a Boss agent that delegates so no single context window has to hold the whole company. The architecture is a means; the team-in-Slack experience is the point.
|
|
73
|
+
|
|
65
74
|
---
|
|
66
75
|
|
|
67
76
|
## 🚀 Quick Start
|
|
@@ -147,7 +156,7 @@ Open `http://localhost:3001`, log in, and create your first agent.
|
|
|
147
156
|
|
|
148
157
|
## ✨ Features
|
|
149
158
|
|
|
150
|
-
### 🤖 Real AI Agents
|
|
159
|
+
### 🤖 Real AI Agents
|
|
151
160
|
|
|
152
161
|
Every agent is a full **Claude Code** agent - with tools, memory, identity, and instructions. When you @mention one in Slack, you're running a real AI agent that can use tools, take action, and get smarter over time.
|
|
153
162
|
|
package/dist/index.js
CHANGED
|
@@ -15578,7 +15578,7 @@ var require_package = __commonJS({
|
|
|
15578
15578
|
"package.json"(exports2, module2) {
|
|
15579
15579
|
module2.exports = {
|
|
15580
15580
|
name: "slackhive",
|
|
15581
|
-
version: "0.4.
|
|
15581
|
+
version: "0.4.2",
|
|
15582
15582
|
description: "CLI to install and manage SlackHive \u2014 AI agent teams on Slack",
|
|
15583
15583
|
bin: {
|
|
15584
15584
|
slackhive: "./dist/index.js"
|