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.v1proto package.
Structs§
- PcxGrpc
Service - gRPC service backed by ConversationMemorySystem.
Functions§
- start_
grpc_ server - Start the gRPC server on the given port. Returns a future that runs until cancelled.