cognee-http-server 0.1.0-rc.1

HTTP server exposing the cognee add/cognify/search pipeline (single-user, no-auth).
Documentation
1
2
3
4
5
6
7
8
//! In-memory sync registry — one running cloud sync per user.
//!
//! See [`docs/http-server/routers/sync.md §3.1`](../../../../docs/http-server/routers/sync.md#31-concurrency-one-running-sync-per-user)
//! for the concurrency model.

pub mod registry;

pub use registry::{AlreadyRunning, RunningSyncSnapshot, SyncRegistry};