Skip to content

Commit 1daadce

Browse files
OskarStarkclaude
andcommitted
Add PHPDoc descriptions for all MultiAgent constructor parameters
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 20285cf commit 1daadce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/agent/src/MultiAgent/MultiAgent.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
final class MultiAgent implements AgentInterface
3535
{
3636
/**
37-
* @param Handoff[] $handoffs Handoff definitions for agent routing
38-
* @param non-empty-string $name Name of the multi-agent
37+
* @param AgentInterface $orchestrator Agent responsible for analyzing requests and selecting appropriate handoffs
38+
* @param Handoff[] $handoffs Handoff definitions for agent routing
39+
* @param non-empty-string $name Name of the multi-agent
40+
* @param LoggerInterface $logger Logger for debugging handoff decisions
3941
*/
4042
public function __construct(
4143
private AgentInterface $orchestrator,

0 commit comments

Comments
 (0)