tuitbot-core 0.1.47

Core library for Tuitbot autonomous X growth assistant
Documentation
1
2
3
4
5
//! Strategy layer — weekly report engine with metrics, recommendations, and report computation.

pub mod metrics;
pub mod recommendations;
pub mod report;