langgraph-agents

Installation
SKILL.md

LangGraph Agents Guide

Comprehensive reference for building, enhancing, and deploying football agents with LangGraph and the LangChain ReAct pattern.

Sample Agent File Structure

langchain-agent/
├── src/main.py              # Main agent with LangGraph ReAct
├── test_local.py            # Local testing (--llm flag for Bedrock)
├── requirements.txt         # langgraph, langchain-aws dependencies
└── .bedrock_agentcore.yaml  # AgentCore config
Installs
1
GitHub Stars
30
First Seen
Jun 16, 2026
langgraph-agents — aws-samples/sample-ai-possibilities