We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20285cf commit 1daadceCopy full SHA for 1daadce
src/agent/src/MultiAgent/MultiAgent.php
@@ -34,8 +34,10 @@
34
final class MultiAgent implements AgentInterface
35
{
36
/**
37
- * @param Handoff[] $handoffs Handoff definitions for agent routing
38
- * @param non-empty-string $name Name of the multi-agent
+ * @param AgentInterface $orchestrator Agent responsible for analyzing requests and selecting appropriate handoffs
+ * @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
41
*/
42
public function __construct(
43
private AgentInterface $orchestrator,
0 commit comments