PulseHive — Shared Consciousness SDK for Multi-Agent AI Systems.
This is the meta-crate that re-exports pulsehive-core and pulsehive-runtime.
Use feature flags openai and anthropic to include LLM providers.
Quick Start
[]
= { = "1.0", = ["openai"] }
use *;
use HiveMind;
let hive = builder
.substrate_path
.llm_provider
.build?;