Awesome AI AgentsIDE Integrations

ishandutta2007/open-antigravity

⭐ 556 JavaScript repository created 2025-11-24

Open Velocity, published under the repository name open-antigravity, is an open-source attempt at a web-native integrated development environment built around autonomous coding agents rather than around a text editor with an assistant bolted on. Its stated aim is to be a universal gateway to any language model, so a developer can delegate tasks to agents backed by GPT, Claude, Gemini, Llama, DeepSeek or a self-hosted model instead of being tied to one vendor, and it emphasises self-hosting, local control of code and data, and an extensible open core. The architecture described in the README is modular and container-native: a web user interface talks to a gateway and orchestrator, which drives a workspace manager running isolated Docker containers and a model gateway fronting the various providers. A large part of the README is roadmap and vision, including planned features such as verifiable artifacts, interactive feedback during a run and parallel agents on different parts of a project. The backend core is further along and is documented as implemented. It uses a SQLite layer with write-ahead logging and sequential schema migrations, plus a module-level guard that blocks queries against a partially migrated database. Agents are tracked with parent-child relationships so workflows can branch into hierarchical swarms; a shared whiteboard message bus lets sub-agents broadcast status to each other; a distributed lock manager holds file-level mutexes so parallel agents do not overwrite each other's edits; and a snapshot engine periodically saves agent memory so a failed agent can restore state. A cost recorder persists token counts and per-call spend and enforces a swarm-level ceiling. A command-line suite exposes swarm listing, inspection and cancellation, cost reporting and database status and backup commands.

https://github.com/ishandutta2007/open-antigravity

ai-agentai-editorantigravityantigravity-idecursor-aiagentic-idemulti-agentllm-gatewayopen-sourceself-hosted

Also in IDE Integrations

continuedev/continue

Continue is an open-source platform that enables developers to create, share, and use custom AI code assistants within popular IDEs, enhancing coding productivity and collaboration through features like Chat, Autocomplete, Edit, and Agent.

coder/coder

Coder is a platform for creating secure, self-hosted cloud development environments that streamline developer onboarding and optimize resource usage through automation and integrations.

sweepai/sweep

Sweep is an AI-powered coding assistant plugin designed to enhance productivity and coding efficiency within JetBrains IDEs.

tigerless-labs/autoharness

Claude Code plugin that distills reusable skills from real coding sessions, merges same-scenario skills instead of duplicating them, and prunes skills that stop being used.

eth-sri/lmql

LMQL is a Python-superset programming language designed for constraint-guided and efficient interaction with large language models, enabling advanced control flow, decoding, and integration with multiple LLM providers.

nicepkg/aide

Aide is a Visual Studio Code extension that leverages AI to provide one-click code conversion, commenting, optimization, and batch processing features to enhance developer productivity.

fcakyon/claude-codex-settings

Plugin marketplace and shared configuration for Claude Code, Codex CLI, Cursor and Gemini CLI, bundling skills, slash commands, hooks, subagents and MCP servers.

DeepMyst/Mysti

VS Code extension that runs twelve AI coding agents in one chat interface, with a brainstorm mode where two agents collaborate, selectable personas, permission controls and at-mention routing.