pub struct CortexMemoryHealthTool { /* private fields */ }Expand description
MCP tool: cortex_memory_health.
Schema:
cortex_memory_health() → { total: int, stale: int, unvalidated: int, quarantined: int }total: active memory count.stale: active memories whosecreated_atis more than 30 days ago.unvalidated: active memories whosevalidation_epochis 0 (never validated via an ADR 0020 §6 gatedValidatedoutcome edge).quarantined: memories withstatus = 'quarantined'.
Implementations§
Trait Implementations§
Source§impl Debug for CortexMemoryHealthTool
impl Debug for CortexMemoryHealthTool
Source§impl ToolHandler for CortexMemoryHealthTool
impl ToolHandler for CortexMemoryHealthTool
Auto Trait Implementations§
impl Freeze for CortexMemoryHealthTool
impl RefUnwindSafe for CortexMemoryHealthTool
impl Send for CortexMemoryHealthTool
impl Sync for CortexMemoryHealthTool
impl Unpin for CortexMemoryHealthTool
impl UnsafeUnpin for CortexMemoryHealthTool
impl UnwindSafe for CortexMemoryHealthTool
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more