consciousness/src/agent
Kent Overstreet e8c3ed3d96 switch memory scoring to /v1/score endpoint
Replace prompt_logprobs-based scoring with the new vLLM /v1/score
endpoint. Much simpler: one API call per memory drop, returns
per-message total_logprob directly. No chunking needed, no OOM risk
— the endpoint only computes logits for scored tokens.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-03 00:40:27 -04:00
..
api wire up /score command and debug screen for memory importance 2026-04-02 22:21:31 -04:00
tools add unreachable_pub lint, fix all 17 violations 2026-04-02 16:15:32 -04:00
cli.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
dmn.rs replace hardcoded personal names with config values 2026-04-02 19:45:35 -04:00
identity.rs replace hardcoded personal names with config values 2026-04-02 19:45:35 -04:00
log.rs unify conversation persistence to append-only jsonl 2026-04-02 14:31:19 -04:00
mod.rs move context functions from agent/context.rs to thought/context.rs 2026-04-02 15:28:00 -04:00
observe.rs delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00
parsing.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
runner.rs read_tail 64MB — just read the whole log 2026-04-02 23:13:28 -04:00
tui.rs configurable stream timeout, show per-call timer in status bar 2026-04-02 18:46:27 -04:00
types.rs switch memory scoring to /v1/score endpoint 2026-04-03 00:40:27 -04:00
ui_channel.rs Split hook.rs: core orchestration -> subconscious.rs 2026-04-02 01:37:51 -04:00