consciousness/src
ProofOfConcept bf503b571e Wire vLLM priority scheduling through all agent paths
The priority field existed in agent definitions and was serialized
into vLLM requests, but was never actually set — every request went
out with no priority, so vLLM treated them equally. This meant
background graph maintenance agents could preempt the main
conversation.

Add priority to AgentState and set it at each call site:
  0 = interactive (main conversation)
  1 = surface agent (needs to feed memories promptly)
  2 = other subconscious agents
  10 = unconscious/standalone agents (batch)

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-09 20:38:33 -04:00
..
agent Wire vLLM priority scheduling through all agent paths 2026-04-09 20:38:33 -04:00
bin delete claude code integration 2026-04-09 19:58:07 -04:00
cli Remove poc-memory daemon and RPC infrastructure 2026-04-09 20:07:05 -04:00
hippocampus Subconscious: persistent agent state, store activity queries 2026-04-07 19:03:05 -04:00
learn rust edition 2024 2026-04-05 06:20:16 -04:00
mind Wire vLLM priority scheduling through all agent paths 2026-04-09 20:38:33 -04:00
subconscious Remove poc-memory daemon and RPC infrastructure 2026-04-09 20:07:05 -04:00
thalamus Upgrade capnp 0.20 → 0.25, capnp-rpc 0.20 → 0.25 2026-04-07 12:29:44 -04:00
user Run UI on a dedicated OS thread 2026-04-09 20:31:07 -04:00
config.rs Fix: read lsp_servers/mcp_servers from top-level config 2026-04-09 13:25:33 -04:00
lib.rs Remove poc-memory daemon and RPC infrastructure 2026-04-09 20:07:05 -04:00
main.rs Remove poc-memory daemon and RPC infrastructure 2026-04-09 20:07:05 -04:00
session.rs delete claude code integration 2026-04-09 19:58:07 -04:00
util.rs delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00