-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic langsmith-nodejs Rust bindings #1293
Open
obi1kenobi
wants to merge
13
commits into
main
Choose a base branch
from
pg/nodejs-bindings
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
1099199
Initial project stub for Node.js bindings.
obi1kenobi 2b9f1f7
Add per-platform project builds, a loader stub, and metadata.
obi1kenobi d2c7714
Add workflow for building and testing Rust Node.js bindings.
obi1kenobi ba76254
Set up jest for testing and make small end-to-end test.
obi1kenobi 9712650
Reformat Rust files.
obi1kenobi 0fe1f30
Install specified Rust version and harden shell commands.
obi1kenobi 1fe6b84
Add Rust-Node.js glue code and allow JS client to call into it.
obi1kenobi cd3468f
Delete rust/crates/langsmith-nodejs/integration.test.ts
obi1kenobi 52a72ad
Apply latest suggested project structure from `napi new`.
obi1kenobi 41032b1
Update js/src/client.ts
obi1kenobi 8a6a71e
Merge branch 'pg/nodejs-bindings' of github.com:langchain-ai/langsmit…
obi1kenobi 72abe77
Reformat Rust files.
obi1kenobi 93dccc2
Only use the Rust bindings if the `trace_id` and `dotted_order` are set.
obi1kenobi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before merging, we'll need to replace this path dependency with a dependency on a real, published JS library.