pulsehive-runtime 2.0.1

Runtime execution engine for PulseHive multi-agent SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Intelligence layer — automatic relationship inference and insight synthesis.
//!
//! When experiences are recorded, the intelligence layer:
//! 1. **RelationshipDetector** finds semantically similar experiences and creates
//!    typed relations (Supports, Contradicts, Supersedes, Implies, etc.)
//! 2. **InsightSynthesizer** detects clusters of related experiences and uses an
//!    LLM to synthesize consolidated insights

pub mod context;
pub mod insight;
pub mod relationship;