Task Researcher
@tejpalvirk
关于 Task Researcher
Researcher for AI Coding that analyzes task complexity and runs deep research (STORM) to decompose complex tasks into subtasks, as an MCP Server or CLI.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Task Researcher?
Task Researcher is a Python task management system designed for AI-driven development. It integrates in-depth research capabilities using the knowledge-storm library to break down complex projects, generate tasks, and leverage automated research to inform implementation details. It provides both a command-line interface (CLI) and a Model Context Protocol (MCP) server.
How to use Task Researcher?
Install via clone and Poetry, configure a .env file with LLM and search API keys, then use the task-researcher CLI command or run task-researcher serve-mcp to start the MCP server over stdio transport. Clients like Claude Desktop connect by editing their claude_desktop_config.json.
Key features of Task Researcher
- Parse specifications to generate initial tasks.
- AI-powered task expansion into subtasks.
- STORM-based research workflow for complex tasks.
- Task update and dependency management.
- Complexity analysis with research hints.
- Standalone research report generation on any topic.
Use cases of Task Researcher
- Decomposing software project specifications into executable task lists.
- Generating detailed subtask breakdowns informed by web research.
- Updating existing task plans when requirements change.
- Analyzing and reporting task complexity for project planning.
- Producing in-depth research reports on technical topics using STORM.
FAQ from Task Researcher
What is the difference between --research and --research-hint?
expand --research triggers the full STORM-based workflow, performing live web searches to inform subtasks. analyze-complexity --research-hint modifies the prompt to ask the primary LLM to leverage its internal knowledge more deeply without any live search.
What are the runtime requirements?
Python 3.10+, an API key for at least one supported LLM provider (e.g., Anthropic, Google Gemini, OpenAI), and the knowledge-storm library. A search engine API key is required for the --research feature and the research-topic command.
Where does the task data live?
Task data is stored locally in a tasks/tasks.json file following Pydantic models. The file includes a meta section and a list of task objects with dependencies, phases, and subtasks.
How are API keys configured?
All credentials are set in a .env file. Required variables include LLM_MODEL, the provider's API key (e.g., ANTHROPIC_API_KEY), STORM_RETRIEVER, and the corresponding search API key (e.g., BING_SEARCH_API_KEY).
What transport does the MCP server use?
The MCP server uses stdio transport by default. It exposes tools like parse_inputs, expand_task, and research_topic, as well as resources such as tasks://current and report://complexity.
生产力 分类下的更多 MCP 服务器
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
评论