mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-19 02:11:50 +08:00
feat: 新增 Computer Use Agent 初步支持
This commit is contained in:
6
src/computer_use/mod.rs
Normal file
6
src/computer_use/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod actions;
|
||||
mod manager;
|
||||
mod openai;
|
||||
|
||||
pub use actions::*;
|
||||
pub use manager::*;
|
||||
Reference in New Issue
Block a user