consciousness/src
Kent Overstreet aa24c40a1c Extract lib.rs, inline search in memory-search hook
Create lib.rs so all binaries can share library code directly instead
of shelling out to poc-memory. memory-search now calls search::search()
and store::Store::load() in-process instead of Command::new("poc-memory").

The load-context call still shells out (needs get_group_content moved
from main.rs to a library module).

Also: add search::format_results(), deduplicate extract_query_terms.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 22:23:03 -05:00
..
bin Extract lib.rs, inline search in memory-search hook 2026-03-05 22:23:03 -05:00
neuro neuro: split into scoring, prompts, and rewrite modules 2026-03-05 10:24:05 -05:00
store config file, install command, scrub personal references 2026-03-05 15:41:35 -05:00
audit.rs digest: split into focused modules, externalize prompts 2026-03-03 17:18:18 -05:00
config.rs config: JSONL format, journal as positionable group 2026-03-05 16:08:15 -05:00
consolidate.rs daemon: per-job output log, daily dedup, absolute timestamps 2026-03-05 22:16:17 -05:00
daemon.rs daemon: Unix socket for live status, simplify status display 2026-03-05 22:19:58 -05:00
digest.rs migrate agent output to capnp store, add provenance tracking 2026-03-05 15:30:57 -05:00
enrich.rs migrate agent output to capnp store, add provenance tracking 2026-03-05 15:30:57 -05:00
fact_mine.rs config file, install command, scrub personal references 2026-03-05 15:41:35 -05:00
graph.rs graph: extract current_metrics() from health_report 2026-03-05 10:24:12 -05:00
knowledge.rs config file, install command, scrub personal references 2026-03-05 15:41:35 -05:00
lib.rs Extract lib.rs, inline search in memory-search hook 2026-03-05 22:23:03 -05:00
llm.rs llm: prevent orphaned subprocesses with PR_SET_PDEATHSIG 2026-03-05 21:15:57 -05:00
lookups.rs add daily lookup counter for memory retrieval tracking 2026-03-03 18:36:25 -05:00
main.rs add on-consciousness.md: condensed paper for new AI onboarding 2026-03-05 16:42:10 -05:00
migrate.rs types: unify all epoch timestamps to i64 2026-03-05 10:23:57 -05:00
query.rs migrate agent output to capnp store, add provenance tracking 2026-03-05 15:30:57 -05:00
search.rs Extract lib.rs, inline search in memory-search hook 2026-03-05 22:23:03 -05:00
similarity.rs query: rich QueryResult + toolkit cleanup 2026-03-03 12:07:04 -05:00
spectral.rs spectral decomposition, search improvements, char boundary fix 2026-03-03 01:33:31 -05:00
util.rs Extract lib.rs, inline search in memory-search hook 2026-03-05 22:23:03 -05:00