RE: https://hachyderm.io/@mercutio/116580906616783803

I'm thinking of an Unholy (https://unholy.rtfd.io) dev env on my girlfriend's server, data replication to CouchDB, and that gives me a bunch of room for bots.

this is also probably a great use for https://sprites.dev/
Sprites - Stateful sandboxes

Persistent, hardware-isolated execution environments for arbitrary code. Run AI agents, untrusted code, and more in secure sandbox environments with checkpoint & restore.

Sprites
@astraluma Ooh, that looks pretty interesting, might have to have a play with sprites.dev

Been reading more, I think I'm going to take a slightly different tact:

actor message passing.

The fabric will receive webhooks, keep a log of events. Individual actors have mailboxes, events, can subscribe to system messages, and have persisted state.

I would love to give it automatic reload, too. Too bad python is really bad at fine-grained reload.

#ReplicantSpace