consciousness/src/subconscious
ProofOfConcept cfddb55ed9 Kill TextDelta, Info — UiMessage is dead. RAII ActivityGuards replace all status feedback
Streaming text now goes directly to agent entries via append_streaming().
sync_from_agent diffs the growing entry each tick. The streaming entry
is popped when the response completes; build_response_message pushes
the final version.

All status feedback uses RAII ActivityGuards:
- push_activity() for long-running work (thinking, streaming, scoring)
- notify() for instant feedback (compacted, DMN state changes, commands)
- Guards auto-remove on Drop, appending "(complete)" and lingering 5s
- expire_activities() cleans up timed-out notifications on render tick

UiMessage enum reduced to a single Info variant with zero sends.
The channel infrastructure remains for now (Mind/Agent still take
UiSender in signatures) — mechanical cleanup for a follow-up.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-05 22:18:07 -04:00
..
agents replace hardcoded personal names with config values 2026-04-02 19:45:35 -04:00
api.rs Kill Reasoning, Debug, Activity variants — read status from Agent directly 2026-04-05 21:45:55 -04:00
audit.rs agent: move oneshot execution from subconscious to agent module 2026-04-04 18:19:21 -04:00
consolidate.rs oneshot: simplify API surface 2026-04-04 18:19:21 -04:00
daemon.rs oneshot: simplify API surface 2026-04-04 18:19:21 -04:00
defs.rs remove dead transcript mining pipeline 2026-04-02 21:42:03 -04:00
digest.rs Revert to tokio::sync::Mutex, fix lock-across-await bugs, move input ownership to InteractScreen 2026-04-05 21:13:48 -04:00
learn.rs Kill TextDelta, Info — UiMessage is dead. RAII ActivityGuards replace all status feedback 2026-04-05 22:18:07 -04:00
mod.rs more reorg 2026-04-05 01:48:11 -04:00
prompts.rs delete dead load_prompt (orphaned by split_* removal) 2026-04-02 16:22:34 -04:00
subconscious.rs training: per-node scoring with graph weight updates 2026-04-05 01:18:47 -04:00