Skip to main content

Module grpc_service

Module grpc_service 

Source
Expand description

gRPC service for Post-Cortex.

Provides a tonic gRPC interface to the memory system, enabling native binary protocol access for coding agents like Axon.

Layout: the canonical impl PostCortex for PcxGrpcService block lives in this file. Freshness-tracking methods (Phase 9) delegate to inherent *_impl methods in freshness to keep this file scoped to the interactive surface. Shared parsing/validation helpers live in helpers.

Modules§

pb
Tonic-generated bindings for the pcx.v1 proto package.

Structs§

PcxGrpcService
gRPC service backed by ConversationMemorySystem.

Functions§

start_grpc_server
Start the gRPC server on the given port. Returns a future that runs until cancelled.