memory: don't auto-run reflect agent yet
Still testing the prompt. The lifecycle and handler are wired up — just needs the hook call uncommented when ready.
This commit is contained in:
parent
684d1850a7
commit
e88df06cd4
1 changed files with 0 additions and 1 deletions
|
|
@ -372,7 +372,6 @@ fn hook(session: &Session) -> String {
|
||||||
let cfg = crate::config::get();
|
let cfg = crate::config::get();
|
||||||
if cfg.surface_hooks.iter().any(|h| h == &session.hook_event) {
|
if cfg.surface_hooks.iter().any(|h| h == &session.hook_event) {
|
||||||
surface_agent_cycle(session, &mut out, &mut log_f);
|
surface_agent_cycle(session, &mut out, &mut log_f);
|
||||||
reflect_agent_cycle(session, &mut out, &mut log_f);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue