leedab 0.3.0 → 0.3.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 +22 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Living OS. An autonomous AI agent that runs on your machine.**
|
|
4
4
|
|
|
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
|
|
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, Telegram, and Microsoft Teams, 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
|
|
|
@@ -20,43 +20,49 @@ You'll need a license key. Get one at [leedab.com](https://www.leedab.com).
|
|
|
20
20
|
|
|
21
21
|
## What you get
|
|
22
22
|
|
|
23
|
-
- **Messaging** - your team talks to the agent on WhatsApp, Telegram, or
|
|
23
|
+
- **Messaging** - your team talks to the agent on WhatsApp, Telegram, or Microsoft Teams. No new app to learn.
|
|
24
|
+
- **Pre-built workflows** - one-click runs for credit notes, deduction reconciliation, attendance imports, delay detection, and more. Tailored to your license pack.
|
|
25
|
+
- **Specialised agents** - a roster of operators (COO, Procurement, CX, Finance, Sales, People, Concierge) tuned to your vertical. Founder packs unlock the full 26-agent internal team.
|
|
24
26
|
- **Computer use** - the agent opens browsers, reads screens, navigates apps, and fills forms.
|
|
25
27
|
- **Memory** - persistent across conversations. It learns your business and never starts from scratch.
|
|
26
28
|
- **Credential vault** - AES-256-GCM encrypted. The agent logs into services using stored credentials.
|
|
27
|
-
- **Dashboard** - web console at `localhost:3000` with
|
|
29
|
+
- **Dashboard** - web console at `localhost:3000` with operators, sessions, workflows, and admin.
|
|
28
30
|
- **Local-first** - files, credentials, memory, and logs stay on your machine.
|
|
29
31
|
|
|
30
32
|
## Commands
|
|
31
33
|
|
|
32
34
|
```
|
|
33
|
-
leedab onboard
|
|
34
|
-
leedab start
|
|
35
|
-
leedab
|
|
36
|
-
leedab
|
|
37
|
-
leedab
|
|
38
|
-
leedab
|
|
39
|
-
leedab
|
|
40
|
-
leedab
|
|
41
|
-
leedab
|
|
42
|
-
leedab
|
|
35
|
+
leedab onboard Setup wizard
|
|
36
|
+
leedab start Start the agent and dashboard
|
|
37
|
+
leedab dashboard Open the dashboard in your browser
|
|
38
|
+
leedab terminal Chat with the agent in terminal
|
|
39
|
+
leedab stop Stop the agent
|
|
40
|
+
leedab license Show license details — tier, seats, status
|
|
41
|
+
leedab configure model Change LLM provider or model
|
|
42
|
+
leedab vault add <svc> Store credentials for a service
|
|
43
|
+
leedab pairing add <ch> <u> Add users to a channel allowlist
|
|
44
|
+
leedab channels List configured channels
|
|
45
|
+
leedab team add <name> Add a team member
|
|
46
|
+
leedab sessions View conversation sessions
|
|
47
|
+
leedab --help All commands
|
|
43
48
|
```
|
|
44
49
|
|
|
45
50
|
## Requirements
|
|
46
51
|
|
|
47
52
|
- macOS, Windows, or Linux
|
|
48
53
|
- A license key from [leedab.com](https://www.leedab.com)
|
|
49
|
-
- An LLM API key (Anthropic, OpenAI, Google, DeepSeek, or
|
|
54
|
+
- An LLM API key (Anthropic, OpenAI, Google, DeepSeek, OpenRouter, or Amazon Bedrock)
|
|
50
55
|
|
|
51
56
|
The one-liner installer handles Node.js and all dependencies for you.
|
|
52
57
|
|
|
53
58
|
## Security
|
|
54
59
|
|
|
55
|
-
- All data stored locally in
|
|
60
|
+
- All data stored locally in `~/.leedab/`
|
|
56
61
|
- Credentials encrypted with AES-256-GCM
|
|
57
62
|
- Per-channel allowlists control who can message the agent
|
|
58
|
-
- Team roles with
|
|
63
|
+
- Team roles with owner, admin, and member access
|
|
59
64
|
- Full audit log of every interaction
|
|
65
|
+
- License payload signed (Ed25519) and verified locally so a tampered cache can't elevate tier
|
|
60
66
|
|
|
61
67
|
## License
|
|
62
68
|
|