Skip to main content

Crate post_cortex_daemon

Crate post_cortex_daemon 

Source
Expand description

HTTP / gRPC / SSE / stdio daemon for post-cortex.

Hosts:

The daemon owns no domain logic — every read / write / search / manage operation delegates downward into post_cortex_memory::ConversationMemorySystem (and, from Phase 7 onwards, through the post_cortex_core::services::PostCortexService trait). Validation that was historically duplicated between the gRPC and MCP layers migrates to the trait impl in post-cortex-memory::MemoryServiceImpl.

Re-exports§

pub use daemon::config::DaemonConfig;
pub use error::Error;
pub use error::Result;

Modules§

daemon
HTTP daemon server for multi-client access to Post-Cortex
error
Error types for the daemon crate. Typed error hierarchy for post-cortex-daemon.