consciousness/src/thought
Kent Overstreet 4f19c02e50 reuse HTTP client across scoring calls for connection pooling
Single reqwest::Client shared across all prompt_logprobs calls
instead of creating a new one per call. Keeps HTTP connections
alive for faster sequential requests.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-02 23:11:40 -04:00
..
bash.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
context.rs increase context budget: 80% window, 15% journal, no double reserve 2026-04-02 22:53: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
memory.rs Split journal tools from default definitions, expose to all for now 2026-04-01 15:12:14 -04:00
mod.rs add memory importance scoring via prompt logprobs 2026-04-02 22:13:55 -04:00
read.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
training.rs reuse HTTP client across scoring calls for connection pooling 2026-04-02 23:11:40 -04:00
write.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00