agentmomo 0.1.1 → 0.2.0
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 +8 -6
- package/dist/assets/index-5pVyUNvu.js +5574 -0
- package/dist/assets/index-BjOLTppo.css +1 -0
- package/dist/claude-code-hook.cjs +66 -0
- package/dist/cli.js +2 -0
- package/dist/codex-cli-hook.cjs +415 -0
- package/dist/gemini-cli-hook.cjs +312 -0
- package/dist/index.html +3 -3
- package/dist/server.js +8252 -26
- package/package.json +31 -2
- package/dist/assets/index-Cru_j148.js +0 -5346
- package/dist/assets/index-q7eACk3a.css +0 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AgentsMomo
|
|
2
2
|
|
|
3
|
-
Watch your AI agents work in a 3D office. Each MCP server becomes a character at a desk �� when a tool is called, they start typing. When done, they grab coffee.
|
|
3
|
+
Watch your AI agents work in a 3D office. Each MCP server becomes a character at a desk �� when a tool is called, they start typing. When done, they grab coffee.
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
@@ -16,23 +16,25 @@ This starts a local proxy at `http://localhost:9001` and opens the dashboard aut
|
|
|
16
16
|
|
|
17
17
|
## What it does
|
|
18
18
|
|
|
19
|
-
- **Claude Desktop** �� wraps your MCP servers to track every tool call in the 3D office
|
|
20
|
-
- **Claude Code CLI** �� installs hooks so every `claude` terminal session is visualized
|
|
21
|
-
- **
|
|
19
|
+
- **Claude Desktop** �� wraps your MCP servers to track every tool call in the 3D office
|
|
20
|
+
- **Claude Code CLI** �� installs hooks so every `claude` terminal session is visualized
|
|
21
|
+
- **Gemini CLI** �� installs hooks so every `gemini` terminal session is visualized
|
|
22
|
+
- **Codex CLI** �� tracks `codex exec` runs through a project helper with JSON event ingestion
|
|
23
|
+
- **Open WebUI** �� proxies your mcpo endpoints to capture activity
|
|
22
24
|
|
|
23
25
|
All processing is local. No data leaves your machine except optional account sync.
|
|
24
26
|
|
|
25
27
|
## Requirements
|
|
26
28
|
|
|
27
29
|
- Node.js 18 or later
|
|
28
|
-
- Claude Desktop
|
|
30
|
+
- Claude Desktop, Claude Code CLI, Gemini CLI, or Codex CLI (for tracking)
|
|
29
31
|
|
|
30
32
|
## Setup in the dashboard
|
|
31
33
|
|
|
32
34
|
1. Run `npx agentmomo`
|
|
33
35
|
2. Open the dashboard at `http://localhost:9001`
|
|
34
36
|
3. Go to the **Setup** panel
|
|
35
|
-
4. Follow the steps for Claude Desktop
|
|
37
|
+
4. Follow the steps for Claude Desktop, Claude Code CLI, Gemini CLI, or Codex CLI
|
|
36
38
|
|
|
37
39
|
## License
|
|
38
40
|
|