tools: add journal tools to main registry, fix journal MCP access
journal_tools() was only in memory_and_journal_tools() for subconscious agents — not in the main tools() registry. Added so consciousness and MCP server can use journal_new/tail/update. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
1554d88694
commit
e9d803c4ea
3 changed files with 1 additions and 8 deletions
|
|
@ -154,6 +154,7 @@ pub fn tools() -> Vec<Tool> {
|
|||
];
|
||||
all.extend(web::tools());
|
||||
all.extend(memory::memory_tools());
|
||||
all.extend(memory::journal_tools());
|
||||
all.extend(channels::tools());
|
||||
all.extend(control::tools());
|
||||
all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue