@keepur/hive 0.2.9 → 0.3.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 +63 -15
- package/package.json +2 -1
- package/pkg/cli.min.js +120 -117
- package/pkg/mcp/structured-memory.min.js +21 -21
- package/pkg/server.min.js +197 -194
- package/scripts/honeypot +84 -34
package/README.md
CHANGED
|
@@ -1,14 +1,28 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/keepur/keepur-co/main/assets/keepur-logo.svg" width="160" alt="Keepur" />
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
|
-
>
|
|
5
|
+
<h1 align="center">Hive</h1>
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
<p align="center">
|
|
8
|
+
<strong>The team you wish you'd hired by now.</strong>
|
|
9
|
+
</p>
|
|
6
10
|
|
|
7
|
-
|
|
11
|
+
<p align="center">
|
|
12
|
+
A team of named AI coworkers in your Slack. They watch the threads, hold the open loops, draft the follow-ups, and bring you the morning briefing.
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
<p align="center">
|
|
16
|
+
<a href="https://www.npmjs.com/package/@keepur/hive"><img src="https://img.shields.io/npm/v/@keepur/hive?label=npm&style=flat" alt="npm version" /></a>
|
|
17
|
+
<a href="https://github.com/keepur/hive-docs/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Hive%20Preview-blue?style=flat" alt="License" /></a>
|
|
18
|
+
<img src="https://img.shields.io/badge/status-public%20beta-orange?style=flat" alt="public beta" />
|
|
19
|
+
</p>
|
|
20
|
+
|
|
21
|
+
---
|
|
8
22
|
|
|
9
23
|
> **Public beta.** Hive is in active beta. The product is solid for daily use, but the upgrade path isn't fully smooth yet — please read [Updating](#updating) before running `hive update`. We don't have a dedicated support team during beta; if you hit something weird, email [beta@keepur.io](mailto:beta@keepur.io) and a real human (one of us) will help directly.
|
|
10
24
|
|
|
11
|
-
##
|
|
25
|
+
## Get the team running
|
|
12
26
|
|
|
13
27
|
```
|
|
14
28
|
# Fresh Mac
|
|
@@ -20,9 +34,33 @@ npm i -g @keepur/hive && hive init
|
|
|
20
34
|
|
|
21
35
|
The bootstrap installs Homebrew and Node 22, then drops you into the `hive init` wizard which handles the rest (MongoDB, Ollama, Qdrant). Budget about 20 minutes end-to-end.
|
|
22
36
|
|
|
37
|
+
## What you actually get
|
|
38
|
+
|
|
39
|
+
- **Coworkers in Slack.** Named teammates with their own channels and DMs. They show up like real coworkers — the lightest cognitive load to add to your already-busy life.
|
|
40
|
+
- **They actually remember.** Each one keeps notes on customers, projects, and decisions. They don't ask the same question twice. They don't lose context between Monday and Friday.
|
|
41
|
+
- **They run on schedule.** Morning briefing? Done. Friday pipeline summary? Sent. End-of-day open-loop sweep? Already in your inbox. They turn *"I should remember to do this"* into *"it just shows up."*
|
|
42
|
+
- **They find what was said.** *"What did Corey decide about the Smith deal?"* — answered in seconds, not by you scrolling through a month of Slack threads.
|
|
43
|
+
- **You approve risky things.** Customer emails, deal commitments, irreversible changes — they draft, you approve. Read-first, approve-first. Always, by default.
|
|
44
|
+
|
|
45
|
+
## How it goes
|
|
46
|
+
|
|
47
|
+
| Step | What happens |
|
|
48
|
+
|---|---|
|
|
49
|
+
| **01 — Add them to Slack** | Your AI coworkers show up as named teammates with their own channels and DMs. Not a chatbot. Not a search box. Coworkers your team can talk to like coworkers. |
|
|
50
|
+
| **02 — Give them work** | Status. Open loops. Follow-up drafts. Weekly briefings. The small coordination work nobody on the human team has time for. |
|
|
51
|
+
| **03 — See where the magic stops** | You'll see the power before it's reliable. That gap — between flashy demo and dependable coworker — is what we tune for paying customers. |
|
|
52
|
+
| **04 — Make one workflow reliable** | When one specific thing is worth getting right — sales follow-up, customer onboarding, ops briefings — we sit with you and shape the agents until that loop runs without you watching. |
|
|
53
|
+
|
|
54
|
+
## Trust posture
|
|
55
|
+
|
|
56
|
+
- **See exactly what's running.** The code that drives the agents is open source. Your CTO, your engineer, or a security-conscious operator can read it. No black box, no phone home.
|
|
57
|
+
- **Your data, your machine — even from the AI.** API keys live in your Mac's keychain. The language model itself never sees them, your customer records, or your secrets — local services fetch credentials only at the moment of use, only by tools you control. No prompt-context exposure, no log retention, no *"we keep your data to improve the model."*
|
|
58
|
+
- **Slack, where work already happens.** Agents show up in your existing channels and DMs. No new app to log in to. No new inbox to learn.
|
|
59
|
+
- **Customer-facing things wait for you.** Outbound emails, deal commitments, anything that can't be undone — agents draft, then ask. Read-first, approve-first — by default, not by reminder.
|
|
60
|
+
|
|
23
61
|
## Upgrading from 0.1.x
|
|
24
62
|
|
|
25
|
-
Hive 0.2.0
|
|
63
|
+
Hive 0.2.0 shipped a new instance directory layout (engine in `<instance>/.hive/`; config, logs, agent data stay at the root). Existing 0.1.x installs need a one-shot migration:
|
|
26
64
|
|
|
27
65
|
```
|
|
28
66
|
curl -fsSL https://raw.githubusercontent.com/keepur/hive-docs/main/install/migrate-0.2.sh \
|
|
@@ -52,14 +90,6 @@ If an update doesn't go cleanly, `hive doctor` will tell you what state the inst
|
|
|
52
90
|
- [Release notes — 0.2.0](https://github.com/keepur/hive-docs/blob/main/docs/release-notes-0.2.0.md) — what's new, what broke
|
|
53
91
|
- [Troubleshooting](https://github.com/keepur/hive-docs/blob/main/docs/troubleshooting.md) — when things break
|
|
54
92
|
|
|
55
|
-
## What you get
|
|
56
|
-
|
|
57
|
-
- **A real team, not a chatbot.** Each agent has identity, voice, and a dedicated Slack channel. Mentions, threads, and DMs all work the way your team already uses Slack.
|
|
58
|
-
- **Persistent memory.** Agents remember what you've told them, what they've done, and who they've talked to — backed by MongoDB with semantic recall and version history.
|
|
59
|
-
- **Plugin ecosystem.** Drop in integrations for Gmail, Calendar, HubSpot, GitHub, Linear, ClickUp, SMS, email, and more. Plugins ship MCP servers and starter agents together.
|
|
60
|
-
- **Smart cost control.** A per-turn classifier picks Haiku, Sonnet, or Opus based on what the message actually needs. Simple replies cost pennies.
|
|
61
|
-
- **Mac-native deployment.** Runs as a launchd service on a Mac Mini you already have. No cloud bill, no container orchestration, no egress fees on your business data.
|
|
62
|
-
|
|
63
93
|
## Requirements
|
|
64
94
|
|
|
65
95
|
- A Mac (Apple Silicon recommended)
|
|
@@ -81,11 +111,29 @@ hive plugin list # List installed plugins
|
|
|
81
111
|
hive plugin remove <name> # Remove a plugin
|
|
82
112
|
hive skill add <name> # Install a skill
|
|
83
113
|
hive skill list # List installed skills
|
|
114
|
+
hive skill upgrade # Upgrade installed skills
|
|
115
|
+
hive skill search <query> # Search registries for a skill
|
|
84
116
|
hive skill remove <name> # Remove a skill
|
|
117
|
+
hive registry add # Add a skill registry
|
|
118
|
+
hive registry list # List configured registries
|
|
119
|
+
hive registry remove # Remove a registry
|
|
120
|
+
hive credentials list # Show third-party API keys (curated)
|
|
121
|
+
hive credentials add <KEY> # Set or rotate a credential (Keychain-backed)
|
|
122
|
+
hive credentials remove <KEY> # Delete a credential
|
|
85
123
|
```
|
|
86
124
|
|
|
125
|
+
## What we charge for
|
|
126
|
+
|
|
127
|
+
The shaping. The curation. The hands-on work to take generic agents and turn them into a reliable operation for *your* specific business. Plus certified plugin bundles, ongoing platform updates, and the support a small team needs when something feels off.
|
|
128
|
+
|
|
129
|
+
The principle: **you pay for the curation flow, not for access.** Stop paying and your last-pulled engine and bundles keep running. Updates pause. Nothing breaks.
|
|
130
|
+
|
|
131
|
+
Beta cohorts get the workflow tuning free while we learn — [ask for an invite](mailto:beta@keepur.io?subject=Keepur%20beta%20invitation%20code).
|
|
132
|
+
|
|
87
133
|
## License
|
|
88
134
|
|
|
89
135
|
Hive is closed-source commercial software, distributed in public beta under the [Hive Preview License](https://github.com/keepur/hive-docs/blob/main/LICENSE). Evaluation is permitted; production use requires an invited early-cohort license or a commercial agreement.
|
|
90
136
|
|
|
91
|
-
For access or commercial licensing, contact beta@keepur.io.
|
|
137
|
+
For access or commercial licensing, contact [beta@keepur.io](mailto:beta@keepur.io).
|
|
138
|
+
</content>
|
|
139
|
+
</invoke>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keepur/hive",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"hiveApi": "1.0.0",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"setup:seeds": "npx tsx setup/setup-seeds.ts",
|
|
41
41
|
"setup:plugins": "npx tsx setup/sync-plugins.ts",
|
|
42
42
|
"migrate:agents:legacy": "npx tsx setup/migrate-agents.ts",
|
|
43
|
+
"migrate:split-crm-contacts": "npx tsx setup/migrate-split-crm-contacts.ts",
|
|
43
44
|
"setup:plist": "npx tsx setup/generate-plist.ts",
|
|
44
45
|
"update": "git pull && npm install && npm run build",
|
|
45
46
|
"reindex": "npx tsx scripts/code-index.ts",
|