ai-memory 0.7.1

AI-agnostic persistent memory system — MCP server, HTTP API, and CLI for any AI platform
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2026 AlphaOne LLC
// SPDX-License-Identifier: Apache-2.0

//! Federation-specific vector-clock logic (placeholder).
//!
//! The `VectorClock` type itself lives in `crate::models::link`.
//! This module is the landing zone for any federation-layer clock
//! operations that need to be extracted from `mod.rs` in a future
//! refactor pass.