@clawdb/proto
v0.1.3
Published
Generated protobuf and gRPC bindings used by the TypeScript SDK and supporting packages.
Readme
@clawdb/proto
Generated protobuf and gRPC bindings used by the TypeScript SDK and supporting packages.
Install
npm install @clawdb/protoExports
- Generated service and message types from
src/generated/clawdb - Shared helper types re-exported from
src/types
Example
import { ClawDBServiceDefinition } from '@clawdb/proto';
console.log(Object.keys(ClawDBServiceDefinition.methods));Regenerating Bindings
pnpm --filter @clawdb/proto generate
pnpm --filter @clawdb/proto buildNotes
- This package is primarily intended for SDK authors and transport-layer integrations.
- Application code should usually depend on
@clawdb/sdkinstead of using protobuf bindings directly.
