Skip to main content

Crate brainos_grpcadapter

Crate brainos_grpcadapter 

Source
Expand description

§Brain gRPC Adapter

Exposes Brain’s signal processing pipeline over gRPC using tonic.

§Services

  • MemoryService — semantic memory search, store, list, and signal streaming
  • AgentService — agent connect, send signal, receive streaming updates

§Ports

  • Default gRPC port: 19792

Modules§

agent_proto
Types and server/client stubs generated from proto/agent.proto.
memory_proto
Types and server/client stubs generated from proto/memory.proto.

Structs§

AgentServiceImpl
gRPC implementation of AgentService.
MemoryServiceImpl
gRPC implementation of MemoryService.

Enums§

GrpcAdapterError

Functions§

serve
Start the gRPC server, binding to host:port.