Does Adrian work with LangChain and LangGraph? How do I add it? #69
Answered
by
gladstomych-sa
gladstomych-sa
asked this question in
Q&A
|
I want to add Adrian to an existing LangChain / LangGraph agent — is it supported, and what's the setup? |
Answered by
gladstomych-sa
Jun 30, 2026
Replies: 1 comment
|
Yes — the SDK auto-instruments LangChain / LangGraph. Install with Quickstart: https://docs.adrian.secureagentics.ai/quickstart · Example: https://github.com/secureagentics/Adrian/blob/main/examples/quickstart.py |
0 replies
Answer selected by
gladstomych-sa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes — the SDK auto-instruments LangChain / LangGraph. Install with
pip install adrian-sdk, install the LangChain provider for your model (e.g.langchain-openai), then bracket your existing agent code with two lines:adrian.init(api_key=...)andadrian.shutdown(). Events stream to the dashboard within seconds, classified by severity.Quickstart: https://docs.adrian.secureagentics.ai/quickstart · Example: https://github.com/secureagentics/Adrian/blob/main/examples/quickstart.py