Add Payment Operations Hermes example#50
Open
aadesoba-nv wants to merge 1 commit into
Open
Conversation
aadesoba-nv
marked this pull request as ready for review
July 13, 2026 05:42
Signed-off-by: aadesoba <aadesoba@nvidia.com>
aadesoba-nv
force-pushed
the
add-payment-ops-hermes-example
branch
from
July 16, 2026 21:45
b918057 to
0eecbde
Compare
Collaborator
There was a problem hiding this comment.
@aadesoba-nv I think this file should be removed - since it specifically refers to showing this demo at a booth/workshop.
| rm -f "${pid_file}" | ||
| } | ||
|
|
||
| sandbox_phase() { |
Collaborator
There was a problem hiding this comment.
openshell sandbox list returns the PHASE with ascii color characters, which breaks the case statement that maps to ready. I did not encounter this when running scripts/bring-up.sh the first time, only in subsequent invocations.
claude gave me this change to parse the actual ready string and it works well:
sandbox_phase() {
local name="${1:-$NEMOCLAW_SANDBOX_NAME}"
openshell sandbox list 2>/dev/null | awk -v wanted="$name" '
{ gsub(/\033\[[0-9;]*m/, "") }
NR > 1 && $1 == wanted { print $NF; found = 1; exit }
END { if (!found) print "Missing" }
'
}
Collaborator
|
Hi @aadesoba-nv I made two more minor comments. I'll get this merged once addressed, thank you! |
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.
Description
Add
examples/payment-ops-hermes, a regulated payment-operations blueprint built around a constrained Hermes agent, NeMo Relay evidence, and a platform-enforced maker/checker boundary.FinGuard can screen synthetic ISO 20022-shaped payments, explain holds, and prepare evidence for human review. OpenShell deliberately provides no payment-rail egress, so an agent release attempt is denied independently of the prompt or model. A separately attributed host-side human checker is the only component that can call the mock rail.
The example includes:
The root examples table and
THIRD-PARTY-NOTICESare updated for the new example. The curated source snapshot is derived from standalone source commitaadesoba-nv/payment-ops-hermes@361b49ewithout carrying that repository's history into this contribution.Verification
python scripts/check_license_headers.py --checkgit diff --checkACH-2003onBANK ROSSIYAWIRE-1007for human reviewexamples/payment-ops-hermesin this community branchRelease And Compliance
.envfiles, private certificates, snapshots, or token caches are included.THIRD-PARTY-NOTICES.git commit -s).