mirror of
https://github.com/langchain-ai/langgraph-example.git
synced 2026-07-25 05:05:34 -04:00
[PR #33] Initial Tool Setup #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:prototype📝 Commits (2)
f81bef5initial tool setupd41c28bcomment 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.