You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/github-helper-agent/README.md
+27-19Lines changed: 27 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
# LangGraph GitHub Helper Agent with Claude and GitHub MCP Server
2
2
3
-
This project demonstrates how to create a GitHub Helper Agent using LangGraph with Claude 3.5 Sonnet which connects to the GitHub MCP Server.
3
+
This project demonstrates how to create a GitHub Helper Agent using LangGraph with UiPathAzureChatOpenAI which connects to the official GitHub MCP Server deployed to UiPath.
4
4
5
5
## Overview
6
6
7
7
The agent uses:
8
-
- Claude 3.5 Sonnet as the language model
9
8
- LangGraph for orchestration
10
-
- Connects to a GitHub Remote MCP server via SSE
9
+
- Connects to a UiPath hosted GitHub MCP server via SSE
0 commit comments