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
|
|
@ -18,7 +18,7 @@ mod write;
|
|||
// Agent-specific tools
|
||||
mod control;
|
||||
mod vision;
|
||||
mod working_stack;
|
||||
pub mod working_stack;
|
||||
|
||||
use serde::{Serialize, Deserialize};
|
||||
use std::future::Future;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue