consciousness/src/subconscious
Kent Overstreet 33e45f6ce8 replace hardcoded personal names with config values
User and assistant names now come from config.user_name and
config.assistant_name throughout: system prompt, DMN prompts,
debug screen, and all agent files. Agent templates use
{user_name} and {assistant_name} placeholders.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-02 19:45:35 -04:00
..
agents replace hardcoded personal names with config values 2026-04-02 19:45:35 -04:00
prompts subconscious: flatten agents/ nesting, move prompts in 2026-03-25 01:10:25 -04:00
api.rs vLLM priority scheduling for agents 2026-04-01 23:21:39 -04:00
audit.rs subconscious: flatten agents/ nesting, move prompts in 2026-03-25 01:10:25 -04:00
consolidate.rs subconscious: flatten agents/ nesting, move prompts in 2026-03-25 01:10:25 -04:00
daemon.rs delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00
defs.rs replace hardcoded personal names with config values 2026-04-02 19:45:35 -04:00
digest.rs digest: use created_at instead of timestamp for date matching 2026-03-26 19:18:14 -04:00
enrich.rs subconscious: flatten agents/ nesting, move prompts in 2026-03-25 01:10:25 -04:00
hook.rs Remove dead code: old context builder, plan_context, journal parsing 2026-04-02 03:40:35 -04:00
knowledge.rs cleanup: remove model name string matching 2026-04-02 14:09:54 -04:00
llm.rs vLLM priority scheduling for agents 2026-04-01 23:21:39 -04:00
mod.rs Split hook.rs: core orchestration -> subconscious.rs 2026-04-02 01:37:51 -04:00
prompts.rs delete dead load_prompt (orphaned by split_* removal) 2026-04-02 16:22:34 -04:00
subconscious.rs unify memory tracking: entries are the single source of truth 2026-04-02 14:56:02 -04:00
transcript.rs subconscious: flatten agents/ nesting, move prompts in 2026-03-25 01:10:25 -04:00