Skip to content

feat(sdk): uniffi based goose-sdk (python & kotlin) - #9345

Closed
alexhancock wants to merge 1 commit into
mainfrom
alexhancock/sdk-dual-purpose
Closed

feat(sdk): uniffi based goose-sdk (python & kotlin)#9345
alexhancock wants to merge 1 commit into
mainfrom
alexhancock/sdk-dual-purpose

Conversation

@alexhancock

Copy link
Copy Markdown
Collaborator

Summary

  • Adds uniffi to the goose-sdk for python & kotlin support
  • Presents a pared-down interface of goose over cross-language bindings
  • Basic packaging for both languages

Testing

Manual examples and testing. Not much yet as this is more for discussion.

Related Issues

N/A

Screenshots/Demos (for UX changes)

N/A

@FredApps

Copy link
Copy Markdown

cargo-machete found unused dependencies in crates/goose-sdk/Cargo.toml:

goose-sdk -- ./crates/goose-sdk/Cargo.toml:
    async-trait
    schemars
    serde

Either remove them from [dependencies] in crates/goose-sdk/Cargo.toml, or if they're actually needed (e.g. re-exported or used by macros), suppress the false positive by adding to Cargo.toml:

[package.metadata.cargo-machete]
ignored = ["async-trait", "schemars", "serde"]

@alexhancock

Copy link
Copy Markdown
Collaborator Author

Superceded by #9593

@alexhancock alexhancock closed this Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants