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
1.76k stars 117 forks source link

Feature request: OpenAI Classifier #85

Open Rajaniraiyn opened 3 days ago

Rajaniraiyn commented 3 days ago

Use case

Enable the use of an inbuilt OpenAI classifier without the need to create a custom one.

Solution/User Experience

Having an inbuilt OpenAI classifier would eliminate the need to write a custom classifier. This feature would enable seamless integration of OpenAI’s capabilities as a built-in classifier within the system, rather than requiring users to develop custom implementations.

Alternative solutions

We can currently create custom classifiers using the OpenAI SDK, but having it pre-integrated would improve usability and reduce overhead.
brnaba-aws commented 6 hours ago

@Rajaniraiyn Can you also implement the python version of the classifier?