Integrations
Drop Asqav into the AI agent framework you already use. Each row below links to the integration's repository, whose README carries the install line, the wiring snippet, and the events that get signed.
Dedicated integrations
Each has its own package or plugin. The linked repository carries the install and wiring.
LangChain: github.com/jagmarques/asqav-langchain
PydanticAI: github.com/jagmarques/asqav-pydantic
OpenAI Agents: github.com/jagmarques/asqav-openai-agents
Vercel AI SDK: github.com/jagmarques/asqav-vercel-ai
Google ADK: github.com/jagmarques/asqav-google-adk
Chatbase: github.com/jagmarques/asqav-chatbase
KaibanJS: github.com/jagmarques/asqav-kaibanjs
Flowise: github.com/jagmarques/asqav-flowise
Activepieces: github.com/jagmarques/asqav-activepieces
Langflow: github.com/jagmarques/asqav-langflow
Claude Code: github.com/jagmarques/asqav-claude-code
Browser extension: github.com/jagmarques/asqav-browser-extension
Built into the SDK
These ship inside the Asqav SDK. Import the adapter for your framework.
Don't see your framework?
Asqav also signs raw SDK calls via asqav.sign(action_type, payload) from any Python or TypeScript code. The Quick Start covers the SDK call directly. Email info@asqav.com if you want a first-class wrapper for a framework not on this page.