devansh2506/JARVIS-A-Multi-Agentic-Personal-Assistant ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python based JARVIS style personal assistant that I can run from the terminal as a chat app. I want it to feel like one smart assistant, but under the hood it should route jobs to separate helpers for email, calendar, web search, and simple calculations.
It should handle chained requests like checking my schedule, creating or moving events, reading and summarizing inbox messages, drafting or replying to emails, and searching the live web for up to date info when needed. Please make email sending and draft saving require my approval first so nothing gets sent by accident.
I also want it to connect to my Google account for Gmail and Calendar using local OAuth credentials, and use Gemini as the main brain. Keep conversation history so follow up questions work naturally. Make setup simple with environment variables for the needed API keys and credentials, and if anything is unclear, look up the latest docs online and wire it up cleanly.
Have a live product UI? Try website reverse