awslabs / multi-agent-orchestrator

Flexible and powerful framework for managing multiple AI agents and handling complex conversations
https://awslabs.github.io/multi-agent-orchestrator/
Apache License 2.0
2.13k stars 143 forks source link

Feature request: pass additionalParams, userId and sessionId to the classifier #73

Closed brnaba-aws closed 1 month ago

brnaba-aws commented 1 month ago

Use case

additionalParams, userId and sessionId are not passed to the classifier. Those parameters could include special logic in the classifier to select a specific agent.

Solution/User Experience

passing those parameters would allow to classify differently.

Alternative solutions

No alternatives exist.