Skip to main content

Crate smcp_computer

Crate smcp_computer 

Source
Expand description

文件名: lib.rs 作者: JQQ 创建日期: 2025/12/15 最后修改日期: 2025/12/15 版权: 2023 JQQ. All rights reserved. 依赖: None 描述: A2C-SMCP Computer模块的Rust实现 / Rust implementation of A2C-SMCP Computer module

Modules§

computer
文件名: computer 作者: JQQ 创建日期: 2025/12/16 最后修改日期: 2025/12/16 版权: 2023 JQQ. All rights reserved. 依赖: tokio, async-trait, serde, tracing 描述: Computer核心模块实现 / Core Computer module implementation
desktop
文件名: mod.rs 作者: JQQ 创建日期: 2025/12/16 最后修改日期: 2025/12/18 版权: 2023 JQQ. All rights reserved. 依赖: serde 描述: Desktop模块入口 / Desktop module entry point
errors
文件名: errors.rs 作者: JQQ 创建日期: 2025/12/15 最后修改日期: 2025/12/15 版权: 2023 JQQ. All rights reserved. 依赖: thiserror 描述: Computer模块的错误定义 / Error definitions for Computer module
inputs
文件名: mod 作者: JQQ 创建日期: 2025/12/15 最后修改日期: 2025/12/15 版权: 2023 JQQ. All rights reserved. 依赖: None 描述: Inputs抽象层模块,负责处理各种输入方式
mcp_clients
socketio_client
文件名: socketio_client 作者: JQQ 创建日期: 2025/12/16 最后修改日期: 2025/12/16 版权: 2023 JQQ. All rights reserved. 依赖: tf_rust_socketio, tokio, serde 描述: SMCP Computer的Socket.IO客户端实现 / Socket.IO client implementation for SMCP Computer

Constants§

VERSION
Computer模块的版本号 / Version of the Computer module