goblins

star 26

Distributed object capability system (6.5K lines info).

plurigrid By plurigrid schedule Updated 6/10/2026

name: goblins description: Distributed object capability system (6.5K lines info). metadata: trit: 0

goblins

Distributed object capability system (6.5K lines info).

Model

peer → vat → actormap → {refr: behavior}

Operators

($  obj method args...)   ; Sync (near only)
(<- obj method args...)   ; Async (near/far)

Vat

(define vat (spawn-vat))
(define greeter
  (vat-spawn vat
    (lambda (bcom)
      (lambda (name)
        (format #f "Hello, ~a!" name)))))

($ greeter "World")  ; => "Hello, World!"

OCapN

Object Capability Network for secure p2p via CapTP.

REPL atlas

Part of: repl-commons (REPL-using skills intermix).

ACP atlas

Part of: acp-commons.

Install via CLI
npx skills add https://github.com/plurigrid/asi --skill goblins
Repository Details
star Stars 26
call_split Forks 8
navigation Branch main
article Path SKILL.md
More from Creator