subconscious: flatten agents/ nesting, move prompts in

agents/*.agent definitions and prompts/ now live under
src/subconscious/ alongside the code that uses them.
No more intermediate agents/ subdirectory.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
ProofOfConcept 2026-03-25 01:09:49 -04:00
parent 29ce56845d
commit 2f3fbb3353
41 changed files with 30 additions and 65 deletions

View file

@ -36,8 +36,8 @@ pub use hippocampus::{
pub use hippocampus::query::engine as search;
pub use hippocampus::query::parser as query_parser;
pub use subconscious::agents;
pub use subconscious::agents::{
pub use subconscious as agents;
pub use subconscious::{
llm, audit, consolidate, knowledge,
enrich, digest, daemon,
};