# rustclaw **Repository Path**: lindongfang-jack/rustclaw ## Basic Information - **Project Name**: rustclaw - **Description**: 使用openclaw基于rust实现的claw工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-07 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RustClaw Rust 编写的 AI Agent 框架。 ## 模块概览 | 模块 | 行数 | 功能 | |------|------|------| | gateway | 362 | WebSocket 网关 | | agent | 489 | Agent 运行时 | | tools | 212 | 工具系统 | | storage | 255 | 持久化存储 | | scheduler | 221 | 定时任务 | | cli | 99 | 命令行 | | extensions | 64 | 扩展系统 | | channels | 52 | 消息通道 | **总计:2264 行代码** ## 快速开始 ```powershell cargo build cargo run -- start ``` ## 命令 ```powershell cargo run -- start # 启动 Gateway cargo run -- run # 运行 Agent cargo run -- task list # 列出任务 cargo run -- extension list # 列出扩展 ``` ## 数据目录 首次运行自动创建:`~/.rustclaw/`