Add SANO sample#294
Open
VegetarianOrc wants to merge 15 commits into
Open
Conversation
VegetarianOrc
commented
Apr 18, 2026
e390b83 to
b58e459
Compare
* Redis external storage driver * Fix lints * Fix CI tests * Fix yarl error in CI * Revert accidental README.md edit, and add external_storage_redis. * Move redis test workflow to tests/ * Update test_redis_worker.py * Constrain langsmith to allow CI to pass
f78e333 to
a810f9a
Compare
| @@ -0,0 +1,58 @@ | |||
| This sample demonstrates how to execute Nexus operations directly from client code, | |||
Contributor
There was a problem hiding this comment.
We should call out this feature is not stable near the top
Contributor
Author
There was a problem hiding this comment.
Added a blurb about SANO being pre-release and the stability guarantees that implies. Copied from the docs PR.
…about release phase. Add dev server links.
Evanthx
requested changes
Jun 8, 2026
| ### Expected output | ||
|
|
||
| ``` | ||
| Echo result: hello |
Contributor
There was a problem hiding this comment.
I got a different output, this might need updating -
Echo result: hello
Started `MyNexusService.Hello`. OperationID: hello-c40bbf66-606d-4515-bc52-24d0249ec87b
`MyNexusService.Hello` result: Hello, World!
Listing Nexus operations:
OperationId: hello-c40bbf66-606d-4515-bc52-24d0249ec87b, Operation: hello, Status: COMPLETED
OperationId: echo-0b9a3a7b-987c-471a-bd65-2c8e52804616, Operation: echo, Status: COMPLETED
Total Nexus operations: 2
Evanthx
approved these changes
Jun 12, 2026
| service=MyNexusService, endpoint=ENDPOINT_NAME | ||
| ) | ||
|
|
||
| # Start sync echo operation and await the result immediately. |
Contributor
There was a problem hiding this comment.
Nit: Should this comment say something about how this starts the standalone operation? Not important, but just reading the sample it's SUPER easy to miss what it's doing and how it's different.
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.
Add a sample for using standalone nexus operations.