Replies: 1 comment 2 replies
-
Allow us to digest your request first, and we might ask you more questions and elaborate idea a bit more. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This project looks very cool - https://www.telekinesis.cloud/
It's pretty early days for it and they don't seem to have any examples outside of notebook magic but I imagine you could use this concept to create a very simple UX for FL
My thinking goes like this,
Here is a super simple example
For broadcast type requirements you could have a slightly different client object that matches on clients that can perform the task
something like
For the above I'm passing the data in, it would also be trivial for the client to access private data simply by loading it from the source in the init (i.e when calling
with client.model
) or any other way that is requiredPerhaps the client doesn't actually have the data yet and only another client that is private to them can access the data directly. In this case you could have some interesting nested contexts.
Beta Was this translation helpful? Give feedback.
All reactions