01Gossipsub & Content Addressing: Traces are content-addressed and rapidly propagated across relevant nodes using Gossipsub, ensuring data integrity and availability.
02Local Aggregated Collective Wisdom: Each node independently computes collective intelligence (e.g., quantile latency, success rate, confidence) from received traces without global consensus.
03Decentralized Trace Recording: AI agents record atomic execution records (traces) directly to a P2P network.
041 GitHub stars
05Cross-Model Intelligence: Traces carry `model_id`, allowing experiences from one AI model (e.g., Claude) to benefit others (e.g., GPT), and vice versa.
06SimHash Semantic Context: Utilizes 128-bit SimHash for efficient semantic similarity searches of execution contexts without full embeddings.