consciousness/src/thought
Kent Overstreet 078dcf22d0 cleanup: remove model name string matching
model_context_window() now reads from config.api_context_window
instead of guessing from model name strings. is_anthropic_model()
replaced with backend == "anthropic" checks. Dead model field
removed from AgentDef/AgentHeader.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-02 14:09:54 -04:00
..
bash.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
context.rs cleanup: remove model name string matching 2026-04-02 14:09:54 -04:00
edit.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
glob_tool.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
grep.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
journal.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
memory.rs Split journal tools from default definitions, expose to all for now 2026-04-01 15:12:14 -04:00
mod.rs Split journal tools from default definitions, expose to all for now 2026-04-01 15:12:14 -04:00
read.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
write.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00