New Planner tool to help you break down complex ideas, problems, and projects into multiple manageable steps. This is a self-prompt generation tool whose output can then be fed into another tool and model as required

This commit is contained in:
Fahad
2025-06-17 20:49:53 +04:00
parent 3667ed3a43
commit a509730dca
14 changed files with 1940 additions and 37 deletions

View File

@@ -27,10 +27,11 @@ class TestServerTools:
assert "testgen" in tool_names
assert "refactor" in tool_names
assert "tracer" in tool_names
assert "planner" in tool_names
assert "version" in tool_names
# Should have exactly 12 tools (including consensus, refactor, tracer, and listmodels)
assert len(tools) == 12
# Should have exactly 13 tools (including consensus, refactor, tracer, listmodels, and planner)
assert len(tools) == 13
# Check descriptions are verbose
for tool in tools: