Closed Arun4you closed 6 days ago
Having something like targetAgent will help routing to a specific agent.
const agentResponse = await this.multiAgentOrchestrator.routeRequest( JSON.stringify(query), this.userId || "system", this.sessionId || "system", { targetAgent: agentName } );
This will be handy when the routing is conditional and we know which agent to be routed to, instead of relying on orchestrator all the time.
The lambda has to be invoked seperately.
Hi,
I'd like to better understand, are you looking to:
Thanks.
Closing this PR due to inactivity. Feel free to reopen if needed. Thanks!
Use case
Having something like targetAgent will help routing to a specific agent.
Solution/User Experience
This will be handy when the routing is conditional and we know which agent to be routed to, instead of relying on orchestrator all the time.
Alternative solutions