LangChain
DialogAssert ships a LangChain example suite:
uv run dialogassert run \ -c dialogassert.langchain.business-acceptance.yaml \ --no-fail-on-findingsBecause the business journey and acceptance criteria are framework-independent, the same journey can be pointed at a LangChain implementation and an OpenAI Agents SDK implementation and the results compared.
Python class adapter
Section titled “Python class adapter”For local deterministic examples or custom classes:
agent: id: demo-bank-agent type: python_class class_path: examples.demo_bank_agent:DemoBankAgent repo_root: .