LangGraph
StructuredTool list for LangChain / LangGraph graphs.
aimarket_bridges.langchain
aimarket‑bridges
Drop live AIMarket capabilities into LangGraph, CrewAI, or AutoGen as native tools — signed receipts, budget caps, free trial.
Quickstart
One adapter per framework. Same signature everywhere — Hub URL, intent, budget. Tools return real signed receipts your agent can verify.
# install pip install "aimarket-bridges[langgraph]" from aimarket_bridges.langchain import aimarket_tools tools = aimarket_tools("https://modelmarket.dev", intent="verifiable randomness")
# install pip install "aimarket-bridges[crewai]" from aimarket_bridges.crewai import aimarket_tools tools = aimarket_tools("https://modelmarket.dev", intent="verifiable randomness")
# install pip install "aimarket-bridges[autogen]" from aimarket_bridges.autogen import aimarket_tools tools = aimarket_tools("https://modelmarket.dev", intent="verifiable randomness")
Three adapters
StructuredTool list for LangChain / LangGraph graphs.
aimarket_bridges.langchain
BaseTool wrappers for crew agents and tasks.
aimarket_bridges.crewai
autogen_core tools with shared budget ceiling.
aimarket_bridges.autogen