@quanta-intellect/vessel-browser 0.1.10 → 0.1.12
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 +9 -1
- package/out/main/index.js +3356 -758
- package/out/preload/content-script.js +121 -9
- package/out/preload/index.js +20 -0
- package/out/renderer/assets/{index-Cud0VqFQ.css → index-DMd-y6tm.css} +267 -0
- package/out/renderer/assets/{index-CCVxW0YM.js → index-Do3B3G1W.js} +467 -211
- package/out/renderer/index.html +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,12 @@ Vessel gives external agent harnesses a real browser with durable state, MCP con
|
|
|
12
12
|
|
|
13
13
|
*Vessel is in active development and currently makes no security assurances. Use and deploy it with care.*
|
|
14
14
|
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
https://github.com/user-attachments/assets/0a72b48a-873a-4eb0-b8f2-23e34d8472c4
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
15
21
|
## Quick Start
|
|
16
22
|
|
|
17
23
|
### Fastest Install Today
|
|
@@ -53,11 +59,13 @@ npm run dev
|
|
|
53
59
|
|
|
54
60
|
Most browser automation stacks are either headless, stateless, or designed around a human as the primary operator. Vessel is built around the opposite model: the browser is the agent's operating surface, and the human stays in the loop through a visible interface with clear supervisory controls.
|
|
55
61
|
|
|
62
|
+
<img width="1280" height="800" alt="@quanta-intellectvessel-browser_2026-03-17_200224_6613" src="https://github.com/user-attachments/assets/8e208ee1-cb89-4318-87a2-9561a7d9aecf" />
|
|
56
63
|
<img width="1280" height="800" alt="vessel_2026-03-16_144201_7545" src="https://github.com/user-attachments/assets/da7b28ea-6c5f-4aa7-909e-0a255c80d508" />
|
|
64
|
+
<img width="1280" height="800" alt="@quanta-intellectvessel-browser_2026-03-17_195754_6624" src="https://github.com/user-attachments/assets/3b3d2033-5a59-4806-bbc1-359efb7b43a9" />
|
|
57
65
|
|
|
58
66
|
|
|
59
|
-
<img width="1280" height="785" alt="vessel_2026-03-16_171108_8677" src="https://github.com/user-attachments/assets/613c285f-0253-4344-b335-f74a64e124ac" />
|
|
60
67
|
|
|
68
|
+
<img width="1280" height="800" alt="vessel_2026-03-17_145154_5389" src="https://github.com/user-attachments/assets/b1c08d6c-bcdf-4c9a-8429-a71a23a61903" />
|
|
61
69
|
|
|
62
70
|
Vessel is built for persistent web agents that need a real browser, durable state, and a human-visible interface. The agent is the primary operator. The human follows along in the live browser UI, audits what the agent is doing, and steers when needed.
|
|
63
71
|
|