Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
aws
/
bedrock-agentcore-sdk-python
Public
Notifications
You must be signed in to change notification settings
Fork
139
Star
751
Code
Issues
70
Pull requests
49
Discussions
Actions
Projects
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(payments): Add LangGraph integration for payment handling
- #546
#546
Merged
aidandaly24
merged 22 commits into
aws:main
aws/bedrock-agentcore-sdk-python:main
from
ragsu43:ragsu/langgraph-integration
ragsu43/bedrock-agentcore-sdk-python:ragsu/langgraph-integration
Copy head branch name to clipboard
Jul 7, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
feat(payments): Add LangGraph integration for payment handling
#546
aidandaly24
merged 22 commits into
aws:main
aws/bedrock-agentcore-sdk-python:main
from
ragsu43:ragsu/langgraph-integration
ragsu43/bedrock-agentcore-sdk-python:ragsu/langgraph-integration
Copy head branch name to clipboard
Commits
Commits on Jun 22, 2026
feat(payments): Add LangGraph integration for payment handling
ragsu43
committed
8950be1
View commit details
Copy full SHA for 8950be1
Browse repository at this point
Commits on Jun 23, 2026
refactor(payments): Unify LangGraph and Strands config into single class
Show description for e84026f
ragsu43
committed
e84026f
View commit details
Copy full SHA for e84026f
Browse repository at this point
define _ERROR_MESSAGES dict at the root level of payments SDK instead of in langgraph-specific package
ragsu43
committed
d56abba
View commit details
Copy full SHA for d56abba
Browse repository at this point
Commits on Jun 25, 2026
added langgraph dependencies to pyproject.toml for CI
ragsu43
committed
6b4f356
View commit details
Copy full SHA for 6b4f356
Browse repository at this point
fix: linter check failing due to long lines, wrapped and fixed length of all
ragsu43
committed
28a49ac
View commit details
Copy full SHA for 28a49ac
Browse repository at this point
style: apply ruff formatting locally for push and rerun lint check
ragsu43
committed
bef4763
View commit details
Copy full SHA for bef4763
Browse repository at this point
Commits on Jul 1, 2026
fix(payments): Fix broken type import and raise langchain/langgraph version floor
Show description for c78d970
ragsu43
committed
c78d970
View commit details
Copy full SHA for c78d970
Browse repository at this point
test(payments): Add unit tests for auto_session lazy session creation
Show description for 2fc7d69
ragsu43
committed
2fc7d69
View commit details
Copy full SHA for 2fc7d69
Browse repository at this point
Commits on Jul 2, 2026
docs(payments): Document pre-merge testnet validation requirement
Show description for ea267a9
ragsu43
committed
ea267a9
View commit details
Copy full SHA for ea267a9
Browse repository at this point
docs(payments): Document middleware instance lifecycle and thread-safety
Show description for 2f594bc
ragsu43
committed
2f594bc
View commit details
Copy full SHA for 2f594bc
Browse repository at this point
refactor(payments): Extract shared helpers to reduce sync/async duplication
Show description for 449ce38
ragsu43
committed
449ce38
View commit details
Copy full SHA for 449ce38
Browse repository at this point
docs(payments): Add Sync vs Async section to langgraph middleware README
Show description for 089bd8a
ragsu43
committed
089bd8a
View commit details
Copy full SHA for 089bd8a
Browse repository at this point
Commits on Jul 6, 2026
fix(payments): Detect async callback on sync path and fail loudly
Show description for c4ceaf6
ragsu43
committed
c4ceaf6
View commit details
Copy full SHA for c4ceaf6
Browse repository at this point
test(payments): Cover post-recovery rejection with raw JSON fallback path
Show description for 6295902
ragsu43
committed
6295902
View commit details
Copy full SHA for 6295902
Browse repository at this point
fix(payments): Reassign handler in post-recovery fallback detection
Show description for 118cf48
ragsu43
committed
118cf48
View commit details
Copy full SHA for 118cf48
Browse repository at this point
fix(payments): Add name-based handler as third 402 detection fallback
Show description for 7e18edb
ragsu43
committed
7e18edb
View commit details
Copy full SHA for 7e18edb
Browse repository at this point
fix(payments): Feed custom handlers raw content instead of prepared shape
Show description for 076d6ed
ragsu43
committed
076d6ed
View commit details
Copy full SHA for 076d6ed
Browse repository at this point
test(payments): Fill async path and custom handler test coverage gaps
Show description for c4075b5
ragsu43
committed
c4075b5
View commit details
Copy full SHA for c4075b5
Browse repository at this point
refactor(payments): Collapse remaining sync/async duplication
Show description for fe13d95
ragsu43
committed
fe13d95
View commit details
Copy full SHA for fe13d95
Browse repository at this point
refactor(payments): Hoist all inline imports to module top
Show description for 963f421
ragsu43
committed
963f421
View commit details
Copy full SHA for 963f421
Browse repository at this point
fix(payments): Update functional test custom handlers for raw content contract
Show description for 0962eb2
ragsu43
committed
0962eb2
View commit details
Copy full SHA for 0962eb2
Browse repository at this point
Commits on Jul 7, 2026
Merge branch 'main' into ragsu/langgraph-integration
aidandaly24
authored
8cccaa7
View commit details
Copy full SHA for 8cccaa7
Browse repository at this point
You can’t perform that action at this time.