Add NemoHermes Financial Assistant demo#36
Open
pastorsj wants to merge 22 commits into
Open
Conversation
Signed-off-by: Sam Pastoriza <spastoriza@nvidia.com>
Signed-off-by: Sam Pastoriza <spastoriza@nvidia.com>
Signed-off-by: Sam Pastoriza <spastoriza@nvidia.com>
Signed-off-by: Sam Pastoriza <spastoriza@nvidia.com>
Signed-off-by: Sam Pastoriza <spastoriza@nvidia.com>
Signed-off-by: Sam Pastoriza <spastoriza@nvidia.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
Adds a focused NemoHermes Financial Desk example for public-market research support:
.env.exampleand copy/paste commandsHow to test
From a fresh checkout:
Fill in at least:
Run local UI checks:
Run script syntax checks:
Start the agent on Brev by following:
Short Brev flow:
Then follow
docs/start-agent.mdto onboard NemoHermes, connect the Build API route, install finance skills, start Phoenix, and run the streaming UI. The setup applies a 240s OpenShell inference timeout because Nemotron Ultra can take longer than the default 60s through the sandbox route.Verify the running route:
Optional public UI check:
Outlook fixture rehearsal, without sending email:
OUTLOOK_TARGET_MAILBOX=agent@example.com \ OUTLOOK_REPLY_TO=pm@northstar-cap.com \ FINANCE_MODEL="$FINANCE_MODEL" \ python3 scripts/outlook_finance_bridge.py \ --api-url http://127.0.0.1:18080/v1 \ --fixture fixtures/outlook-emails.json \ --limit 1 \ --reply-mode printNotes
https://integrate.api.nvidia.com/v1andnvidia/nemotron-3-ultra-550b-a55b.AADSTS53003, fix the Entra conditional-access/app assignment and rerunscripts/setup-outlook-provider.sh.examples/financial-analyst-hermes/docs/live-verification.md.