Generic HTTP
Use the HTTP adapter when the agent exposes an HTTP endpoint.
agent: id: http-banking-example type: http endpoint: http://127.0.0.1:15580/invoke result_format: openai_agents_banking_example timeout_seconds: 90Start the example HTTP agent:
uv run python -m examples.http_agents.banking_support_server --port 15580Run the HTTP suite:
uv run dialogassert run \ -c dialogassert.http.business-acceptance.yaml \ --no-fail-on-findingsIf the agent cannot be reached, confirm the server is running on the configured port before changing anything in the config.