cryptorugmunch
merge: chore/cleanup-remove-bloat-and-secrets into main
bde2f3a
Raw
History Blame Contribute Delete
380 Bytes
"""x402 AI Framework Integrations — pay-per-call for any agent framework.
LangChain, CrewAI, AutoGen, and any Python framework that calls tools.
One pattern: wrap a tool call → deduct credits → execute → return.
pip install x402-frameworks
"""
from .langchain_adapter import x402LangChain
from .crewai_adapter import x402CrewAI
from .autogen_adapter import x402AutoGen