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:
parent
29ce56845d
commit
2f3fbb3353
41 changed files with 30 additions and 65 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue