chore: trim verbose docstrings

This commit is contained in:
Re-bin
2026-02-24 13:47:17 +00:00
parent a54b0853f0
commit a818fff8fa
3 changed files with 3 additions and 20 deletions
+1 -6
View File
@@ -9,12 +9,7 @@ if TYPE_CHECKING:
class SpawnTool(Tool):
"""
Tool to spawn a subagent for background task execution.
The subagent runs asynchronously and announces its result back
to the main agent when complete.
"""
"""Tool to spawn a subagent for background task execution."""
def __init__(self, manager: "SubagentManager"):
self._manager = manager