Skip to main content

Module computer

Module computer 

Source
Expand description

文件名: computer 作者: JQQ 创建日期: 2025/12/16 最后修改日期: 2025/12/16 版权: 2023 JQQ. All rights reserved. 依赖: tokio, async-trait, serde, tracing 描述: Computer核心模块实现 / Core Computer module implementation

Structs§

Computer
Computer核心结构体 / Core Computer struct
SilentSession
默认的静默Session实现 / Default silent session implementation
ToolCallRecord
工具调用历史记录 / Tool call history record

Enums§

ManagerChangeMessage
管理器变更消息 / Manager change message

Traits§

ManagerChangeHandler
用于管理器变更通知的trait / Trait for manager change notification
Session
Session trait - 用于抽象不同的交互环境(CLI、GUI、Web) Session trait - Abstract different interaction environments (CLI, GUI, Web)