SDKs & Integrations
Wren AI integrates with popular AI agent frameworks. Each SDK exposes a CLI-prepared Wren project to your framework as a toolkit, so your agent gets schema resolution, memory recall, and governed SQL execution without re-implementing the semantic layer.
Available
- LangChain / LangGraph —
wren-langchainon PyPI - Pydantic AI —
wren-pydanticon PyPI - Browser / WebAssembly —
@wrenai/wren-core-wasmon npm. Runs the semantic engine entirely in the browser; no server, no CLI bootstrap.
Other access modes
If you are not using one of the supported agent frameworks, Wren AI is also usable directly:
- CLI — see CLI Reference
- Skills — workflow guides for AI coding agents (Claude Code, Cursor, etc.); see Skills Reference