[PR #1347] docs(sdk): remove non-existent read_todos tool from README #1325

Open
opened 2026-02-16 09:18:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/1347
Author: @AdemBoukhris457
Created: 2/15/2026
Status: 🔄 Open

Base: mainHead: AdemBoukhris457/fix-readme-ghost-tool


📝 Commits (3)

  • c42c879 docs(sdk): remove non-existent read_todos tool from README
  • 3aecb84 Merge branch 'main' into AdemBoukhris457/fix-readme-ghost-tool
  • 207436f Merge branch 'main' into AdemBoukhris457/fix-readme-ghost-tool

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 README.md (+1 -1)

📄 Description

The README (line 28) lists read_todos as a built-in planning tool alongside
write_todos. However, read_todos does not exist anywhere in the codebase.
The TodoListMiddleware only provides write_todos, and the graph.py
docstring (line 77) correctly lists only write_todos.

This removes the reference to the non-existent tool to avoid misleading users.

Fixes #1346

How was this verified?

  • Searched the entire codebase for read_todos -- only found this README line
    and one unrelated test thread ID string
  • Confirmed TodoListMiddleware (from langchain.agents.middleware) provides
    only write_todos
  • Confirmed graph.py docstring (line 77) correctly lists only write_todos

🔄 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/deepagents/pull/1347 **Author:** [@AdemBoukhris457](https://github.com/AdemBoukhris457) **Created:** 2/15/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `AdemBoukhris457/fix-readme-ghost-tool` --- ### 📝 Commits (3) - [`c42c879`](https://github.com/langchain-ai/deepagents/commit/c42c8799d5d8db8246acafc250a9a9b6f8c589e2) docs(sdk): remove non-existent read_todos tool from README - [`3aecb84`](https://github.com/langchain-ai/deepagents/commit/3aecb84c3e51e8db23be5c82d27070a0a7b0e449) Merge branch 'main' into AdemBoukhris457/fix-readme-ghost-tool - [`207436f`](https://github.com/langchain-ai/deepagents/commit/207436f59e249a98cd062f7d5076e3e00f14a3a4) Merge branch 'main' into AdemBoukhris457/fix-readme-ghost-tool ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 Description The README (line 28) lists `read_todos` as a built-in planning tool alongside `write_todos`. However, `read_todos` does not exist anywhere in the codebase. The `TodoListMiddleware` only provides `write_todos`, and the `graph.py` docstring (line 77) correctly lists only `write_todos`. This removes the reference to the non-existent tool to avoid misleading users. Fixes #1346 ## How was this verified? - Searched the entire codebase for `read_todos` -- only found this README line and one unrelated test thread ID string - Confirmed `TodoListMiddleware` (from `langchain.agents.middleware`) provides only `write_todos` - Confirmed `graph.py` docstring (line 77) correctly lists only `write_todos` --- <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-16 09:18:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#1325