Geni-96/teams-bot-for-summary — reverse-engineered prompt

Reverse engineered prompt

I want this turned into a working prototype for a Microsoft Teams meeting bot, not just a scaffold. The app should let me send a Teams meeting link, have the bot join, capture the meeting audio or recording, turn it into a transcript, then generate a clean summary with key decisions and action items. I also want simple API endpoints so I can join a meeting, check progress, and fetch the recording, transcript, and summary later. Keep the health route working too.

Please make it usable locally with the env file and local data folders, and keep auth optional for dev. If the full Teams media hookup is too much to finish in one pass, build the whole flow so it works end to end with a practical local fallback, but structure it so the real Teams integration can be plugged in next. If possible, also expose the same actions as MCP tools.

Use Whisper for transcription and OpenAI or Gemini for summaries. Look up current docs online if you need to.

Want more depth? Deep Reverse