Skip to content

LangChain

DialogAssert ships a LangChain example suite:

Terminal window
uv run dialogassert run \
-c dialogassert.langchain.business-acceptance.yaml \
--no-fail-on-findings

Because 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.

For local deterministic examples or custom classes:

agent:
id: demo-bank-agent
type: python_class
class_path: examples.demo_bank_agent:DemoBankAgent
repo_root: .