Skip to content
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

Bidirectional example in python #268

Open
samyfodil opened this issue Aug 10, 2023 · 3 comments
Open

Bidirectional example in python #268

samyfodil opened this issue Aug 10, 2023 · 3 comments

Comments

@samyfodil
Copy link

One of the advantages of go-plugin is that the plugins themselves can be written in other languages.
Besides the fact that examples for C, C++ and rust would help as well, our current issue is with python. The examples provided in this repo does not demonstrate the usage of bidirectional rpc a necessary feature for us.

Context:

  • we are using go-plugin to create a wasm vm plugin system -> github.com/taubyte/vm-orbit
  • Just like github.com/samyfodil/taubyte-llama-satellite, which would've been better done in pure c/c++, I'd like to create python plugin that exposes other AI features, mainly available in python only.
@samyfodil
Copy link
Author

@kampaidev I will try that

@samyfodil
Copy link
Author

Any updates on this?

@topac
Copy link

topac commented Jun 10, 2024

+1

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

No branches or pull requests

3 participants
@topac @samyfodil and others