feat(samples): add YAML-driven tea-making guide - #336
Closed
wenxind-nvidia wants to merge 7 commits into
Closed
Conversation
wenxind-nvidia
force-pushed
the
tea-making-sample
branch
from
August 3, 2026 22:51
e581604 to
b183c18
Compare
wenxind-nvidia
force-pushed
the
tea-making-sample
branch
from
August 3, 2026 23:25
b183c18 to
7b5cf03
Compare
wenxind-nvidia
force-pushed
the
tea-making-sample
branch
9 times, most recently
from
August 4, 2026 05:56
fe3e746 to
0fe89db
Compare
wenxind-nvidia
force-pushed
the
tea-making-sample
branch
2 times, most recently
from
August 4, 2026 21:52
97d4215 to
8dced80
Compare
Add the native embedding-backed RAG stack from PR 335 and a YAML-driven Nemotron-Omni tea-making workflow with visual step monitoring, semantic navigation, reconnect-safe state, and steeping timers. Signed-off-by: Wenxin Ding <wenxind@nvidia.com>
Signed-off-by: wenxind-nvidia <wenxind@nvidia.com>
Signed-off-by: Wenxin Ding <wenxind@nvidia.com>
Signed-off-by: Wenxin Ding <wenxind@nvidia.com>
wenxind-nvidia
force-pushed
the
tea-making-sample
branch
from
August 5, 2026 00:28
e431cc5 to
eb0de11
Compare
nvddr
force-pushed
the
tea-making-sample
branch
from
August 5, 2026 07:41
eb0de11 to
2c452ee
Compare
| await asyncio.gather(*(self._tick(session) for session in self.store.active())) | ||
| try: | ||
| await asyncio.wait_for(self._stopped.wait(), timeout=0.25) | ||
| except TimeoutError: |
nvddr
force-pushed
the
tea-making-sample
branch
from
August 5, 2026 07:43
2c452ee to
eb0de11
Compare
wenxind-nvidia
temporarily deployed
to
github-pages
August 11, 2026 20:33 — with
GitHub Actions
Inactive
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
tea-making-sampleusing Nemotron-Omni for visual observation and agent reasoningBehavior
start making teabegins a fresh session at step 1Testing
This branch is a single DCO-signed commit based directly on current
NVIDIA/xr-ai:main(ba582de).