JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q19296F
  • License MIT

Cordenex — AI-Powered Autonomous Coding Assistant with Parallel Execution

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cortiqa/cordenex) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @cortiqa/cordenex

    Cordenex is an AI-powered autonomous coding assistant for the terminal. It provides a high-performance orchestration engine with parallel tool execution and self-healing capabilities.

    Quick Start

    Installation

    Install Cordenex globally via NPM:

    npm install -g @cortiqa/cordenex

    Usage

    1. Initialize:

      cordenex init
    2. Start coding:

      cordenex chat
    3. Autonomous mode:

      cordenex ask "Build a landing page for my project"

    Bring Your Own API Key

    Example (OpenAI):

    cordenex config set providers.openai.api_key sk-...
    cordenex config set ai.default_provider openai
    cordenex config set ai.default_model gpt-4o

    Use Ollama (Local/Offline)

    cordenex config set providers.ollama.enabled true
    cordenex config set providers.ollama.base_url http://localhost:11434
    cordenex config set ai.default_provider ollama
    cordenex config set ai.default_model llama3.1

    Key Features

    • Parallel execution: executes multiple file operations and shell commands concurrently.
    • Self-healing: automatically diagnoses and recovers from tool failures.
    • Multi-model: supports OpenAI, Anthropic, Gemini, Groq, and Ollama.
    • BYOK or offline: use your own API keys or run local models with Ollama.
    • Rich terminal UI: live streaming, progress tracking, and session management.

    Built by Cortiqa