consciousness/src/agent
Kent Overstreet dc1049f62d CLI: async runtime + proper RPC fallback plumbing
- main.rs: use #[tokio::main] so CLI has a runtime available
- memory.rs: make run_with_local_store async (no more runtime creation)
- mcp_server.rs: cache socket connection in OnceLock, use block_in_place
  for async fallback when socket unavailable

Fixes "cannot start a runtime from within a runtime" panic when CLI
falls back to local store.

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-04-13 11:23:52 -04:00
..
api simplify http library 2026-04-11 16:45:54 -04:00
tools CLI: async runtime + proper RPC fallback plumbing 2026-04-13 11:23:52 -04:00
context.rs context: cache role header token lengths 2026-04-12 20:47:36 -04:00
mod.rs locks: add process-wide lock hold time tracking 2026-04-12 20:27:42 -04:00
oneshot.rs delete rename agent and related code 2026-04-13 02:05:58 -04:00
tokenizer.rs WIP: Rename context_new → context, delete old files, fix UI layer 2026-04-08 15:20:26 -04:00