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.

Analysis Type
Examples

How It Works

This system uses:

  1. SentenceTransformer to find semantically similar movies
  2. Multiple specialized agents that each focus on a specific analysis task
  3. 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.