coddy-agent — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentscoddy-agent
    Back to Agents
    coddy-agent

    coddy-agent

    coddy-project March 23, 2026
    7 copies 0 downloads

    Open-source ReAct AI coding agent in Go with TUI. Works with Cursor, Zed via ACP. Supports any OpenAI-compatible providers. Can use SKILLS and MCP servers.

    Agent Definition
    # Coddy Agent
    
    A **ReAct (Reasoning + Acting)** AI coding agent written in Go, compatible with any
    [Agent Client Protocol (ACP)](https://agentclientprotocol.com/) editor such as Cursor, Zed,
    or any other ACP client.
    
    ## Features
    
    - **ReAct loop** - LLM alternates between thinking, acting (tool calls), and observing results
    - **Two operating modes** - `agent` (full tool access) and `plan` (planning + text files only)
    - **Cursor rules support** - reads `.cursor/rules/` and skills just like Cursor IDE
    - **MCP server integration** - connect any MCP server for additional tools
    - **Multi-provider LLM** - OpenAI, Anthropic, Ollama, any OpenAI-compatible API
    - **ACP protocol** - works with Cursor, Zed, and other ACP-compatible editors
    
    ## Quick Start
    
    ### Installation
    
    ```bash
    go install github.com/EvilFreelancer/coddy-agent/cmd/coddy@latest
    ```
    
    Or build and install manually from source:
    
    ```bash
    git clone https://github.com/EvilFreelancer/coddy-agent
    cd coddy-agent
    make install
    ```
    
    `make install` builds the binary and copies it to the appropriate location:
    - root - `/usr/local/bin/coddy`
    - regular user - `~/.local/bin/coddy`
    
    To only build without installing:
    
    ```bash
    make build
    # or manually:
    go build -ldflags "-X github.com/EvilFreelancer/coddy-agent/internal/version.Version=$(git describe --tags --always)" -o coddy ./cmd/coddy/
    ```
    
    ### Terminal UI
    
    ![Coddy TUI demo](assets/demo.gif)
    
    Run `coddy` in any project directory to open the interactive terminal UI:
    
    ```bash
    coddy
    ```
    
    The TUI opens full-screen with a chat interface. Your session is automatically saved on exit (`ctrl+c`) and can be resumed later:
    
    ```bash
    coddy -s tui_1234567890   # resume a saved session
    ```
    
    **Key bindings:**
    
    | Key | Action |
    |-----|--------|
    | `tab` | Switch mode (agent / plan) |
    | `ctrl+p` | Command palette with search |
    | `ctrl+m` | Switch model from the list in config |
    | `ctrl+x` | Toggle input on/off |
    | `esc` | Cancel the running agent |
    | `ctrl+c` | Save session and exit |
    
    ### Conf

    Tags

    acpagentagent-client-protocolantropicclicode-agentllmmcpopenaiskills

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.