task-explorer
Tree-driven autonomous task exploration and execution for unfamiliar codebases, bugs, workflows, datasets, and product questions. Use when Codex should proactively explore a task as a branching search tree, generate multiple solution routes, score and rank frontier leaves by success likelihood, remaining path length, execution cost, and information gain, distinguish OR route nodes from AND subtask nodes, backtrack after failed branches, check whether new branches can still be invented when the frontier is exhausted, and keep the user updated with the current exploration tree without waiting to be asked. Typical triggers include requests to explore independently, think through several routes, avoid stopping at planning, show the search tree, or keep trying alternatives until one succeeds or no credible route remains.
更新日志: Source: GitHub https://github.com/sunyixiao/task-explorer
还没有评论,快来第一个发言吧。