基于 FastMind 框架构建,支持流式输出,实时获取 LLM 响应
执行 Shell 命令、技能和自定义集成,支持灵活扩展
内置 Cron 表达式任务调度,支持自动化工作流程
支持飞书、iMessage 等多种消息通道
轻松添加自定义技能和 Agent,适应各种场景
无缝调用 numpy、pandas 等专业库,让 AI 像人类一样熟练使用 Python 工具
安装简单,上手容易
# Install pip install fastclaw-ai # Start fastclaw start # Persistent running (recommended) nohup fastclaw start > /tmp/fastclaw.log 2>&1 &
# Clone repository git clone https://github.com/kandada/fastclaw.git cd fastclaw # Install dependencies pip install -r requirements.txt # Start python main.py start
启动后访问 http://localhost:8765 ,点击右上角 Settings 配置 main_agent,推荐使用 deepseek-chat
或直接编辑配置文件: ~/.fastclaw/workspace/data/agents/main_agent/metadata.json