Skip to content

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: 90

Start the example HTTP agent:

Terminal window
uv run python -m examples.http_agents.banking_support_server --port 15580

Run the HTTP suite:

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

If the agent cannot be reached, confirm the server is running on the configured port before changing anything in the config.