AI-powered task planning assistant that breaks down complex goals into manageable action items.
const planner = new TaskPlanner();
const plan = await planner.createPlan({
goal: '完成网站重构',
deadline: '2026-05-01',
teamSize: 3
});
clawhub install task-planner
MIT
1.0.0
2026-04-02
共 1 个版本