cf-chat-engine 0.2.2

Chat Engine module: multi-tenant conversational infrastructure with plugin-driven backends
Documentation
1
2
3
4
5
6
7
8
// scaffolding — infra adapters added by phase 01+

pub mod db;
pub mod leader;
pub mod llm_gateway;
pub mod search;
pub mod url_guard;
pub mod webhook_compat;