[PR #33] Initial Tool Setup #34

Open
opened 2026-02-16 05:17:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph-example/pull/33
Author: @sm-Hassan-Kazmi
Created: 2/18/2025
Status: 🔄 Open

Base: mainHead: prototype


📝 Commits (2)

  • f81bef5 initial tool setup
  • d41c28b comment code for running on langsmith

📊 Changes

8 files changed (+100 additions, -5 deletions)

View changed files

📝 .env.example (+0 -3)
my_agent/__pycache__/__init__.cpython-312.pyc (+0 -0)
📝 my_agent/agent.py (+22 -1)
my_agent/utils/__pycache__/__init__.cpython-312.pyc (+0 -0)
my_agent/utils/__pycache__/nodes.cpython-312.pyc (+0 -0)
my_agent/utils/__pycache__/state.cpython-312.pyc (+0 -0)
my_agent/utils/__pycache__/tools.cpython-312.pyc (+0 -0)
📝 my_agent/utils/tools.py (+78 -1)

📄 Description

Initial Tool setup for setting up Langgraph Studio.


🔄 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-example/pull/33 **Author:** [@sm-Hassan-Kazmi](https://github.com/sm-Hassan-Kazmi) **Created:** 2/18/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `prototype` --- ### 📝 Commits (2) - [`f81bef5`](https://github.com/langchain-ai/langgraph-example/commit/f81bef51c50dba414760cf00424bd56590987293) initial tool setup - [`d41c28b`](https://github.com/langchain-ai/langgraph-example/commit/d41c28bd07c6c67e76afcf3bb8e836a177f2f480) comment code for running on langsmith ### 📊 Changes **8 files changed** (+100 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+0 -3) ➕ `my_agent/__pycache__/__init__.cpython-312.pyc` (+0 -0) 📝 `my_agent/agent.py` (+22 -1) ➕ `my_agent/utils/__pycache__/__init__.cpython-312.pyc` (+0 -0) ➕ `my_agent/utils/__pycache__/nodes.cpython-312.pyc` (+0 -0) ➕ `my_agent/utils/__pycache__/state.cpython-312.pyc` (+0 -0) ➕ `my_agent/utils/__pycache__/tools.cpython-312.pyc` (+0 -0) 📝 `my_agent/utils/tools.py` (+78 -1) </details> ### 📄 Description Initial Tool setup for setting up Langgraph Studio. --- <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 05:17:24 -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-example#34