[PR #68] [CLOSED] feat: add local tools for prelease #440

Closed
opened 2026-02-16 09:16:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/68
Author: @Palashio
Created: 8/22/2025
Status: Closed

Base: masterHead: palash/prerelease-local-tools


📝 Commits (4)

  • 3a21c22 feat: add local tools
  • d80ad23 Merge branch 'master' into palash/prerelease-local-tools
  • 31f2de0 nit: update to local
  • 0c567a0 nit: remove

📊 Changes

4 files changed (+679 additions, -2 deletions)

View changed files

📝 src/deepagents/graph.py (+14 -1)
src/deepagents/local_prompts.py (+237 -0)
src/deepagents/local_tools.py (+427 -0)
📝 src/deepagents/sub_agent.py (+1 -1)

📄 Description

set of local tools + prompts for pre-release

i had my own versions for the prompts, should be fine for pre-release.


🔄 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/68 **Author:** [@Palashio](https://github.com/Palashio) **Created:** 8/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `palash/prerelease-local-tools` --- ### 📝 Commits (4) - [`3a21c22`](https://github.com/langchain-ai/deepagents/commit/3a21c2244c132ca72f76c95836fc12c55740b661) feat: add local tools - [`d80ad23`](https://github.com/langchain-ai/deepagents/commit/d80ad235667de0a4dd400145e3e4903ffd241ff5) Merge branch 'master' into palash/prerelease-local-tools - [`31f2de0`](https://github.com/langchain-ai/deepagents/commit/31f2de0d25bbc591a03d663a28f1e8e2863d13d9) nit: update to local - [`0c567a0`](https://github.com/langchain-ai/deepagents/commit/0c567a0b12e73ad19c88f7b780d711bb18340ebd) nit: remove ### 📊 Changes **4 files changed** (+679 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/deepagents/graph.py` (+14 -1) ➕ `src/deepagents/local_prompts.py` (+237 -0) ➕ `src/deepagents/local_tools.py` (+427 -0) 📝 `src/deepagents/sub_agent.py` (+1 -1) </details> ### 📄 Description set of local tools + prompts for pre-release i had my own versions for the prompts, should be fine for pre-release. --- <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:16:01 -05:00
yindo closed this issue 2026-02-16 09:16:01 -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#440