back to atlas
ks · studio / vlog
Vlog19:0022 April 2026
Field Notes #003 — Mapping Signals from Indusland to Oreoasis
An architectural walkthrough of the universal signal envelope as it crosses the SSL — live, with the debugger attached.
code in this episode
@05:12 · ts
type Signal = {
kind: "neuron.invocation";
source: { app: "indusland"; did: `did:ks:${string}` };
payload: KernelInvocation;
};@13:44 · ts
await retriever.search({
query: signal.payload.messages.at(-1)!.content,
k: 8,
filter: { project: "indusland" },
});