Agents & System
Quản lý Agents và System operations.
Agents Management
OpenClaw hỗ trợ multi-agent (nhiều nhân cách/vai trò).
agents list
Liệt kê tất cả agents đang cấu hình.
openclaw agents list
Output sẽ hiện: ID, Name, Model, Workspace path.
agents new
Tạo agent mới.
openclaw agents new <id>
Options:
--name "Name": Tên hiển thị--model <model>: Model riêng cho agent này--clone-from <id>: Copy cấu hình từ agent khác
agents status
Xem trạng thái hoạt động của các agents (đang chạy task gì, uptime).
System Operations
Các lệnh quản lý Gateway và System internals.
gateway
Control gateway service.
# Start/Stop service
openclaw gateway start
openclaw gateway stop
openclaw gateway restart
# Xem logs
openclaw gateway logs --follow
system status
Xem tổng quan hệ thống.
openclaw system status --json
Return info về: Memory usage, CPU, Active connections, Uptime.
system event
(Advanced) Emit system events để debug hoặc trigger hooks.
openclaw system event <name> --data '{"foo":"bar"}'
system vacuum
Dọn dẹp database và file rác.
openclaw system vacuum