Expand description
ComponentHandles — pre-built component instances passed to P2 handlers.
This struct is a lightweight alternative to cognee_lib::ComponentManager
that avoids a dependency cycle: cognee-lib may eventually import
cognee-http-server, so cognee-http-server must not import cognee-lib.
All components are eagerly initialized in AppState::build; there is no
lazy caching here (unlike ComponentManager’s RwLock slots).
Structs§
- Component
Handles - Pre-initialized pipeline component handles shared across all P2 handlers.