leedab 0.1.2 → 0.1.3
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 +23 -45
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,39 +1,36 @@
|
|
|
1
1
|
# LeedAB
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**Living OS. An autonomous AI agent that runs on your machine.**
|
|
4
4
|
|
|
5
|
-
LeedAB
|
|
5
|
+
LeedAB installs on any Mac, Windows, or Linux computer and becomes an AI agent for your enterprise. It talks to your team on WhatsApp and Telegram, learns your operations, uses your computer like a team member would, and keeps every byte of data on your hardware.
|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
|
|
11
|
-
npx leedab onboard
|
|
12
|
-
npx leedab start
|
|
10
|
+
curl -fsSL https://leedab.com/install.sh | bash
|
|
13
11
|
```
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
Then run the setup wizard:
|
|
16
14
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## What You Get
|
|
22
|
-
|
|
23
|
-
**Multi-channel messaging** — your team talks to the agent on Telegram, WhatsApp, or Teams. Each user gets an isolated session with their own context.
|
|
24
|
-
|
|
25
|
-
**Persistent memory** — the agent remembers across conversations. Daily notes, long-term memory, and workspace files survive restarts.
|
|
15
|
+
```bash
|
|
16
|
+
leedab onboard
|
|
17
|
+
```
|
|
26
18
|
|
|
27
|
-
|
|
19
|
+
You'll need a license key. Get one at [leedab.com](https://www.leedab.com).
|
|
28
20
|
|
|
29
|
-
|
|
21
|
+
## What you get
|
|
30
22
|
|
|
31
|
-
|
|
23
|
+
- **Messaging** - your team talks to the agent on WhatsApp, Telegram, or Slack. No new app to learn.
|
|
24
|
+
- **Computer use** - the agent opens browsers, reads screens, navigates apps, and fills forms.
|
|
25
|
+
- **Memory** - persistent across conversations. It learns your business and never starts from scratch.
|
|
26
|
+
- **Credential vault** - AES-256-GCM encrypted. The agent logs into services using stored credentials.
|
|
27
|
+
- **Dashboard** - web console at `localhost:3000` with agent status, sessions, and team management.
|
|
28
|
+
- **Local-first** - files, credentials, memory, and logs stay on your machine.
|
|
32
29
|
|
|
33
30
|
## Commands
|
|
34
31
|
|
|
35
32
|
```
|
|
36
|
-
leedab onboard
|
|
33
|
+
leedab onboard Setup wizard
|
|
37
34
|
leedab start Start the agent and dashboard
|
|
38
35
|
leedab terminal Chat with the agent in terminal
|
|
39
36
|
leedab stop Stop the agent
|
|
@@ -47,37 +44,18 @@ leedab --help All commands
|
|
|
47
44
|
|
|
48
45
|
## Requirements
|
|
49
46
|
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
47
|
+
- macOS, Windows, or Linux
|
|
48
|
+
- A license key from [leedab.com](https://www.leedab.com)
|
|
49
|
+
- An LLM API key (Anthropic, OpenAI, Google, DeepSeek, or OpenRouter)
|
|
53
50
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
LeedAB runs an AI agent gateway on your machine with enterprise onboarding, a management dashboard, encrypted credential vault, team roles, and audit logging.
|
|
57
|
-
|
|
58
|
-
```
|
|
59
|
-
┌─────────────────────────────────────────────┐
|
|
60
|
-
│ LeedAB │
|
|
61
|
-
│ ┌─────────┐ ┌──────────┐ ┌──────────────┐ │
|
|
62
|
-
│ │ Onboard │ │Dashboard │ │ Vault/Audit │ │
|
|
63
|
-
│ └─────────┘ └──────────┘ └──────────────┘ │
|
|
64
|
-
│ ┌─────────────────────────────────────────┐ │
|
|
65
|
-
│ │ Agent Gateway │ │
|
|
66
|
-
│ │ Sessions │ Skills │ Memory │ Browser │ │
|
|
67
|
-
│ └─────────────────────────────────────────┘ │
|
|
68
|
-
│ ┌──────────┐ ┌──────────┐ ┌─────────────┐ │
|
|
69
|
-
│ │ Telegram │ │ WhatsApp │ │ Teams │ │
|
|
70
|
-
│ └──────────┘ └──────────┘ └─────────────┘ │
|
|
71
|
-
└─────────────────────────────────────────────┘
|
|
72
|
-
```
|
|
51
|
+
The one-liner installer handles Node.js and all dependencies for you.
|
|
73
52
|
|
|
74
53
|
## Security
|
|
75
54
|
|
|
76
|
-
- All data stored locally in `.leedab/`
|
|
55
|
+
- All data stored locally in `.leedab/`
|
|
77
56
|
- Credentials encrypted with AES-256-GCM
|
|
78
57
|
- Per-channel allowlists control who can message the agent
|
|
79
|
-
-
|
|
80
|
-
- Team roles: admin, operator, viewer
|
|
58
|
+
- Team roles with admin, operator, and viewer access
|
|
81
59
|
- Full audit log of every interaction
|
|
82
60
|
|
|
83
61
|
## License
|