Skip to content

ishandutta2007/Centravity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

68 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 


🌌 Open Anticentravity

The Open-Source, Universal AI Gateway for Agentic Development

An open, community-driven effort to build a truly model-agnostic alternative to proprietary agentic coding platforms.

Build Status License PRs Welcome Discord GitHub followers


Open Anticentravity 🌌 is not just another code editor or AI assistant. It's an ambitious open-source project to build a web-native, agent-first integrated development environment (IDE). Unlike proprietary platforms that lock you into a single AI ecosystem, Open Anticentravity is designed from the ground up to be a universal gateway to any LLM. Our goal is to create a platform where developers can delegate complex tasks to autonomous AI agents, powered by the models of their choice. πŸ€–βœ¨

🌟 Why Open Anticentravity?

  • πŸ”“ True Model Freedom: Building a future that isn't tied to a single AI provider.
  • πŸ—³οΈ Democratizing AI: Making state-of-the-art agentic development accessible to everyone.
  • πŸ› οΈ Transparency & Extensibility: An open core that the community can shape, extend, and trust.
  • 🏠 Self-Hosting & Privacy: Full control over your code, your data, and your AI connections.

✨ Core Features (The Vision)

  • 🌌 Best of All Worlds: Fusing the best features of Cursor, Windsurf, Trae, and Anticentravity into a single, cohesive experience.
  • 🧠 Google's Cutting Edge: Incorporating the powerful capabilities of Google CodeMender and Google Jules for state-of-the-art code generation.
  • πŸ”’ Privacy First: No code or environment info is sent to third parties without your consent. Your data stays yours!
  • πŸ”Œ Universal LLM Gateway: Connect to GPT-4, Claude 3.5, Gemini 1.5 Pro, Llama 3, Deepseek, and more. A unified interface for all your agents.
  • πŸ€– Agent-First Workflow: Delegate high-level tasks to autonomous agents that plan, write, and verify code.
  • 🀝 Multi-Agent Collaboration: Spawn multiple agents to work in parallel on different parts of your project.
  • πŸ–ΌοΈ Verifiable Artifacts: Agents generate tangible artifacts (Task Lists, Screenshots, Test Results) so you can trust their work.
  • πŸ”„ Interactive Feedback: Provide real-time feedback to agents as they work.

🧬 OpenCentravity v0.2.0 Backend Core (Implemented)

The underlying core engine (newcore/) has been completely upgraded to support enterprise-grade, concurrent multi-agent coordination. Key capabilities include:

  • πŸ’Ύ Sequential Migrations & Schema: A robust 14-table SQLite database layer (src/db/) supporting Write-Ahead Logging (WAL) and sequential schema migrations (0001–0014).
  • πŸ”’ Connection Safety: A module-level promise mechanism blocks concurrent read/write queries from running on a partially-migrated database, eliminating race condition locks.
  • 🀝 Hierarchical Swarms: Database tracking of parent-child relationships between agents, allowing complex workflows to branch out cleanly into swarms.
  • πŸ’¬ Whiteboard Message Bus: A shared communication whiteboard (src/orchestrator/messagebus.ts) that enables sub-agents to broadcast statuses and coordinates their efforts.
  • πŸ—οΈ Distributed Lock Manager: File-level mutexes (src/orchestrator/locks.ts) that prevent overlapping writes or edit collisions by parallel agents on the same files.
  • πŸ“Έ LWM Memory Snapshots: Snapshotting engine (src/memory/snapshot.ts) that saves agent memory states periodically, allowing agents to restore state and self-heal from failures.
  • πŸ’Έ Cost Recorder & Caps: Monitors and persists input/output token counts and real-time API cost per LLM call, enabling strict swarm-level cost ceiling rules (MAX_COST_USD).
  • πŸ“Ÿ Consolidated CLI Commands: Clean command suite including swarms, swarms inspect, swarms cancel, cost, db:status, db:backup, and db:backups.

πŸ›οΈ High-Level Architecture

Open Anticentravity is a modular, container-native application designed for flexibility and scale. πŸ—οΈ

graph TD
    UI[Web UI / Editor] --> GW[Gateway & Orchestrator]
    GW --> WM[Workspace Manager]
    GW --> AG[AI Model Gateway]
    WM --> Docker[Isolated Containers]
    AG --> LLMs[Gemini, Claude, GPT-4, Llama]
Loading

πŸš€ Roadmap

We have an ambitious journey ahead! πŸ—ΊοΈ Check out ROADMAP.md for the full details.

  • Phase 1: πŸ—οΈ Core Platform & Universal Gateway
  • Phase 2: πŸ€– Single-Agent Workflow & Tooling
  • Phase 3: 🌌 Advanced Agentic Features (Multi-Agent)
  • Phase 4: 🌈 Community & Extensibility

πŸ› οΈ Getting Started (Development)

Ready to build the future? πŸ› οΈ Here’s how to get started locally.

Prerequisites:

  • 🐳 Docker & Docker Compose
  • 🟒 Node.js (v20+)
  • 🐍 Python (v3.11+)

Installation:

  1. Clone the repository:

    git clone https://github.com/ishandutta2007/open-anticentravity.git
    cd open-anticentravity
  2. Setup environment variables:

    cp .env.example .env

    Fill in your API keys in the .env file. πŸ”‘

  3. Launch the environment:

    docker-compose up --build

    Access the platform at http://localhost:3000. 🌐


πŸ™Œ How to Contribute

We welcome contributions from everyone! πŸ’– Whether you're a developer, designer, or writer, there's a place for you.

πŸ™Œ Contributors

⭐ Star History

Star History Chart


πŸ“œ Disclaimer

IMPORTANT: Please Read Carefully

  1. Independent Project: Open Anticentravity is an independent, community-driven open-source project. It is NOT an official product of Google LLC, Alphabet Inc., or any of its affiliates. This project is not endorsed, sponsored, or supported by Google.
  2. Trademarks: "Antigravity", "Gemini", "Google", and all related logos and brand names are trademarks or registered trademarks of Google LLC. The use of these names in this project is strictly for identification and descriptive purposes and does not imply any affiliation with or endorsement by the trademark owners.
  3. Experimental Software: This tool is currently in an experimental/beta stage. It is provided "as is" without any warranties of any kind, express or implied. The authors and contributors are not responsible for any data loss, security vulnerabilities, or other issues arising from the use of this software.
  4. Research & Development: Open Anticentravity is intended for research and development purposes only. It should not be used in production environments without thorough independent verification.
  5. Third-Party Services: Users are responsible for their own use of third-party AI models and APIs (including but not limited to Google Gemini, OpenAI, and Anthropic). You must comply with the respective Terms of Service and Privacy Policies of those providers.

βš–οΈ License

This project is licensed under the MIT License. See the LICENSE file for details. πŸ“„

About

πŸš€πŸͺπŸŒ•πŸŒ‘β˜„οΈπŸ›Έ Opensource equivalent of Google's Antigravity/Claude Code/Cursor

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors