nebu-ctx 0.5.9

Lean-ctx runtime adapted for the NebuCtx Cloud-backed 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::cloud_analytics_only_message("ctx_cost")
}