awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
shareAI-lab avatar

shareAI-lab/Kode-CLI

0
View on GitHub↗
5,138 stele·766 fork-uri·TypeScript·Apache-2.0·6 vizualizări

Kode CLI

Kode-CLI este o interfață de terminal bazată pe LLM, concepută pentru editarea codului, execuția shell și orchestrarea agenților. Funcționează ca un editor de cod în limbaj natural și orchestrator de agenți AI, permițând utilizatorilor să modifice codul sursă și să gestioneze sarcinile proiectului direct din linia de comandă.

Sistemul dispune de un strat de orchestrare agnostic față de model, care comută între diferite modele de limbaj mari (LLM) și experți specializați pentru a optimiza răspunsurile. Utilizează un model de delegare multi-agent, lansând agenți autonomi specializați cu roluri predefinite pentru a gestiona procesarea paralelă și analiza aprofundată a componentelor proiectului.

Instrumentul oferă analiză de fișiere conștientă de context pentru a aplica editări precise fișierelor locale și traduce prompt-urile în limbaj natural în execuție de comenzi shell în timp real pentru automatizarea fluxului de lucru. Setul său de instrumente funcționale este extensibil printr-un sistem de plugin-uri care instalează abilități externe și servere din repository-uri remote.

Features

  • Terminal-Based Editing - Applies intelligent changes to source files directly from the terminal by analyzing project relationships.
  • Sub-Agent Task Delegation - Offloads complex project analysis and processing tasks to specialized autonomous subagents.
  • AI Agent Orchestrators - Coordinates groups of specialized autonomous agents to execute complex project tasks.
  • AI Model Orchestration - Switching between different language models and specialized experts to optimize responses based on task requirements.
  • AI Command Line Automation - Automates complex terminal workflows and shell tasks using AI-driven natural language prompts.
  • Shell Command Translators - Translates natural language prompts into executable shell commands for local system automation.
  • Natural Language Code Editing - Modifies existing source code based on natural language instructions delivered through a terminal tool.
  • Automated Code Editing Assistants - Provides a system that applies natural language instructions as direct code changes to local files.
  • Direct File Manipulations - Applies precise edits and modifications directly to source text files on the local disk.
  • LLM Terminal Interfaces - Ships a command line interface that uses large language models to edit source code and execute shell commands.
  • Shell Command Execution - Provides a natural language interface for triggering and controlling operating system shell commands.
  • Extensible CLI Assistants - Provides a framework for adding new functional capabilities to a CLI assistant through external installations.
  • Language Model Orchestrators - Dynamically routes and selects between different large language models to optimize responses.
  • Multi-Model Orchestration - Coordinates the use of diverse large language models within a single terminal interface.
  • Project Structure Analysis - Scans project structures and file dependencies to provide intelligent suggestions for code modifications.
  • Assistant Skill Plugins - Allows the installation of modular skill plugins to provide new capabilities to the assistant.
  • Plugin-Based Extensibility - Utilizes a plugin architecture to expand the functional toolset with external skills and servers.

Istoric stele

Graficul istoricului de stele pentru shareai-lab/kode-cliGraficul istoricului de stele pentru shareai-lab/kode-cli

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Kode CLI

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Kode CLI.
  • wonderwhy-er/desktopcommandermcpAvatar wonderwhy-er

    wonderwhy-er/DesktopCommanderMCP

    5,493Vezi pe GitHub↗

    DesktopCommanderMCP is a Model Context Protocol (MCP) server that gives AI agents direct access to local files, shell commands, and system processes through natural language instructions. It acts as a unified bridge between conversational commands and desktop operations, enabling an AI to translate plain English into file management, code editing, system command execution, data analysis, and software scaffolding tasks without needing its own API. The server exposes these capabilities as structured tools via the MCP protocol, so any compatible agent can interact with the local environment in a

    TypeScriptagentaicode-analysis
    Vezi pe GitHub↗5,493
  • moonshotai/kimi-cliAvatar MoonshotAI

    MoonshotAI/kimi-cli

    6,503Vezi pe GitHub↗

    Kimi is a terminal-based AI agent that autonomously plans and executes software development tasks by reading, editing, and running code. It operates as an intelligent command-line agent that breaks down high-level goals into sequences of shell commands and code edits, carrying them out without manual step-by-step guidance. The agent can run in an interactive loop, switch to a shell mode for direct terminal command execution, and operate in non-interactive or one-shot modes suitable for scripting. The project distinguishes itself through multiple integration and execution modes. It can run as

    Python
    Vezi pe GitHub↗6,503
  • microsoft/vscode-docsAvatar microsoft

    microsoft/vscode-docs

    6,549Vezi pe GitHub↗

    This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development and remote development workflows. It covers the implementation of AI agents and language models used for autonomous code generation, large-scale refactoring, and task iteration. The project is distinguished by its deep integration of autonomous AI agents capable of web navigation, application logic validation, and orchestrating multi-step development processes. It provides specialized frameworks for tailoring AI behavior through custom instructions, model context protocols, a

    Markdownvscode
    Vezi pe GitHub↗6,549
  • smallcloudai/refactAvatar smallcloudai

    smallcloudai/refact

    3,490Vezi pe GitHub↗

    Refact is an autonomous AI software engineering system and code assistant. It functions as an agent orchestrator capable of planning, executing, and managing multi-step development workflows to complete complex software tasks independently. The system distinguishes itself through agentic state management, using isolated worktrees and versioned checkpoints to allow autonomous agents to experiment with code changes and roll back to stable states if tasks fail. It further extends its capabilities via the Model Context Protocol, connecting the AI engine to external databases, version control syst

    Rustai-agentdeveloper-toolsenterprise
    Vezi pe GitHub↗3,490
Vezi toate cele 30 alternative pentru Kode CLI→

Întrebări frecvente

Ce face shareai-lab/kode-cli?

Kode-CLI este o interfață de terminal bazată pe LLM, concepută pentru editarea codului, execuția shell și orchestrarea agenților. Funcționează ca un editor de cod în limbaj natural și orchestrator de agenți AI, permițând utilizatorilor să modifice codul sursă și să gestioneze sarcinile proiectului direct din linia de comandă.

Care sunt principalele funcționalități ale shareai-lab/kode-cli?

Principalele funcționalități ale shareai-lab/kode-cli sunt: Terminal-Based Editing, Sub-Agent Task Delegation, AI Agent Orchestrators, AI Model Orchestration, AI Command Line Automation, Shell Command Translators, Natural Language Code Editing, Automated Code Editing Assistants.

Care sunt câteva alternative open-source pentru shareai-lab/kode-cli?

Alternativele open-source pentru shareai-lab/kode-cli includ: wonderwhy-er/desktopcommandermcp — DesktopCommanderMCP is a Model Context Protocol (MCP) server that gives AI agents direct access to local files, shell… moonshotai/kimi-cli — Kimi is a terminal-based AI agent that autonomously plans and executes software development tasks by reading, editing,… microsoft/vscode-docs — This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development… smallcloudai/refact — Refact is an autonomous AI software engineering system and code assistant. It functions as an agent orchestrator… kilo-org/kilocode — Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development… cloudwego/eino — Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and…