Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tutorials/build-web-browser-agent-generativeapis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ecosystem:
---
import Requirements from '@macros/iam/requirements.mdx'

# Building a web browser agent with Generative APIs, Holo2 and Selenium

This tutorial will guide you through creating a web agent that can interact with websites using LLM vision and browser automation. You will build on Scaleway's Generative APIs to create a system that can "see" web pages and take actions based on visual understanding. This approach is particularly useful for building more flexible pipelines compared to HTML DOM parsing, and requires less maintenance over time when website HTML code changes.

Expand Down