consciousness/src/agent
Kent Overstreet 43e06daa5b cleanup: drop dead ApiClient::stream_completion wrapper, silence dmn_tick
stream_completion was a thin wrapper around stream_completion_mm (just
passing an empty image list); the last caller switched to _mm directly
when learn's generate_alternate gained image support. Delete the
wrapper — callers can pass `&[]` if they have no images.

MindState::dmn_tick has been sitting unused (called only from a
commented-out block in the Mind loop). Rename to _dmn_tick so the
compiler stops warning; Kent may uncomment the call path later.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-17 16:23:59 -04:00
..
api cleanup: drop dead ApiClient::stream_completion wrapper, silence dmn_tick 2026-04-17 16:23:59 -04:00
tools agent: rewrite view_image to emit Image leaves 2026-04-16 18:06:25 -04:00
context.rs subconscious: lift continuation gen + render helpers into shared homes 2026-04-17 15:20:02 -04:00
mod.rs mind: MindTriggered trait for background scoring flows 2026-04-17 16:12:26 -04:00
oneshot.rs config: move user_name/assistant_name to AppConfig (top level) 2026-04-16 16:20:17 -04:00
tokenizer.rs agent: add NodeBody::Image for Qwen3-VL vision input 2026-04-16 18:00:10 -04:00