[PR #7] [CLOSED] Rahilvora/add GitHub tool #17

Closed
opened 2026-02-16 05:17:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph-example/pull/7
Author: @rahilvora
Created: 5/29/2024
Status: Closed

Base: mainHead: rahilvora/add_github_tool


📝 Commits (3)

  • 9830d3b Adds chatbot to get list of github issues
  • 597bb4e Merge pull request #4 from ekline-io/rahilvora/add_github_read_chatbot
  • 8c3dbe9 Adds Github tool

📊 Changes

6 files changed (+595 additions, -4 deletions)

View changed files

📝 .gitignore (+1 -0)
chat_bot_agent.py (+221 -0)
examples/python/notebooks/chat_bot_agent.ipynb (+337 -0)
examples/python/notebooks/private-key.pem (+27 -0)
📝 langgraph.json (+8 -4)
📝 requirements.txt (+1 -0)

📄 Description

No description provided


🔄 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/7 **Author:** [@rahilvora](https://github.com/rahilvora) **Created:** 5/29/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `rahilvora/add_github_tool` --- ### 📝 Commits (3) - [`9830d3b`](https://github.com/langchain-ai/langgraph-example/commit/9830d3bbb6102b0060a6e014d6e119f522dfd527) Adds chatbot to get list of github issues - [`597bb4e`](https://github.com/langchain-ai/langgraph-example/commit/597bb4eb498836241cd2dba0736dc87ca2545cc9) Merge pull request #4 from ekline-io/rahilvora/add_github_read_chatbot - [`8c3dbe9`](https://github.com/langchain-ai/langgraph-example/commit/8c3dbe918fe8b8e43c304f825e63b5c16cce205a) Adds Github tool ### 📊 Changes **6 files changed** (+595 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `chat_bot_agent.py` (+221 -0) ➕ `examples/python/notebooks/chat_bot_agent.ipynb` (+337 -0) ➕ `examples/python/notebooks/private-key.pem` (+27 -0) 📝 `langgraph.json` (+8 -4) 📝 `requirements.txt` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:21 -05:00
yindo closed this issue 2026-02-16 05:17:21 -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#17