Ordewell是一款开源工具,能够将单一编程目标分解为有序的AI代理任务计划1。用户在执行前可对任务进行编辑、选择具体模型和运行器1。该工具支持多个编码代理,包括Claude Code、Codex和OpenCode等1,并集成了25个AI提供商,涵盖OpenRouter、Anthropic、OpenAI、Gemini、DeepSeek等平台1。
Ordewell提供了多样化的使用界面,包括TUI、CLI、VS Code扩展和Web API1。用户可通过npm全局安装该工具,要求运行环境为Node.js ≥ 201。任务验证采用完成标记检测机制,而非由AI模型直接判断任务完成状态1。工具支持任务间的并行执行,默认配置允许3个并发会话独立运行1。Ordewell还提供了深度采访规划工作流功能,包括grilling、PRD草稿和TDD任务增强等特性1。会话数据会自动保存至.ordewell/sessions/目录1。
Ordewell is a tool that transforms a single programming objective into an ordered sequence of tasks for AI coding agents to execute 1. Users can review and edit the generated task plan, select their preferred AI model, and choose a runner before execution begins 1.
The platform integrates with 25 AI providers, including OpenRouter, Anthropic, OpenAI, Gemini, and DeepSeek 1. It offers multiple interfaces for different workflows: a TUI (terminal user interface), CLI, VS Code extension, and Web API 1. Notable supported coding agents include Claude Code, Codex, and OpenCode, which can be used without separate API keys 1. The tool requires Node.js version 20 or higher and tmux support for the TUI 1. Installation is performed via npm with the command npm install -g ordewell 1.
Task completion is determined by the detection of specific completion markers rather than AI model assessment 1. The platform supports parallel execution of independent tasks, with a default concurrency limit of three simultaneous sessions 1. Exit codes are preserved as diagnostic evidence 1. Sessions are automatically saved to .ordewell/sessions/ for future reference 1. Ordewell also provides specialized planning workflows including grilling, PRD drafting, and test-driven development task enhancement 1.
评论
还没有评论,欢迎留下第一条。