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/cordenexUsage
Initialize:
cordenex init
Start coding:
cordenex chat
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-4oUse 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.1Key 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