Add Skill: langgraph-workflow-creation

Extracted from: https://github.com/jkmaina/LangGraphProjects.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-05 15:53:02 +00:00
parent 7f496feb90
commit 63d645fc3b
5 changed files with 134 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: langgraph-workflow-creation
## Usage Example
```python
# How to use this skill
# Inputs: API Key for SerperDevTool, Search Query
# Process: Step 1: Import necessary modules from langgraph and langchain libraries → Step 2: Create a LangGraph agent using `langgraph.create_react_agent` function with SerperDevTool as the tool node → Step 3: Define the search query and pass it to the agent for fact gathering
# Outputs: Processed Facts
```