I actually built my project, *Antigravity*, based on the exact opposite philosophy. I found that for production-grade agents, "Natural Language only" eventually hits a wall with debugging and state management.
So I built a *"Code-First" Scaffold* designed for IDEs (Cursor/VS Code). Instead of hiding the code, it uses the IDE to auto-generate the Python boilerplate (Memory, Tool Dispatch) so developers retain full control.
For anyone who prefers "Python & Pydantic" over "Pure Prompts", you might find my alternative approach interesting: https://github.com/study8677/antigravity-workspace-template
takeshi_sakamo•21m ago