CodeMode / README.md
CodeMode Agent
Deploy CodeMode via Agent
463fc7e

A newer version of the Gradio SDK is available: 6.9.0

Upgrade
metadata
title: CodeMode
emoji: 🚀
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.19.2
app_file: app.py
pinned: false
license: mit

CodeMode: Agentic RAG Engine

This is the official demo for CodeMode, an advanced RAG engine for codebases.

Features

  • Ingest: Clone and index any public GitHub repository.
  • Semantic Search: Find relevant code using natural language.
  • Code-to-Code: Find similar functions using code snippets.
  • MROps: Analyze embedding quality and diversity.

Local Setup

pip install -r requirements.txt
python app.py