Give Antigravity persistent memory across sessions using Atlas — remember codebases, architecture decisions, conventions, and workflow context automatically.
Antigravity is an AI agent platform for development workflows. Atlas supercharges it with persistent long-term memory so that Antigravity remembers your project structure, coding standards, past fixes, dependencies, and team conventions across every session.
Verify installation:
Create atlas_memory.py inside your project root.
Example:
Add:
This setup intentionally avoids .env files for security reasons.
Load credentials directly into the active PowerShell session. Run:
Verify:
ANTIGRAVITY.md is the instruction file Antigravity reads during workflows and agent execution. Create one in your project root.
Example:
Add:
Open PowerShell in your project directory:
Load environment variables:
Store memory:
Expected:
Expected:
ask fails with an HTTP/API error, Atlas backend reasoning services may be temporarily unavailable. Stored memories remain accessible through recall.Agents should first retrieve context:
Example:
Agents should store learnings:
Example:
Add this to ANTIGRAVITY.md:
Run:
Expected:
A healthy project memory graph grows over time as Antigravity learns the codebase and workflows.