move working_stack code to correct file

This commit is contained in:
Kent Overstreet 2026-04-04 17:00:01 -04:00
parent e9d803c4ea
commit 375a8d9738
5 changed files with 24 additions and 30 deletions

View file

@ -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;