fix(flows): route OBOL QA through explicit LLM endpoint#405
Merged
Conversation
OisinKyne
reviewed
May 1, 2026
OisinKyne
approved these changes
May 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What changed:
OBOL_LLM_ENDPOINTfor the full seller/buyer QA flows and defaultOBOL_LLM_MODELtoqwen36-fast.obol model setup custom/model syncpath instead of relying on local Ollama for full QA.stack up.Why it matters:
PurchaseRequest Ready=True, paid inference, settlement, and exact balance deltas.Risk level: medium
Commit under test:
19e4890locally; remote flow run usedorigin/main@2bcc1d1plus this branch diff before commit creation, with identical flow code.Base branch:
main@2bcc1d1Scope
Validation
CI checks:
Unit tests:
Integration tests:
Flow tests:
flows/flow-13-dual-stack-obol.shorigin/main@2bcc1d1plus this branch diff__FLOW13_DONE_RC__=0,steps_failed=0,steps_passed=59,total_steps=55Release smoke:
Live Chain Evidence
Do not include private keys, seed phrases, passwords, hostnames, personal paths, or raw bearer tokens.
Network: Anvil fork of Base Sepolia, chain ID 84532
RPC/provider: public Base Sepolia RPC used as fork source
Facilitator: local x402-rs facilitator container pointed at the fork
Contracts and tokens:
0xDED00F1C77314EE850d96363b21330FcEaD9effcname() == Obol Network, Permit2 flowWallet roles:
0xC0De030F6C37f490594F93fB99e2756703c4297E.envsigner key address0x57b0eF875DeB5A37301F1640E469a2129Da9490E0x57b0eF875DeB5A37301F1640E469a2129Da9490EBalances:
1000000000000000000010001000000000000000+1000000000000000+1000000000000000100000000000000000009999000000000000000-1000000000000000-1000000000000000Transaction receipts:
ServiceOffer Ready=TruePurchaseRequest Ready=Truecount=5,price=1000000000000000, modelqwen36-fast0xb89ca4516d34809d88f97e02cf008e0d6044b2a67d482b6144d363e89e0126780x4233dbaca1a6783702cf35767fd259d8da76a191a11b9c59622ae0ee8190a06eTransfer(..., 1000000000000000)Runtime Evidence
QA environment:
qwen36-fastOpenAI-compatible QA endpointImages:
ghcr.io/x402-rs/x402-facilitator1.4.7,sha256:4567d35cd65f2f4e19a1d1fa257f8e95d3d6b6909c33fa589044c1cfb5b76ffdcloudflare/cloudflared2026.3.0Kubernetes / stack:
Model and routing:
qwen36-fastexternal-llmroute synced into both Alice and Bobpaid/qwen36-fastobol agent authArtifacts and logs:
__FLOW13_DONE_RC__=0Demo readiness:
paid/qwen36-fastreturned HTTP 200Review Notes
Known gaps:
Follow-ups:
Reviewer focus:
OBOL_LLM_ENDPOINTfor full QA is the intended default.