Move API code from user/ to agent/

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2026-04-04 00:29:11 -04:00
commit 9bebbcb635
22 changed files with 259 additions and 251 deletions

View file

@ -9,7 +9,7 @@ use base64::Engine;
use serde::Deserialize;
use super::ToolOutput;
use crate::user::types::ToolDef;
use super::ToolDef;
#[derive(Deserialize)]
struct Args {