Go Movie Agents: Movie Analysis Multi-Agent System
This demo uses a multi-agent system to analyze movie descriptions. Enter a description of your movie idea, and the system will provide recommendations, box office predictions, and award predictions based on similar movies.
Examples
How It Works
This system uses:
- SentenceTransformer to find semantically similar movies
- Multiple specialized agents that each focus on a specific analysis task
- An orchestrator agent that delegates tasks and synthesizes results
The system is built using the OpenAI Agents framework and demonstrates effective collaboration between AI agents.