@askexenow/exe-os 0.8.0 → 0.8.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 +178 -79
- package/package.json +1 -1
- package/dist/bin/backfill-responses.js +0 -1912
- package/dist/bin/backfill-vectors.js +0 -1642
- package/dist/bin/cleanup-stale-review-tasks.js +0 -1339
- package/dist/bin/cli.js +0 -18800
- package/dist/bin/exe-agent.js +0 -1858
- package/dist/bin/exe-assign.js +0 -1957
- package/dist/bin/exe-boot.js +0 -6460
- package/dist/bin/exe-call.js +0 -197
- package/dist/bin/exe-cloud.js +0 -850
- package/dist/bin/exe-dispatch.js +0 -1146
- package/dist/bin/exe-doctor.js +0 -1657
- package/dist/bin/exe-export-behaviors.js +0 -1494
- package/dist/bin/exe-forget.js +0 -1627
- package/dist/bin/exe-gateway.js +0 -7732
- package/dist/bin/exe-healthcheck.js +0 -207
- package/dist/bin/exe-heartbeat.js +0 -1647
- package/dist/bin/exe-kill.js +0 -1479
- package/dist/bin/exe-launch-agent.js +0 -1704
- package/dist/bin/exe-link.js +0 -192
- package/dist/bin/exe-new-employee.js +0 -852
- package/dist/bin/exe-pending-messages.js +0 -1446
- package/dist/bin/exe-pending-notifications.js +0 -1321
- package/dist/bin/exe-pending-reviews.js +0 -1468
- package/dist/bin/exe-repo-drift.js +0 -95
- package/dist/bin/exe-review.js +0 -1590
- package/dist/bin/exe-search.js +0 -2651
- package/dist/bin/exe-session-cleanup.js +0 -3173
- package/dist/bin/exe-settings.js +0 -354
- package/dist/bin/exe-status.js +0 -1532
- package/dist/bin/exe-team.js +0 -1324
- package/dist/bin/git-sweep.js +0 -2185
- package/dist/bin/graph-backfill.js +0 -1968
- package/dist/bin/graph-export.js +0 -1604
- package/dist/bin/install.js +0 -656
- package/dist/bin/list-providers.js +0 -140
- package/dist/bin/scan-tasks.js +0 -1820
- package/dist/bin/setup.js +0 -951
- package/dist/bin/shard-migrate.js +0 -1494
- package/dist/bin/update.js +0 -95
- package/dist/bin/wiki-sync.js +0 -1514
- package/dist/gateway/index.js +0 -8848
- package/dist/hooks/bug-report-worker.js +0 -2743
- package/dist/hooks/commit-complete.js +0 -2108
- package/dist/hooks/error-recall.js +0 -2861
- package/dist/hooks/exe-heartbeat-hook.js +0 -232
- package/dist/hooks/ingest-worker.js +0 -4793
- package/dist/hooks/ingest.js +0 -684
- package/dist/hooks/instructions-loaded.js +0 -1880
- package/dist/hooks/notification.js +0 -1726
- package/dist/hooks/post-compact.js +0 -1751
- package/dist/hooks/pre-compact.js +0 -1746
- package/dist/hooks/pre-tool-use.js +0 -2191
- package/dist/hooks/prompt-ingest-worker.js +0 -2126
- package/dist/hooks/prompt-submit.js +0 -4693
- package/dist/hooks/response-ingest-worker.js +0 -1936
- package/dist/hooks/session-end.js +0 -1752
- package/dist/hooks/session-start.js +0 -2795
- package/dist/hooks/stop.js +0 -1835
- package/dist/hooks/subagent-stop.js +0 -1726
- package/dist/hooks/summary-worker.js +0 -2661
- package/dist/index.js +0 -11834
- package/dist/lib/cloud-sync.js +0 -495
- package/dist/lib/config.js +0 -222
- package/dist/lib/consolidation.js +0 -476
- package/dist/lib/crypto.js +0 -51
- package/dist/lib/database.js +0 -730
- package/dist/lib/device-registry.js +0 -900
- package/dist/lib/embedder.js +0 -632
- package/dist/lib/employee-templates.js +0 -543
- package/dist/lib/employees.js +0 -177
- package/dist/lib/error-detector.js +0 -156
- package/dist/lib/exe-daemon-client.js +0 -451
- package/dist/lib/exe-daemon.js +0 -8285
- package/dist/lib/file-grep.js +0 -199
- package/dist/lib/hybrid-search.js +0 -1819
- package/dist/lib/identity-templates.js +0 -320
- package/dist/lib/identity.js +0 -223
- package/dist/lib/keychain.js +0 -145
- package/dist/lib/license.js +0 -377
- package/dist/lib/messaging.js +0 -1376
- package/dist/lib/reminders.js +0 -63
- package/dist/lib/schedules.js +0 -1396
- package/dist/lib/session-registry.js +0 -52
- package/dist/lib/skill-learning.js +0 -477
- package/dist/lib/status-brief.js +0 -235
- package/dist/lib/store.js +0 -1551
- package/dist/lib/task-router.js +0 -62
- package/dist/lib/tasks.js +0 -2456
- package/dist/lib/tmux-routing.js +0 -2836
- package/dist/lib/tmux-status.js +0 -261
- package/dist/lib/tmux-transport.js +0 -83
- package/dist/lib/transport.js +0 -128
- package/dist/lib/ws-auth.js +0 -19
- package/dist/lib/ws-client.js +0 -160
- package/dist/mcp/server.js +0 -10538
- package/dist/mcp/tools/complete-reminder.js +0 -67
- package/dist/mcp/tools/create-reminder.js +0 -52
- package/dist/mcp/tools/create-task.js +0 -1853
- package/dist/mcp/tools/deactivate-behavior.js +0 -263
- package/dist/mcp/tools/list-reminders.js +0 -62
- package/dist/mcp/tools/list-tasks.js +0 -463
- package/dist/mcp/tools/send-message.js +0 -1382
- package/dist/mcp/tools/update-task.js +0 -1692
- package/dist/runtime/index.js +0 -6809
- package/dist/tui/App.js +0 -17479
package/README.md
CHANGED
|
@@ -1,42 +1,65 @@
|
|
|
1
1
|
# Exe OS
|
|
2
2
|
|
|
3
|
-
    
