Distributed object capability system (6.5K lines info).
/plugin marketplace add plurigrid/asi/plugin install plurigrid-asi-skills@plurigrid/asiThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Distributed object capability system (6.5K lines info).
peer → vat → actormap → {refr: behavior}
($ obj method args...) ; Sync (near only)
(<- obj method args...) ; Async (near/far)
(define vat (spawn-vat))
(define greeter
(vat-spawn vat
(lambda (bcom)
(lambda (name)
(format #f "Hello, ~a!" name)))))
($ greeter "World") ; => "Hello, World!"
Object Capability Network for secure p2p via CapTP.