diff --git a/src/agent/oneshot.rs b/src/agent/oneshot.rs index 1d6b4a5..442512d 100644 --- a/src/agent/oneshot.rs +++ b/src/agent/oneshot.rs @@ -100,9 +100,6 @@ impl Backend { } } - fn log(&self, _text: String) { - // TODO: write Log entries to the forked agent's conversation log - } } /// Resolve {{placeholder}} templates in subconscious agent prompts.