Skip to content

TaskFlow AIAI 思维流编排引擎

从任务执行升级为思维编排 - 专为开发团队设计的下一代 AI 开发工具

TaskFlow AI Logo
  • icon: ⚡ title: 工作流引擎 details: YAML/JSON 声明式工作流,顺序/并行/条件分支/循环执行,SQLite 状态持久化,完整错误处理

  • icon: 🧩 title: 插件系统 details: 动态加载/卸载插件,钩子系统 (onInit, onTaskCreate 等),内置 PRD/工作流/任务模板

  • icon: 🤝 title: 多 Agent 协作 details: 自主目标执行,AI 反思机制,多 Agent 消息传递和任务分发,短期/长期记忆系统

  • icon: 🔌 title: MCP 集成 details: 支持 Cursor、Windsurf、Trae、Claude Desktop,动态工具注册,企业级安全策略


⚡ 快速开始

安装

bash
npm install -g taskflow-ai
bash
git clone https://github.com/Agions/taskflow-ai.git
cd taskflow-ai
npm install && npm run build

基础使用

bash
# 1. 初始化项目
taskflow init

# 2. 配置 AI 模型
taskflow model add -i deepseek-chat -p deepseek -k YOUR_KEY

# 3. 解析 PRD 文档
taskflow parse requirements.md

# 4. 查看项目状态
taskflow status

核心功能演示

bash
taskflow think "帮我分析用户登录功能需求"
# 输出思维链分析,包含推理步骤、置信度
bash
taskflow model route "帮我写个排序算法"
# 智能选择最适合的模型
bash
taskflow flow run prd-to-code
# 执行完整的 PRD → 代码工作流
bash
taskflow agent run executor "帮我创建一个 API"
# Agent 自主完成复杂任务

📚 文档导航

🚀 入门指南

快速上手 TaskFlow AI

📖 用户手册

深入了解功能特性

🔌 编辑器集成

与 AI 编辑器无缝集成

🛠️ API 参考

完整的 API 文档

💻 开发者

参与项目开发

🔧 故障排除

解决常见问题

相关链接

Released under the MIT License.