Skip to content

OpenAI Agents SDK

Use the Python function adapter for a callable that invokes an agent and returns a supported result format.

agent:
id: openai-agents-banking-example
type: python_function
callable: examples.openai_agents.banking_support_agent:run_banking_agent_conversation
result_format: openai_agents_banking_example
model: gpt-5-mini
repo_root: .

Run the example suite:

Terminal window
export OPENAI_API_KEY=...
uv run dialogassert run \
-c dialogassert.openai.business-acceptance.yaml \
--no-fail-on-findings

Every published sample report was produced through this adapter.