Skip to content

🪐 The ultimate starter kit for Google Antigravity IDE. Optimized for Gemini 3 Agentic Workflows, "Deep Think" mode, and auto-configuring .cursorrules.

License

Notifications You must be signed in to change notification settings

Kenju-Daw/antigravity-workspace-template

 
 

Repository files navigation

Remote Coding Assistant

Setup

  1. Install Dependencies:

    pip install -r backend/requirements.txt
  2. Environment Variables: Create a .env file in backend/ with:

    GEMINI_API_KEY=your_api_key_here
    

Running the System

  1. Start the Backend:

    cd backend
    python main.py

    The server will start at http://localhost:8000.

  2. Start the Frontend: Open frontend/index.html in your browser.

Usage

  • Drop Zone: Drop folders into the drop_zone directory in the root. The system will automatically ingest them.
  • Chat: Use the frontend to chat with the agent.

Architecture Graph

graph TD
    User[User] -->|Drops Folder| Watcher[File Watcher]
    User -->|Chats| API[FastAPI Backend]
    
    subgraph "Hybrid Intelligence"
        API --> Orchestrator
        Orchestrator -->|High Complexity| Gemini[Gemini (Manager)]
        Orchestrator -->|Low Complexity| Local[Ollama (Worker)]
    end
    
    Watcher --> Ingest[Ingestion Pipeline]
    Ingest -->|Summarize| Local
    Ingest -->|Store| VectorDB[(ChromaDB)]
    
    Gemini -->|Plan/Reason| Response
    Local -->|Task Result| Response
    Response --> API
Loading

Screenshots

Premium UI

About

🪐 The ultimate starter kit for Google Antigravity IDE. Optimized for Gemini 3 Agentic Workflows, "Deep Think" mode, and auto-configuring .cursorrules.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 66.1%
  • HTML 32.8%
  • Dockerfile 1.1%