Skip to content

Commit 4b74a54

Browse files
committed
Add README visuals
1 parent 7edb501 commit 4b74a54

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The interface is natural language: describe what you want done, and the agent tu
1313

1414
This repo is intentionally not a framework. It is a Chrome extension with the agent loop in plain TypeScript.
1515

16+
<p align="center">
17+
<img src="docs/assets/webim.png" alt="WebOperator side panel interface" />
18+
</p>
19+
1620
## Quick start
1721

1822
```bash
@@ -331,3 +335,7 @@ WEBOPERATOR_PROVIDER=xai WEBOPERATOR_API_KEY=xai-... npm run eval:repeat -- --ru
331335
By default, the local path talks to Ollama on `localhost`. Remote providers can be configured in settings. Treat any remote provider as remote execution of the prompt: page snapshots and extracted text may be sent to that provider.
332336

333337
Passwords are masked, but do not ask the agent to operate on sensitive accounts unless you have inspected the trace behavior and trust the configured model backend.
338+
339+
<p align="center">
340+
<img src="docs/assets/futter.png" alt="WebOperator" />
341+
</p>

docs/assets/futter.png

1.44 MB
Loading

docs/assets/webim.png

1.44 MB
Loading

0 commit comments

Comments
 (0)