833 projects for "ai code agent" with 1 filter applied:

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    Every Code

    Every Code

    Local AI coding agent CLI with multi-agent orchestration tools

    Every Code (often referred to simply as Code) is a fast, local AI-powered coding agent designed to run directly in the terminal environment. It is a community-driven fork of the Codex CLI, with a strong emphasis on improving real-world developer ergonomics and workflows. Every Code enhances the traditional coding assistant model by introducing multi-agent orchestration, allowing multiple AI agents to collaborate, compare solutions, and refine outputs in parallel. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    Kimi Code CLI

    Kimi Code CLI

    Kimi Code CLI is your next CLI agent

    Kimi CLI is a command-line AI agent that brings an intelligent software development assistant directly into your terminal, helping you with coding tasks, shell operations, and workflow automation without leaving your command prompt. It supports an interactive shell-like user interface where you can chat with the agent, request code edits, run shell commands, and receive contextual suggestions as you work, creating a seamless blend of AI-augmented development and traditional terminal usage. ...
    Downloads: 36 This Week
    Last Update:
    See Project
  • 3
    AI CODE GUIDE

    AI CODE GUIDE

    AI Code Guide is a roadmap to start coding with AI

    ...The repository discusses emerging practices such as AI-assisted coding workflows, agent-driven development, and “vibe coding,” where developers collaborate with AI systems to generate software. Instead of focusing on a single framework or technology, the guide aggregates information about a wide ecosystem of tools including AI code editors, development platforms, and programming assistants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Learn Claude Code

    Learn Claude Code

    Bash is all you need, write a claude code with only 16 line code

    Learn Claude Code is an educational repository that teaches how modern AI coding agents work by walking learners through a sequence of progressively more complex agent implementations, starting with a minimal Bash-based agent and culminating in agents with explicit planning, subagents, and skills. It emphasizes a hands-on learning path where each version (from v0 to v4) adds conceptual building blocks like the core agent loop, todo planning, task decomposition, and domain knowledge skills, illuminating the patterns behind what makes a true AI agent tick. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 5
    Agent Skills

    Agent Skills

    Skills for AI coding agents

    ...The goal of the project is to make it easy for AI assistants like Claude Code, OpenCode, Cursor, Codex, and others that support this open ecosystem to automatically apply best practices or perform concrete actions when a relevant user intent is detected. For example, some skills guide the agent in applying React and Next.js performance best practices, auditing UI and accessibility standards.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 6
    Docker Agent

    Docker Agent

    AI Agent Builder and Runtime by Docker Engineering

    Docker Agent is an open-source multi-agent runtime developed by Docker that enables developers to define, run, and orchestrate AI agents using simple declarative configuration files instead of traditional code-heavy approaches. It introduces a YAML-based configuration model where users describe agent behavior, tools, models, and interaction logic in a single file, significantly reducing complexity in building AI systems.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 7
    II Agent

    II Agent

    A new open-source framework to build and deploy intelligent agents

    II-Agent is an open-source intelligent assistant framework designed to automate complex workflows across multiple domains using large language models and external tools. The platform allows users to interact with multiple AI models within a single environment while connecting those models to external services and knowledge sources. Through a unified interface, users can switch between models, access specialized tools, and execute tasks that require information retrieval, code execution, or file analysis. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    SwiftUI Agent Skill

    SwiftUI Agent Skill

    SwiftUI agent skill for Claude Code, Codex, and other AI tools

    SwiftUI-Agent-Skill is an advanced agent skill designed to enhance AI coding assistants by embedding expert-level knowledge of SwiftUI development practices into their workflows. It provides structured guidance that helps AI tools generate more accurate, modern, and maintainable SwiftUI code by addressing common mistakes such as misuse of APIs, poor performance patterns, and accessibility oversights.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Agent Lightning

    Agent Lightning

    The absolute trainer to light up AI agents

    Agent Lightning is an open-source framework developed by Microsoft to train and optimize AI agents using techniques like reinforcement learning (RL), supervised fine-tuning, and automatic prompt optimization, with minimal or zero changes to existing agent code. It’s designed to be compatible with a wide range of agent architectures and frameworks — from LangChain and OpenAI Agent SDKs to AutoGen and custom Python agents — making it broadly applicable across different agent tooling ecosystems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    AI Agent Deep Dive

    AI Agent Deep Dive

    AI Agent Source Code Deep Research Report

    AI Agent Deep Dive is a comprehensive educational repository designed to provide a deep and structured understanding of how modern AI agents work, focusing on architecture, workflows, and real-world implementation patterns. It breaks down complex concepts such as planning, tool usage, memory management, and multi-step reasoning into digestible explanations and practical examples.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Codex plugin for Claude Code

    Codex plugin for Claude Code

    Use Codex from Claude Code to review code or delegate tasks

    ...It likely provides abstractions for handling code generation, editing, and analysis while maintaining consistency across workflows. The system emphasizes interoperability, allowing developers to plug Codex capabilities into broader agent ecosystems without rewriting core logic. It may also include mechanisms for managing execution context, permissions, and tool access, ensuring that generated code can be safely applied.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 12
    Claude Code Architecture Study

    Claude Code Architecture Study

    Research on Coding Agents

    Claude Code Architecture Study is an educational and experimental repository designed to teach developers how to build, configure, and understand AI coding agents from first principles. The project focuses on breaking down the architecture of agentic systems, including how models perceive context, make decisions, and execute actions in a coding environment.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    Ralph AI Agent

    Ralph AI Agent

    AI agent loop that runs repeatedly until all PRD items are complete

    Ralph is a Rust-based AI agent runtime that focuses on safe, modular, and programmable autonomous behavior. It provides a reactive loop where agents can repeatedly assess the current context, reason about the next best action using large language models, and execute actions across integrated tools and services. The runtime emphasizes safety boundaries by sandboxing operations, enforcing time and token limits, and isolating execution layers to prevent unpredictable side effects. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Claude Agent SDK

    Claude Agent SDK

    Programmatically build AI agents with Claude Code's capabilities

    Claude Agent SDK (TypeScript) is an official TypeScript/JavaScript software development kit from Anthropic that makes it easier to build AI agents using the same agent architecture that powers Claude Code and other Claude-based autonomous systems. It provides abstractions and tools that let developers programmatically create, configure, and run intelligent agents that can read files, run commands, edit source code, manage sessions, and execute workflows without having to implement the agent loop manually — the SDK handles much of the complexity for you. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    AI Researcher

    AI Researcher

    An autonomous AI researcher

    AI Researcher is an experimental open-source project that demonstrates how multiple AI agents can collaborate to conduct complex research tasks from start to finish with minimal human intervention. It orchestrates agents that can generate research questions, perform literature reviews, execute experiments, analyze results, and synthesize findings into structured outputs like reports or code.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Claude Code

    Claude Code

    Claude Code is an agentic coding tool that lives in your terminal

    Claude Code is an intelligent agentic coding assistant that lives in your terminal and understands your entire codebase. It helps developers code faster by executing routine tasks, explaining complex code snippets, and managing git workflows—all via natural language commands. Claude Code integrates seamlessly into your terminal, IDE, or GitHub by tagging @claude to interact with your code context. The tool is designed to simplify development by automating repetitive work and providing...
    Downloads: 674 This Week
    Last Update:
    See Project
  • 17
    CUDA Agent

    CUDA Agent

    Large-Scale Agentic RL for High-Performance CUDA Kernel Generation

    ...Its architecture combines large-scale data synthesis, a skill-augmented CUDA development environment, and long-horizon reinforcement learning to build intrinsic optimization capability rather than relying on simple post-hoc tuning. The system operates in a ReAct-style loop where the agent profiles baseline implementations, writes CUDA code, compiles it in a sandbox, and iteratively refines performance. CUDA-Agent has demonstrated strong benchmark results, achieving high pass rates and significant speedups compared with compiler baselines such as torch.compile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Micro Agent

    Micro Agent

    AI CLI agent that writes code by iterating until tests pass

    Micro Agent is a command-line tool designed to generate and refine code using a test-driven approach powered by large language models. Instead of producing one-shot code outputs, it creates or uses test cases and repeatedly iterates on the generated code until those tests pass successfully. This workflow emphasizes reliability by using structured feedback from failing tests to guide improvements, reducing the need for manual debugging and iteration.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    Astron Agent

    Astron Agent

    Enterprise platform for building and orchestrating AI agent workflows

    Astron Agent is an enterprise-grade platform designed for building and managing intelligent AI agent workflows in production environments. It provides a development environment that combines workflow orchestration, model management, and integration with various AI tools and services. Astron Agent enables organizations to design complex agent-driven processes that coordinate models, automation tools, and enterprise systems.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    OpenAI Agent Skills

    OpenAI Agent Skills

    Skills Catalog for Codex

    OpenAI Agent Skills is an open-source repository that serves as a broad catalog of agent skills designed to extend the capabilities of OpenAI Codex and other AI coding agents. It organizes reusable, task-specific workflows, instructions, scripts, and resources into modular skill folders so that an AI agent can reliably perform complex tasks without repeated custom prompting, making agent behavior more predictable and composable.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    Neuron AI

    Neuron AI

    The PHP Agentic Framework to build production-ready AI driven apps

    Neuron AI is a PHP agentic framework for building production-ready AI applications that connect models, memory, vector databases, and tools into working agents. It is designed for developers who want to create systems such as RAG pipelines, multi-agent workflows, and business process automations without having to hand-build every integration from scratch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    mini SWE-agent

    mini SWE-agent

    The 100 line AI agent that solves GitHub issues

    mini SWE-agent is a lightweight, minimalist AI-powered software engineering agent designed to autonomously solve GitHub issues and assist developers directly from the command line using large language models. Unlike more complex frameworks, it emphasizes simplicity and efficiency, consisting of roughly 100 lines of code while still achieving strong performance on benchmarks such as SWE-bench Verified, where it demonstrates competitive problem-solving capabilities. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    Live Agent Studio

    Live Agent Studio

    Open source AI Agents hosted on the oTTomator Live Agent Studio

    Live Agent Studio is a curated repository of open-source AI agents associated with the oTTomator Live Agent Studio platform, showcasing a variety of agent implementations that illustrate how autonomous and semi-autonomous tools can be constructed using modern AI frameworks. Each agent in the collection is designed for a specific use case — such as content summarization, task automation, travel planning, or RAG workflows — and is provided with the code or configuration needed to explore and extend it on your own, making the repository both a learning resource and a practical starting point for real projects. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Agent SOP

    Agent SOP

    Natural language workflows for AI agents

    Agent SOP is a framework that implements structured operational procedures (SOPs) for autonomous agents so that they can carry out complex multi-step tasks reliably and in a defined order. Instead of relying solely on broad language model reasoning, this project enforces explicit step sequences with checkpoints, conditional transitions, and rollback logic, making agent workflows more predictable and auditable. It defines reusable SOP templates that agents can instantiate with...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Browser Agent

    Browser Agent

    AI Browser Agent is an advanced Browser AI tool

    Browser Agent Python is an AI-powered browser automation tool developed by Oxylabs that enables users to control web interactions through natural language instead of traditional scripting. The tool allows developers to describe tasks in plain English, such as navigating pages, clicking elements, filling forms, and extracting data, and the system executes those actions as if a human were interacting with the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB