Table of Contents What Is a Time-Travel Agent Time-Travel vs. ReAct (web search example) Why use time-travel checkpoints When to time-travel vs. append results Challenges: side-effects and filesystem rollback Conclusion and outlook What Is a Time-Travel Agent A time‑travel agent is a normal agent loop with one extra skill: it can set checkpoints before running tools, and jump back to them if…
Table of Contents Introduction Why Context Matters Context Stack at a Glance Gemini CLI Context Layers Layer 1: Environment & Workspace State Layer 2: Project Memory Layer 3: Tooling & System Persona Request/Response Timeline Layer 4: Active IDE Context Layer 5: Conversation Management Layer 6: Subagents in the Same Ecosystem Context Refresh & Unload Design Takeaways Introduction Written against…