Skip to content

Toying with a message type for "object references" #294

Description

@goodboy

As a future requirement and probably large convenience for many users looking to "pass around remote python objects" (in a message native way) in actors (#191, #5) i've started toying with some ideas for making a built-in message-serialization compatible type that we can offer as part of our public sugar apis.

The main set of tools include

I have a draft implementation for a str derivative which gets us a nice compact api for conversion between str and object references and could likely be integrated with our enable_modules:list[str] "module capability per actor" system to get us moving in the cap-based-sec direction.

I'll put up a matching PR shortly 😎

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions