[PR #73] [CLOSED] [WIP] Draft of WebVoyager #470

Closed
opened 2026-02-15 18:17:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/73
Author: @wuharvey
Created: 2/26/2024
Status: Closed

Base: mainHead: webvoyager


📝 Commits (1)

  • aa752ff Draft of WebVoyager notebook

📊 Changes

7 files changed (+1799 additions, -21 deletions)

View changed files

📝 deno.json (+1 -0)
📝 deno.lock (+161 -21)
examples/web_navigation/.ipynb_checkpoints/web_voyager-checkpoint.ipynb (+711 -0)
examples/web_navigation/annotate.js (+157 -0)
examples/web_navigation/web_voyager.ipynb (+711 -0)
📝 package.json (+4 -0)
📝 yarn.lock (+54 -0)

📄 Description

Add notebook that replicates the WebVoyager example in the Python repository.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/73 **Author:** [@wuharvey](https://github.com/wuharvey) **Created:** 2/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `webvoyager` --- ### 📝 Commits (1) - [`aa752ff`](https://github.com/langchain-ai/langgraphjs/commit/aa752ff702118b45072e518c008397fe11410eb5) Draft of WebVoyager notebook ### 📊 Changes **7 files changed** (+1799 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `deno.json` (+1 -0) 📝 `deno.lock` (+161 -21) ➕ `examples/web_navigation/.ipynb_checkpoints/web_voyager-checkpoint.ipynb` (+711 -0) ➕ `examples/web_navigation/annotate.js` (+157 -0) ➕ `examples/web_navigation/web_voyager.ipynb` (+711 -0) 📝 `package.json` (+4 -0) 📝 `yarn.lock` (+54 -0) </details> ### 📄 Description Add notebook that replicates the [WebVoyager example in the Python repository](https://github.com/langchain-ai/langgraph/blob/main/examples/web-navigation/web_voyager.ipynb). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:17:06 -05:00
yindo closed this issue 2026-02-15 18:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#470