1 2 3 4 5
//! P / R / 回合起点启发式:向模型要输出、反思终答、Act 句执行约束。 pub(crate) mod intent; pub(crate) mod plan; pub(crate) mod reflect;