This shows you the differences between two versions of the page.
| browser_use [2026/03/25 02:16] – Create page: Browser-Use - AI browser automation library agent | browser_use [2026/03/25 02:23] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 76: | Line 76: | ||
| ===== Architecture Diagram ===== | ===== Architecture Diagram ===== | ||
| - | <code> | + | <mermaid> |
| - | | + | graph TD |
| - | | + | |
| - | │ (natural | + | B --> C["LLM (GPT-4o |
| - | │ | + | B --> D[" |
| - | └──────┬──────┘ | + | C --> |
| - | │ | + | D --> E["Browser (Chromium / Firefox)"] |
| - | ┌──────▼──────┐ | + | E -->|DOM + screenshots| B |
| - | │ | + | </mermaid> |
| - | │ | + | |
| - | │ | + | |
| - | | + | |
| - | | + | |
| - | ┌────────▼┐ | + | |
| - | │ LLM │ │ Browser | + | |
| - | │ (GPT-4o | + | |
| - | │ | + | |
| - | └─────────┘ | + | |
| - | └─────┬────┘ | + | |
| - | │ | + | |
| - | ┌──────▼──────┐ | + | |
| - | │ Browser | + | |
| - | │ (Chromium/ | + | |
| - | │ | + | |
| - | | + | |
| - | </code> | + | |
| ===== References ===== | ===== References ===== | ||
| Line 115: | Line 98: | ||
| * [[composio|Composio]] — Tool integration platform with browser actions | * [[composio|Composio]] — Tool integration platform with browser actions | ||
| * [[e2b|E2B]] — Sandboxed execution environments for agents | * [[e2b|E2B]] — Sandboxed execution environments for agents | ||
| - | |||