forked from kent/consciousness
move working_stack code to correct file
This commit is contained in:
parent
e9d803c4ea
commit
375a8d9738
5 changed files with 24 additions and 30 deletions
|
|
@ -3,8 +3,6 @@
|
|||
// These set agent state directly via the Arc<Mutex<Agent>> handle,
|
||||
// then return a text confirmation.
|
||||
|
||||
use anyhow::{Context, Result};
|
||||
|
||||
pub(super) fn tools() -> [super::Tool; 3] {
|
||||
use super::Tool;
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue