This agent uses the TMDB API to answer questions about movies. To run:
export TMDB_API_KEY=<api_key> # see https://developer.themoviedb.org/docs/getting-started
export GEMINI_API_KEY=<api_key>
npm run agents:movie-agentThe agent will start on http://localhost:41241.