nebu-ctx 0.7.9

Lean-ctx runtime adapted for the NebuCtx self-hosted client/server product.
Documentation
1
2
3
4
pub fn handle(action: &str, agent_id: Option<&str>, limit: Option<usize>) -> String {
    let _ = (action, agent_id, limit);
    crate::cli::hosted_analytics_only_message("ctx_cost")
}