@quanta-intellect/vessel-browser 0.1.94 → 0.1.97

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 CHANGED
@@ -10,7 +10,6 @@
10
10
  # Vessel: Your Agent's Browser
11
11
  </div>
12
12
 
13
-
14
13
  Open source chromium-based browser for persistent web agents. Linux is the most mature install target today, and macOS release packaging is available from source.
15
14
 
16
15
  Vessel gives external agent harnesses a real browser with durable state, MCP control, and a human-visible supervisory UI. It is built for long-running workflows where the agent drives and the human audits, intervenes, and redirects when needed.
@@ -21,10 +20,8 @@ Vessel gives external agent harnesses a real browser with durable state, MCP con
21
20
 
22
21
  *Vessel is in active development and currently makes no security assurances. Use and deploy it with care.*
23
22
 
24
-
25
23
  https://github.com/user-attachments/assets/0a72b48a-873a-4eb0-b8f2-23e34d8472c4
26
24
 
27
-
28
25
  ## Quick Start
29
26
 
30
27
  Want the full agent toolkit from day one? [Start a 7-Day Free Trial of Vessel Premium — $5.99/mo](https://vesselpremium.quantaintellect.com/checkout).
@@ -77,7 +74,6 @@ Most browser automation stacks are either headless, stateless, or designed aroun
77
74
  <img width="1280" height="800" alt="vessel_2026-03-16_144201_7545" src="https://github.com/user-attachments/assets/da7b28ea-6c5f-4aa7-909e-0a255c80d508" />
78
75
  <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" />
79
76
 
80
-
81
77
  <img width="1280" height="800" alt="vessel_2026-03-17_145154_5389" src="https://github.com/user-attachments/assets/b1c08d6c-bcdf-4c9a-8429-a71a23a61903" />
82
78
 
83
79
  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.
@@ -89,9 +85,10 @@ Today, Vessel provides the browser shell, page visibility, and supervisory surfa
89
85
  - **Agent-first browser model** — Vessel is designed around an agent driving the browser while a human watches, intervenes, and redirects
90
86
  - **Human-visible browser UI** — pages render like a normal browser so agent activity stays legible instead of disappearing into a headless run
91
87
  - **Command Bar** (`Ctrl+L`) — a secondary operator surface for harness-driven workflows and future runtime commands
92
- - **Supervisor Sidebar** (`Ctrl+Shift+L`) — live supervision across seven tabs: Supervisor, Bookmarks, Checkpoints, Chat, Automate, History, and Changes
88
+ - **Supervisor Sidebar** (`Ctrl+Shift+L`) — live supervision across eight tabs: Supervisor, Bookmarks, Checkpoints, Chat, Automate, History, Changes, and Research
93
89
  - **Chat Assistant** — built-in conversational AI in the sidebar Chat tab; supports Anthropic, OpenAI, Ollama, llama.cpp, Mistral, xAI, Google Gemini, OpenRouter, and any OpenAI-compatible endpoint; reads the current page automatically; has full access to the same browser tools as external agents; multi-turn session history; configure provider, model, and API key in Settings
94
90
  - **Automation Kits** (Premium) — parameterized workflow templates in the sidebar Automate tab; fill in a short form and the built-in agent executes the workflow autonomously; bundled kits include Research & Collect (multi-source research with bookmark saving) and Price Scout (cross-retailer price comparison); designed for a future kit marketplace
91
+ - **Research Desk** (Beta) — a dedicated sidebar Research tab for structured research reports; start with a topic, complete an in-tab briefing, let Vessel draft research objectives, approve the plan, then dispatch browser sub-agents to collect source-backed claims and synthesize a markdown-exportable report. Starting the brief is free; plan approval, sub-agent execution, and report export require Vessel Premium.
95
92
  - **Dev Tools Panel** (`F12`) — inspect console output, network requests, and MCP/agent activity in a resizable panel at the bottom of the window; export logs by category and date range as JSON
96
93
  - **Browser Basics For Long Runs** — pinned tabs stay compact at the front of the tab strip and are protected from accidental close; tab groups can be color-coded and collapsed; audible tabs show audio indicators with mute controls; open additional browser windows with `Ctrl+N`; print the active page with `Ctrl+P` or save it directly as PDF with `Ctrl+Shift+P`
97
94
  - **Action Undo / Rollback** — restore the browser to the session snapshot captured immediately before the last successful mutating agent action; available from the Supervisor tab and through the `undo_last_action` tool
@@ -148,7 +145,7 @@ That means the product should optimize for:
148
145
  Main Process Renderer (SolidJS)
149
146
  ├── TabManager (WebContentsView[]) ├── TabBar, AddressBar
150
147
  ├── AgentRuntime (session + supervision) ├── CommandBar (secondary surface)
151
- ├── MCP server for external agents ├── AI Sidebar (Supervisor/Bookmarks/Checkpoints/Chat/Automate)
148
+ ├── MCP server for external agents ├── AI Sidebar (Supervisor/Bookmarks/Checkpoints/Chat/Automate/History/Changes/Research)
152
149
  ├── AI providers (Anthropic + OAI-compat) ├── DevTools Panel (Console/Network/Activity)
153
150
  ├── Supervision, bookmarks, checkpoints ├── Agent Transcript Dock
154
151
  └── IPC Handlers ◄──contextBridge──► ──► └── Signal stores (tabs, ai, ui)
@@ -157,7 +154,7 @@ Main Process Renderer (SolidJS)
157
154
 
158
155
  Each browser tab is a separate `WebContentsView` managed by the main process. The browser chrome (SolidJS) runs in its own view layered on top. All communication between renderer and main goes through typed IPC channels via `contextBridge`.
159
156
 
160
- The sidebar Automate tab renders kit forms entirely in the renderer and passes the rendered prompt to the built-in agent via the same `query()` path used by the Chat tab — no additional IPC surface is needed. The Changes tab reads the current page's diff timeline through IPC and unlocks persisted history for Premium users.
157
+ The sidebar Automate tab renders kit forms entirely in the renderer and passes the rendered prompt to the built-in agent via the same `query()` path used by the Chat tab — no additional IPC surface is needed. The Changes tab reads the current page's diff timeline through IPC and unlocks persisted history for Premium users. The Research tab has a dedicated IPC surface for its state machine: briefing is available to everyone, while objective approval, parallel browser sub-agents, report synthesis, and markdown export are Premium-gated during the beta.
161
158
 
162
159
  ## Getting Started
163
160
 
@@ -259,6 +256,7 @@ Notes:
259
256
  - The default MCP port is `3100`
260
257
  - Hermes Agent and OpenClaw should treat Vessel as the persistent, human-visible browser rather than launching their own separate browser session
261
258
  - Vessel supports a built-in Chat tab with configurable AI provider; open Settings (`Ctrl+,`) and enable Chat Assistant to set a provider and model
259
+ - The sidebar Research tab is marked Beta; use it to turn a broad research topic into a brief, approve a multi-thread plan, run browser sub-agents, and export the final report as markdown. Briefing is free, while full execution and export require Premium.
262
260
  - `llama.cpp (Local)` is a first-class chat provider in Settings and targets `http://localhost:8080/v1` by default; Vessel auto-fetches the active model from `llama-server`
263
261
  - For `llama-server`, use `--ctx-size 16384` minimum and `32768` recommended for reliable Vessel agent loops; lower values often fail once prompt, tool schema, and tool history accumulate
264
262
  - Approval policy is controlled live from the sidebar Supervisor panel rather than a separate global settings screen
@@ -549,7 +547,7 @@ src/
549
547
  │ └── src/
550
548
  │ ├── components/
551
549
  │ │ ├── chrome/ # TitleBar, TabBar, AddressBar, AgentTranscriptDock
552
- │ │ ├── ai/ # CommandBar, Sidebar (Supervisor/Bookmarks/Checkpoints/Chat/Automate/History/Changes)
550
+ │ │ ├── ai/ # CommandBar, Sidebar (Supervisor/Bookmarks/Checkpoints/Chat/Automate/History/Changes/Research)
553
551
  │ │ ├── devtools/ # DevTools panel (Console, Network, Activity)
554
552
  │ │ └── shared/ # Settings panel
555
553
  │ ├── stores/ # SolidJS signal stores (tabs, ai, ui, runtime, bookmarks, etc.)