Does Adrian work with the OpenAI Agents SDK? #70
Answered
by
gladstomych-sa
gladstomych-sa
asked this question in
Q&A
-
|
I'm building on the OpenAI Agents SDK — does Adrian support it for runtime monitoring and control? |
Beta Was this translation helpful? Give feedback.
Answered by
gladstomych-sa
Jun 30, 2026
Replies: 1 comment
-
|
Yes — alongside LangChain / LangGraph, Adrian integrates with the OpenAI Agents SDK, so you can add runtime monitoring and in-flight control to agents built on it. The model is the same: install the SDK, bracket your agent with Docs: https://docs.adrian.secureagentics.ai · Repo: https://github.com/secureagentics/Adrian |
Beta Was this translation helpful? Give feedback.
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 — alongside LangChain / LangGraph, Adrian integrates with the OpenAI Agents SDK, so you can add runtime monitoring and in-flight control to agents built on it. The model is the same: install the SDK, bracket your agent with
adrian.init(...)/adrian.shutdown(), and events stream to the dashboard classified by severity.Docs: https://docs.adrian.secureagentics.ai · Repo: https://github.com/secureagentics/Adrian