@stigmer/protos
v0.0.65
Published
Generated TypeScript protobuf stubs for Stigmer APIs
Downloads
2,696
Maintainers
Readme
@stigmer/protos
Generated TypeScript protobuf stubs for the Stigmer platform APIs.
Install
npm install @stigmer/protos @bufbuild/protobufUsage
Import service descriptors and message types using the full proto path:
import { AgentExecutionCommandService } from "@stigmer/protos/ai/stigmer/agentic/agentexecution/v1/command_connect";
import { CreateAgentExecutionRequest } from "@stigmer/protos/ai/stigmer/agentic/agentexecution/v1/command_pb";Use with @stigmer/rpc-client to create typed service clients:
import { useServiceClient } from "@stigmer/rpc-client";
import { AgentExecutionCommandService } from "@stigmer/protos/ai/stigmer/agentic/agentexecution/v1/command_connect";
const client = useServiceClient(AgentExecutionCommandService);Generation
Stubs are generated from .proto definitions in apis/ using Buf and @bufbuild/protobuf.
License
Apache-2.0