|
|
4
4
|
|
|
5
|
-
**AI
|
|
5
|
+
**Hire the team you couldn't afford.** AI employee operating system with persistent memory, identity, and multi-agent orchestration.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Run 5-10 AI employees as a real organization. Each employee has persistent memory across sessions, a permanent identity, and a task queue. You talk to your COO. Your COO coordinates everyone else.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
---
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
- **Native CLI automation.** Agents run inside official Claude Code CLI sessions. Exe OS sends keystrokes via `tmux send-keys` — standard Unix terminal multiplexing, the same way any developer scripts their terminal.
|
|
13
|
-
- **Officially supported features only.** All orchestration uses documented Claude Code capabilities: [hooks](https://docs.anthropic.com/en/docs/claude-code/hooks), [MCP servers](https://docs.anthropic.com/en/docs/claude-code/mcp), `.claude.json` permissions, and `--agent` identity injection.
|
|
14
|
-
- **BYOS — Bring Your Own Subscription.** Exe OS is the orchestration layer. The LLM subscription (Claude Max, API key, or any provider) belongs to you. Your subscription, your compute.
|
|
11
|
+
## Install
|
|
15
12
|
|
|
16
|
-
|
|
13
|
+
```bash
|
|
14
|
+
npm install -g @askexenow/exe-os
|
|
15
|
+
exe-os setup
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Two commands. Encryption key generated, embedding model downloaded, team created.
|
|
19
|
+
|
|
20
|
+
---
|
|
17
21
|
|
|
18
|
-
##
|
|
22
|
+
## Two Ways to Work
|
|
23
|
+
|
|
24
|
+
### Mode 1: Claude Code
|
|
25
|
+
|
|
26
|
+
Use your existing Claude Code subscription. Type your COO's name in the terminal.
|
|
19
27
|
|
|
20
28
|
```bash
|
|
21
|
-
|
|
22
|
-
exe
|
|
23
|
-
exe-os # launch the TUI
|
|
29
|
+
exe-os claude # wire hooks + MCP into Claude Code (one-time)
|
|
30
|
+
exe # talk to your COO
|
|
24
31
|
```
|
|
25
32
|
|
|
26
|
-
|
|
33
|
+
Best for: developers who live in the terminal.
|
|
34
|
+
|
|
35
|
+
### Mode 2: Dashboard
|
|
36
|
+
|
|
37
|
+
Visual terminal UI with sidebar, team view, tasks, and metrics.
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
exe-os # launch the dashboard
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
Best for: managing multiple projects and employees.
|
|
44
|
+
|
|
45
|
+
**Both modes share the same memory, employees, and data. Switch anytime.**
|
|
27
46
|
|
|
28
|
-
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## What You Get
|
|
29
50
|
|
|
30
51
|
| Feature | What it does |
|
|
31
52
|
|---------|-------------|
|
|
32
|
-
| **Persistent memory** | Every
|
|
33
|
-
| **
|
|
34
|
-
| **
|
|
35
|
-
| **
|
|
36
|
-
| **
|
|
37
|
-
| **
|
|
38
|
-
| **Cloud sync** | End-to-end encrypted memory sync across devices. |
|
|
39
|
-
| **
|
|
53
|
+
| **Persistent memory** | Every interaction stored in encrypted SQLCipher + vector search. Searchable across sessions. |
|
|
54
|
+
| **Three-layer cognition** | Identity (who you are) + Expertise (what you've learned) + Experience (what you remember) |
|
|
55
|
+
| **Multi-agent orchestration** | COO coordinates CTO, CMO, engineers. Parallel task execution via tmux. |
|
|
56
|
+
| **Task system** | Create, assign, review, chain tasks. Auto-dispatch. Review pipeline with cascading approval. |
|
|
57
|
+
| **Identity injection** | Each employee gets a permanent identity doc. Claude Code's `--agent` flag replaces the default system prompt. |
|
|
58
|
+
| **Skill learning** | Agents learn procedures from repeated patterns. Corrections become permanent behaviors. |
|
|
59
|
+
| **Cloud sync** | End-to-end encrypted memory sync across devices. Your key, your data. |
|
|
60
|
+
| **License activation** | `exe-os --activate <key>` to unlock CTO + CMO. Free tier: 1 employee (COO only). |
|
|
61
|
+
|
|
62
|
+
---
|
|
40
63
|
|
|
41
64
|
## How It Works
|
|
42
65
|
|
|
@@ -44,96 +67,172 @@ Three commands. You're running.
|
|
|
44
67
|
You
|
|
45
68
|
|
|
|
46
69
|
v
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
└── session scoping (one exe per project, isolated)
|
|
70
|
+
Your COO (exe)
|
|
71
|
+
├── Yoshi (CTO) ──> architecture, code reviews, tech decisions
|
|
72
|
+
│ └── Tom (Engineer) ──> implementation, tests, commits
|
|
73
|
+
├── Mari (CMO) ──> design, content, SEO, branding
|
|
74
|
+
│ └── Sasha (Content) ──> video, images, production
|
|
75
|
+
└── Gen (AI Specialist) ──> AI tools, research, evaluation
|
|
54
76
|
```
|
|
55
77
|
|
|
56
|
-
|
|
78
|
+
You talk to your COO. Your COO delegates. Each employee has:
|
|
79
|
+
- **Persistent memory** — remembers past work, decisions, patterns
|
|
80
|
+
- **Identity** — permanent role doc that defines who they are
|
|
81
|
+
- **Task queue** — auto-chains through assigned work
|
|
82
|
+
- **Behavioral expertise** — corrections accumulate as permanent rules
|
|
57
83
|
|
|
58
|
-
|
|
84
|
+
---
|
|
59
85
|
|
|
60
|
-
|
|
86
|
+
## Setup Walkthrough
|
|
61
87
|
|
|
62
|
-
|
|
63
|
-
- **Sessions** — navigate between projects and employees, view live output
|
|
64
|
-
- **Tasks** — kanban board of all active tasks across projects
|
|
65
|
-
- **Gateway** — external-facing agent channels and health
|
|
66
|
-
- **Team** — employee roster with live status (internal + external agents)
|
|
67
|
-
- **Memory** — search across all memories with semantic search
|
|
68
|
-
- **Settings** — providers, encryption, runtime config, employee models
|
|
88
|
+
### 1. Install
|
|
69
89
|
|
|
70
|
-
|
|
90
|
+
```bash
|
|
91
|
+
npm install -g @askexenow/exe-os
|
|
92
|
+
```
|
|
71
93
|
|
|
72
|
-
|
|
94
|
+
Requires Node.js 20+ and tmux (`brew install tmux` on macOS).
|
|
73
95
|
|
|
74
|
-
|
|
75
|
-
- **Claude Code** subscription (Max or Pro)
|
|
76
|
-
- **tmux** — auto-detected, required for multi-agent
|
|
96
|
+
### 2. Run Setup
|
|
77
97
|
|
|
78
98
|
```bash
|
|
79
|
-
|
|
80
|
-
|
|
99
|
+
exe-os setup
|
|
100
|
+
```
|
|
81
101
|
|
|
82
|
-
|
|
83
|
-
|
|
102
|
+
This runs the setup wizard:
|
|
103
|
+
- Generates 256-bit encryption key (stored in system keychain)
|
|
104
|
+
- Downloads Jina v5 embedding model (397MB, runs locally)
|
|
105
|
+
- Names your COO (default: exe)
|
|
106
|
+
- Shows your team (CTO, CMO) and pricing tiers
|
|
107
|
+
- Optionally activates a license key
|
|
108
|
+
|
|
109
|
+
### 3. Choose Your Mode
|
|
110
|
+
|
|
111
|
+
**Mode 1 — Claude Code:**
|
|
112
|
+
|
|
113
|
+
```bash
|
|
114
|
+
exe-os claude # install hooks + MCP into Claude Code
|
|
115
|
+
exe # launch your COO (or whatever you named them)
|
|
84
116
|
```
|
|
85
117
|
|
|
86
|
-
|
|
118
|
+
**Mode 2 — Dashboard:**
|
|
87
119
|
|
|
88
|
-
|
|
120
|
+
```bash
|
|
121
|
+
exe-os # launch the TUI dashboard
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## Pricing
|
|
127
|
+
|
|
128
|
+
| Plan | Price | Employees | Memories | Devices |
|
|
129
|
+
|------|-------|-----------|----------|---------|
|
|
130
|
+
| Free | $0 | 1 (COO) | 5,000 | 1 |
|
|
131
|
+
| Solopreneur | $97/mo | 5 | 100,000 | 2 |
|
|
132
|
+
| Company | $297/mo | 20 | 1,000,000 | 10 |
|
|
133
|
+
| Agency | $497/mo | 100 | 10,000,000 | 50 |
|
|
134
|
+
| Enterprise | Custom | Unlimited | Unlimited | Unlimited |
|
|
89
135
|
|
|
90
|
-
|
|
91
|
-
|------|------|--------------|
|
|
92
|
-
| exe | COO | claude-opus-4-6 |
|
|
93
|
-
| yoshi | CTO | claude-opus-4-6 |
|
|
94
|
-
| mari | CMO | claude-sonnet-4-6 |
|
|
95
|
-
| tom | Principal Engineer | claude-sonnet-4-6 |
|
|
96
|
-
| sasha | Content Production | claude-sonnet-4-6 |
|
|
136
|
+
Activate: `exe-os --activate <key>` or paste during `exe-os setup`.
|
|
97
137
|
|
|
98
|
-
|
|
138
|
+
Purchase at [askexe.com](https://askexe.com).
|
|
99
139
|
|
|
100
|
-
|
|
140
|
+
---
|
|
101
141
|
|
|
102
|
-
|
|
142
|
+
## Employee Templates
|
|
143
|
+
|
|
144
|
+
Create employees with built-in templates:
|
|
103
145
|
|
|
104
146
|
```bash
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
147
|
+
exe-new-employee yoshi --template yoshi # CTO
|
|
148
|
+
exe-new-employee mari --template mari # CMO
|
|
149
|
+
exe-new-employee tom --template tom # Principal Engineer
|
|
150
|
+
exe-new-employee sasha --template sasha # Content Specialist
|
|
151
|
+
exe-new-employee gen --template gen # AI Specialist
|
|
108
152
|
```
|
|
109
153
|
|
|
110
|
-
|
|
154
|
+
Or create custom employees:
|
|
111
155
|
|
|
112
|
-
|
|
156
|
+
```bash
|
|
157
|
+
exe-new-employee alex # custom specialist
|
|
158
|
+
```
|
|
113
159
|
|
|
114
|
-
|
|
160
|
+
Each employee gets an identity doc at `~/.exe-os/identity/{name}.md`, a task folder, and launcher commands.
|
|
115
161
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## For Agencies
|
|
165
|
+
|
|
166
|
+
See [docs/Agency-Playbook.md](docs/Agency-Playbook.md) for multi-client VPS deployment:
|
|
167
|
+
- One VPS, multiple clients, full data isolation
|
|
168
|
+
- Per-client wiki workspaces
|
|
169
|
+
- Cross-client querying for agency owners
|
|
170
|
+
- Config-driven white-label theming via `branding.json`
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
## Commands
|
|
175
|
+
|
|
176
|
+
| Command | What it does |
|
|
177
|
+
|---------|-------------|
|
|
178
|
+
| `exe-os` | Launch TUI dashboard (Mode 2) |
|
|
179
|
+
| `exe-os setup` | Run setup wizard |
|
|
180
|
+
| `exe-os claude` | Install hooks + MCP into Claude Code (Mode 1) |
|
|
181
|
+
| `exe-os --activate <key>` | Activate a license key |
|
|
182
|
+
| `exe` | Launch your COO in Claude Code |
|
|
183
|
+
| `exe-new-employee <name>` | Create a new employee |
|
|
184
|
+
| `/exe` | Boot your COO (inside Claude Code) |
|
|
185
|
+
| `/exe-team` | Show employee roster |
|
|
186
|
+
| `/exe-search <query>` | Search memories |
|
|
187
|
+
|
|
188
|
+
---
|
|
119
189
|
|
|
120
190
|
## Architecture
|
|
121
191
|
|
|
122
192
|
```
|
|
123
193
|
exe-os/
|
|
124
194
|
src/
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
195
|
+
lib/ # Core: memory, tasks, identity, behaviors, search, sync, encryption
|
|
196
|
+
mcp/ # MCP server (20+ tools for Claude Code integration)
|
|
197
|
+
adapters/ # Claude Code hooks (ingest, session-start, pre-tool-use, etc.)
|
|
198
|
+
tui/ # Ink-based terminal dashboard (Mode 2)
|
|
199
|
+
runtime/ # Agent loop, tool registry, permissions (Mode 2 standalone)
|
|
200
|
+
gateway/ # External messaging (WhatsApp, Telegram, Discord, webhook)
|
|
201
|
+
deploy/
|
|
202
|
+
compose/ # Docker Compose for VPS deployment (CRM + wiki + gateway + daemon)
|
|
203
|
+
Dockerfile* # Per-service Docker images
|
|
204
|
+
docs/
|
|
205
|
+
Agency-Playbook.md # Multi-client VPS guide
|
|
131
206
|
```
|
|
132
207
|
|
|
133
|
-
**
|
|
208
|
+
**Three runtime modes:**
|
|
209
|
+
|
|
210
|
+
| Mode | Entry | What you see |
|
|
211
|
+
|------|-------|-------------|
|
|
212
|
+
| Mode 1: Claude Code | `exe` | Claude Code terminal with COO identity |
|
|
213
|
+
| Mode 2: TUI Dashboard | `exe-os` | Terminal dashboard with sidebar + team view |
|
|
214
|
+
| Mode 3: Desktop | `exe-os desktop` | Tauri native app (coming soon) |
|
|
215
|
+
|
|
216
|
+
**Storage:** SQLCipher (encrypted SQLite) + Jina v5 embeddings (local, 1024-dim). No data leaves your machine unless you opt into Exe Cloud (E2EE).
|
|
217
|
+
|
|
218
|
+
---
|
|
219
|
+
|
|
220
|
+
## Requirements
|
|
221
|
+
|
|
222
|
+
- **Node.js 20+**
|
|
223
|
+
- **tmux** — for multi-agent session management
|
|
224
|
+
- **Claude Code** subscription (Mode 1) or API key (Mode 2)
|
|
225
|
+
|
|
226
|
+
```bash
|
|
227
|
+
# macOS
|
|
228
|
+
brew install tmux node
|
|
229
|
+
|
|
230
|
+
# Linux
|
|
231
|
+
apt install tmux nodejs
|
|
232
|
+
```
|
|
134
233
|
|
|
135
|
-
|
|
234
|
+
---
|
|
136
235
|
|
|
137
236
|
## License
|
|
138
237
|
|
|
139
|
-
CC-BY-NC-4.0
|
|
238
|
+
CC-BY-NC-4.0 (non-commercial). Commercial licenses available at [askexe.com](https://askexe.com).
|
package/package.json
CHANGED