GitHubスター
4
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
1
お気に入り
0
README
Guru Agent MCP
Claude code can often get stuck on a problem and start hacking because it has no other good option.
This tool give claude code another option by hooking it up to a more powerful reasoning model (o1 w/ high reasoning) and providing it the set of files to work through a prompt task.
This is somewhat similar to the agent tool (dispatch_agent) claude uses internally, but using a full set of file context and a more powerful model to find the answer. This is an expensive option but tends to work well.
Interface
Input
- a list of relevent filepaths
- a prompt / task / description of the problem
Output
- text reponse