feat: 新增 Computer Use Agent 初步支持

This commit is contained in:
mofeng-git
2026-06-15 22:24:40 +08:00
parent 5c98aea7e3
commit 4b7be20fe0
20 changed files with 2518 additions and 2 deletions

6
src/computer_use/mod.rs Normal file
View File

@@ -0,0 +1,6 @@
mod actions;
mod manager;
mod openai;
pub use actions::*;
pub use manager::*;