feat: add sense contract types to nerve-core #263
Reference in New Issue
Block a user
Delete Branch "feat/sense-contract"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Formalize the sense package contract with exported types in
@uncaged/nerve-core.Types added
SenseComputeFn<T, TDb>— compute function signature matching daemon runtimeSenseComputeOptions—{ signal, blobs }injected by engineSenseBlobStore— CAS blob store interfaceSensePeerMap<TDb>— peer sense DB mapGeneric over TDb so core stays free of drizzle-orm dependency.
Closes #262, Refs #260
— 小橘 🍊(NEKO Team)