[codex] Refactor dual-stack smoke flow helpers#454
Merged
bussyjd merged 1 commit intoMay 9, 2026
Merged
Conversation
Collaborator
Author
|
Validation report for exact PR head What changed
Checks run
Flow validation
|
bussyjd
added a commit
that referenced
this pull request
May 9, 2026
) * [verified] feat(tunnel): rebuild persistent tunnel/domain flow on current main * feat: add live OBOL faucet buyer-seller smoke flow * test(flows): tolerate summarized sell status output and dynamic ingress * [verified] fix(tunnel): harden persistent handoff and setup UX * test(flows): assert tunnel does not expose erpc * docs: align live OBOL source of truth * feat(tunnel): add configurable cloudflared transport * fix: harden live OBOL faucet smoke reruns - prefer current Go path for nohup/cron flow execution - poll for remote-signer pod creation before age checks - allow cooldown-safe flow-15 reruns when Bob already has faucet OBOL - poll post-claim balances to tolerate public RPC state lag * test(flows): add portable timeout fallback for live obol registration * fix(flows): harden smoke tunnel and OBOL buyer paths * fix(flows): fail closed on tunnel smoke checks * refactor dual-stack flow helpers (#454) Co-authored-by: bussyjd <bussyjd@users.noreply.github.com> * feat(buy): add `obol buy inference` host CLI (#434) * feat(buy): add `obol buy inference` host CLI Mirrors `obol sell inference` on the buyer side. The host CLI handles default-seller resolution, ERC-8004 identity pre-flight, and USDC->micro-units conversion, then dispatches to the existing `buy.py buy` skill in the obol-agent pod. Single canonical wallet, no host-side keystore. - internal/x402/setup.go: DefaultBuySellerURL, DefaultBuySellerAgentID, DefaultBuySellerChain placeholders (TODO: wire live values once the default seller is provisioned). - internal/agentruntime/exec.go: ExecInPod + BuildExecArgs generalize the kubectl-exec helper that was hardcoded to the hermes binary. - internal/hermes/hermes.go: cliViaKubectlExec + hermesExecArgs delegate to the new agentruntime helpers; existing test stays valid. - internal/buy/discover.go: .well-known/agent-registration.json fetcher and ERC-8004 agentId verification (hard-fail on mismatch). - cmd/obol/buy.go: `obol buy inference [<name>] --seller --model --budget --expected-agent-id --no-verify-identity --auto-refill ...`. * test(flow-11): validate host buy inference on integration * feat(agent): sell agents as x402 services via CRD (#453) * Agent crd * Next phase * 1, 2a, 2b, 2c, 4a, 4b, 5, 6, 7, 8, 9 * 2d * Update with almost all complete, time for testing * Bug fixing * chore: remove stray runtime log * chore(flows): renumber sell-agent smoke flow for integration * fix(agent): harden CRD update sync semantics --------- Co-authored-by: bussyjd <bussyjd@users.noreply.github.com> Co-authored-by: bussyjd <jd@obol.tech> --------- Co-authored-by: bussyjd <bussyjd@users.noreply.github.com> Co-authored-by: Oisín Kyne <4981644+OisinKyne@users.noreply.github.com>
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
flows/lib-dual-stack.shflows/README.mdChecks
bash -n flows/*.sh flows/lib-dual-stack.shgo test ./flows/tools/pin-erpc-upstream -count=1git diff --cached --check