adnansunnykhan32-pixel/Axiom ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python app called Axiom, an intelligent multi agent assistant powered by Google Gemini.

I want it to feel like one smart assistant that can break tasks into smaller steps, use different internal helpers for research, math, files, and browser work, then combine the results into a clear answer. It should remember useful context in SQLite, support a simple YAML config, and include solid logging plus retry handling so it does not fail too easily.

Please make the main entry point easy to run, and include tools for calculator use, reading files, reading PDFs, analyzing images, internet search, and browser based actions. If you need to look up current docs online for any integration details, do that.

Keep it clean, practical, and ready to run locally, with the structure already set up for future expansion.