@agenticmail/enterprise 0.5.315 → 0.5.316
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 +41 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,17 +14,37 @@ One command. Interactive setup wizard. Full platform in under 2 minutes.
|
|
|
14
14
|
|
|
15
15
|
## Getting Started (5 Minutes)
|
|
16
16
|
|
|
17
|
-
### Option A:
|
|
17
|
+
### ☁️ Option A: Deploy on AgenticMail Cloud (Recommended)
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
npx @agenticmail/enterprise
|
|
22
|
-
```
|
|
23
|
-
2. Select **"AgenticMail Cloud"** as the deploy target
|
|
24
|
-
3. Claim your free subdomain (e.g., `yourcompany.agenticmail.io`)
|
|
25
|
-
4. Complete the guided setup — database, admin account, and first agent
|
|
19
|
+
**Get a free `yourcompany.agenticmail.io` subdomain — live in under 2 minutes.**
|
|
26
20
|
|
|
27
|
-
|
|
21
|
+
```bash
|
|
22
|
+
npx @agenticmail/enterprise
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
The wizard will ask you to:
|
|
26
|
+
|
|
27
|
+
1. **Select deploy target** → Choose **"AgenticMail Cloud"**
|
|
28
|
+
2. **Pick your subdomain** → e.g., `acme` → your dashboard is at `https://acme.agenticmail.io`
|
|
29
|
+
3. **Create admin account** → Name, email, password
|
|
30
|
+
4. **Done** → Dashboard opens. Create your first agent.
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
$ npx @agenticmail/enterprise
|
|
34
|
+
|
|
35
|
+
Deploy target: AgenticMail Cloud (free)
|
|
36
|
+
Subdomain: acme.agenticmail.io
|
|
37
|
+
✓ Database provisioned
|
|
38
|
+
✓ Schema migrated (32 tables)
|
|
39
|
+
✓ Admin account created
|
|
40
|
+
|
|
41
|
+
Dashboard: https://acme.agenticmail.io
|
|
42
|
+
✓ Live! Create your first agent →
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
**No servers to manage. No Docker. No ports to open. No infra.** Everything runs on our infrastructure — you just configure from the dashboard.
|
|
46
|
+
|
|
47
|
+
---
|
|
28
48
|
|
|
29
49
|
### Option B: Self-Hosted
|
|
30
50
|
|
|
@@ -115,7 +135,7 @@ Everything is managed from the dashboard — agent creation, permissions, email
|
|
|
115
135
|
Most AI agent platforms give you a chatbot. We give you a **workforce**.
|
|
116
136
|
|
|
117
137
|
- **Real Identity** — Each agent gets a real email address, phone number (Google Voice), Google Workspace access, and digital presence
|
|
118
|
-
- **Real Autonomy** — Agents clock in/out, check email, respond to messages,
|
|
138
|
+
- **Real Autonomy** — Agents clock in/out, check email, respond to messages, **join Google Meet calls and speak like humans**, and work independently
|
|
119
139
|
- **Real Governance** — DLP scanning, guardrails, approval workflows, compliance reporting, action journaling with rollback
|
|
120
140
|
- **Real Scale** — Multi-tenant isolation, org-scoped everything, role-based access control, budget gates
|
|
121
141
|
- **Real Integration** — 145 SaaS adapters, 13 Google Workspace tools, full browser automation, shell access, filesystem tools
|
|
@@ -771,9 +791,18 @@ Agents operate independently with configurable autonomy features:
|
|
|
771
791
|
|
|
772
792
|
---
|
|
773
793
|
|
|
774
|
-
## Meeting & Voice Intelligence
|
|
794
|
+
## 🎙️ Meeting & Voice Intelligence — Agents That Join Calls and Speak
|
|
795
|
+
|
|
796
|
+
**Your AI agents join Google Meet calls and participate with natural human-like voice.** This isn't a transcription bot — agents actually listen, understand context, and respond verbally in real-time using ElevenLabs TTS.
|
|
797
|
+
|
|
798
|
+
- **Join any Google Meet** — Agent opens the browser, clicks "Join", and enters the meeting
|
|
799
|
+
- **Speak with natural voice** — ElevenLabs TTS generates human-quality speech routed through a virtual audio device
|
|
800
|
+
- **Listen and understand** — Real-time transcription feeds into the agent's context so it knows what's being discussed
|
|
801
|
+
- **Context-aware responses** — Agent draws on its email, calendar, documents, and memory to give informed answers
|
|
802
|
+
- **Multi-agent meetings** — Multiple agents can join the same call and collaborate
|
|
803
|
+
- **Automatic meeting notes** — Agent generates summaries and action items after the call
|
|
775
804
|
|
|
776
|
-
|
|
805
|
+
**Use cases:** Daily standups, client demos, team syncs, investor updates, sales calls, onboarding sessions, interview screening.
|
|
777
806
|
|
|
778
807
|
| Feature | Description |
|
|
779
808
|
|---------|-------------|
|