Skip to main content

evolve_memory

Function evolve_memory 

Source
pub async fn evolve_memory<L: EvolutionLlm>(
    chat_root: &Path,
    llm: &L,
    model: &str,
    _txn_id: &str,
) -> Result<Vec<(String, String)>>
Expand description

运行 memory 进化:从近期 decisions 抽取实体、关系、情节、倾向、模式,追加到 memory/evolution/knowledge.md。 返回 changelog 用 (change_type, target_id),无变更时返回空 Vec。