-
Notifications
You must be signed in to change notification settings - Fork 0
Add LangChain / LangGraph tool adapter #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Description
Create a @azeth/langchain adapter that wraps AzethKit methods as LangChain-compatible tools, enabling LangGraph agents to use Azeth for payments, discovery, and reputation.
Why
LangChain/LangGraph is one of the most popular agent frameworks. An adapter would allow their users to add economic capabilities to existing agents with minimal code changes.
Example
from azeth_langchain import AzethToolkit
tools = AzethToolkit(private_key="0x...")
agent = create_react_agent(llm, tools.get_tools())Scope
- Wrap
pay,discoverServices,submitOpinion,balanceas LangChain tools - Publish as
@azeth/langchainon npm (or Python package on PyPI) - Include example notebook
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed