[PR #77] [MERGED] Web Voyager #1222

Closed
opened 2026-02-20 17:44:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/77
Author: @hinthornw
Created: 2/1/2024
Status: Merged
Merged: 2/5/2024
Merged by: @hinthornw

Base: mainHead: wfh/web-voyager


📝 Commits (5)

📊 Changes

3 files changed (+891 additions, -0 deletions)

View changed files

examples/web-navigation/img/web-voyager.excalidraw.png (+0 -0)
examples/web-navigation/mark_page.js (+133 -0)
examples/web-navigation/web_voyager.ipynb (+758 -0)

📄 Description

Implementation of the paper: https://arxiv.org/abs/2401.13919

  • Working implementation
  • Improved graph diagram
  • Clean up notebook narrative / comments
  • Need to investrigate some tracing issues (likely related to nested asyncio)

🔄 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/langgraph/pull/77 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 2/5/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/web-voyager` --- ### 📝 Commits (5) - [`5cbad73`](https://github.com/langchain-ai/langgraph/commit/5cbad73b909d9d1925404be09301b040bced4166) Add Web Voyager - [`e87fb14`](https://github.com/langchain-ai/langgraph/commit/e87fb145fa2a8d4f8039435fc4ae1ce504041216) Merge branch 'main' into wfh/web-voyager - [`00a976e`](https://github.com/langchain-ai/langgraph/commit/00a976ebb6963bca8789e978c8a7be0d7c1243a1) lint - [`3b64ed5`](https://github.com/langchain-ai/langgraph/commit/3b64ed576b0fdb00071cc8ffcf1dd2b5b6fbf751) Update notebook - [`f849740`](https://github.com/langchain-ai/langgraph/commit/f8497405fd39c21b7e61917b3f408b4383490198) Update ### 📊 Changes **3 files changed** (+891 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/web-navigation/img/web-voyager.excalidraw.png` (+0 -0) ➕ `examples/web-navigation/mark_page.js` (+133 -0) ➕ `examples/web-navigation/web_voyager.ipynb` (+758 -0) </details> ### 📄 Description Implementation of the paper: https://arxiv.org/abs/2401.13919 - [X] Working implementation - [X] Improved graph diagram - [X] Clean up notebook narrative / comments - [X] Need to investrigate some tracing issues (likely related to nested asyncio) --- <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-20 17:44:12 -05:00
yindo closed this issue 2026-02-20 17:44:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1222