@quanta-intellect/vessel-browser 0.1.11 → 0.1.13
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 +6 -3
- package/out/main/index.js +4086 -549
- package/out/preload/content-script.js +61 -17
- package/out/preload/index.js +29 -0
- package/out/renderer/assets/{index-DOCQcMR5.css → index-DMd-y6tm.css} +95 -0
- package/out/renderer/assets/{index-BUYEjb3N.js → index-DiB_DxLD.js} +411 -122
- 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
|
|
@@ -61,9 +67,6 @@ Most browser automation stacks are either headless, stateless, or designed aroun
|
|
|
61
67
|
|
|
62
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" />
|
|
63
69
|
|
|
64
|
-
<img width="1280" height="785" alt="vessel_2026-03-16_171108_8677" src="https://github.com/user-attachments/assets/613c285f-0253-4344-b335-f74a64e124ac" />
|
|
65
|
-
|
|
66
|
-
|
|
67
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.
|
|
68
71
|
|
|
69
72
|
Today, Vessel provides the browser shell, page visibility, and supervisory surfaces needed to support that model. The long-term goal is not "a browser with AI features," but a browser runtime for autonomous agents with a clear supervisory experience for humans.
|