-
Notifications
You must be signed in to change notification settings - Fork 91
feature: add embedded SDK support #233
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
Open
ndizazzo
wants to merge
27
commits into
main
Choose a base branch
from
feature/native-embedded-sdks
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 14 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8352769
feature: add embedded SDK support
ndizazzo 331b451
style: fix rustfmt drift in embedded SDK branch
i386 97bdb78
fix: compile without prebuilt dashboard assets
i386 e0e05f8
Merge origin/main into feature/native-embedded-sdks
i386 ae2873e
feat: wire Swift SDK to mesh-ffi
i386 553c811
Add live SDK smoke coverage and disable mac CI runners
i386 7acd2cc
Clarify macOS CI as Linux cross-build
i386 e7e8490
Merge remote-tracking branch 'origin/main' into HEAD
i386 4711784
ci: fold protocol and embedded client checks into main workflow
i386 658e056
docs: add sdk package readmes
i386 6afcb8e
refactor: rename bindings directory to sdk
i386 99d9b04
Merge remote-tracking branch 'origin/main' into HEAD
i386 41764a2
fix: address embedded sdk review feedback
i386 a04463a
Merge remote-tracking branch 'origin/main' into HEAD
i386 83a837e
fix: address pullrequestreview-4095777539 review feedback
Copilot fa71336
Merge main into feature/native-embedded-sdks
i386 313e057
fix: restore pinned GPU config merge state
i386 4c1efde
fix: gate pinned config sync for older peers
i386 b718471
Merge remote-tracking branch 'origin/main' into HEAD
i386 31e9ae7
Merge remote-tracking branch 'origin/main' into HEAD
i386 2822e60
Merge remote-tracking branch 'origin/main' into HEAD
i386 75d9850
Merge branch 'main' into pr-233-local
michaelneale 8be5e18
Unify node.proto: single source of truth in mesh-llm/proto
michaelneale 278ee78
Reject empty owner keypair in create_client instead of silently gener…
michaelneale c469a2a
Expose generate_owner_keypair_hex() over FFI and fix SDK smoke tests
michaelneale f660964
ci: align swift_sdk_smoke llama.cpp source with other CI jobs
michaelneale 700b458
Merge remote-tracking branch 'origin/main' into pr-233-local
michaelneale 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| [target.aarch64-linux-android] | ||
| rustflags = ["-C", "link-arg=-Wl,-z,max-page-size=16384"] | ||
|
|
||
| [target.armv7-linux-androideabi] | ||
| rustflags = ["-C", "link-arg=-Wl,-z,max-page-size=16384"] | ||
|
|
||
| [target.x86_64-linux-android] | ||
| rustflags = ["-C", "link-arg=-Wl,-z,max-page-size=16384"] |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.