agentmomo 0.2.0 → 0.2.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 +10 -2
- package/dist/assets/{index-5pVyUNvu.js → index-BQyAbSge.js} +311 -311
- package/dist/cli.js +42 -11
- package/dist/index.html +1 -1
- package/dist/server.js +17 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,15 @@ Run this once in any terminal (Node.js 18+ required):
|
|
|
12
12
|
npx agentmomo
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
This starts
|
|
15
|
+
This starts the local bridge at `http://localhost:9001`.
|
|
16
|
+
|
|
17
|
+
Keep it running, then open `https://agentmomo.net/app` in the browser. The deployed app is the main UI; `localhost:9001` is the local companion that handles setup, hooks, wrappers, and live event ingestion.
|
|
18
|
+
|
|
19
|
+
If you want the old local-only fallback UI for debugging, run:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
npx agentmomo --open-local
|
|
23
|
+
```
|
|
16
24
|
|
|
17
25
|
## What it does
|
|
18
26
|
|
|
@@ -32,7 +40,7 @@ All processing is local. No data leaves your machine except optional account syn
|
|
|
32
40
|
## Setup in the dashboard
|
|
33
41
|
|
|
34
42
|
1. Run `npx agentmomo`
|
|
35
|
-
2. Open
|
|
43
|
+
2. Open `https://agentmomo.net/app`
|
|
36
44
|
3. Go to the **Setup** panel
|
|
37
45
|
4. Follow the steps for Claude Desktop, Claude Code CLI, Gemini CLI, or Codex CLI
|
|
38
46
|
|