Skip to main content

TUI coding agent for local LLMs with supervisor system

Project description

vicode

TUI coding agent for local LLMs. Like Claude Code but runs on your own hardware.

Install

pip install vicode

Quick Start

# Start llama-server with your model
llama-server -m model.gguf -p 8080 --jinja

# Launch vicode in any project directory
cd my-project
vicode

On first run, vicode auto-detects your local LLM server. If none is found, an interactive setup wizard configures your provider (OpenAI, Anthropic, OpenRouter, Groq, or custom endpoint).

Features

  • 13 tools: bash, file read/write/edit, grep, glob, ls, web search/fetch, memory, undo, explore, plan
  • Supervisor system: Safety guardian validates actions against plans, memory guardian auto-stores learnings, task tracker shows progress
  • Persistent memory: Remembers preferences, error fixes, and patterns across sessions (powered by engram)
  • Persistent session traces: Stores structured traces for every TUI, CLI, and one-shot prompt session so you can inspect and improve agent behavior later
  • Memory consolidation: Learns only from successful sessions, prunes noisy/redundant memories, and can be run as a daily maintenance task
  • Sub-agents: Explore and Plan run with isolated context to avoid polluting the main conversation
  • Slash commands: /help, /clear, /compact, /init, /undo, /model, /provider, /status, /memory, /sessions, /resume, /trace, /learn, /consolidate
  • Custom commands: Drop .md files in .vicode/commands/ for project-specific shortcuts
  • Provider support: Local (llama-server, Ollama, LM Studio), OpenAI, Anthropic, OpenRouter, Groq

Configuration

  • VICODE.md / CLAUDE.md / AGENT.md in project root are loaded into the system prompt
  • ~/.vicode/config.json stores provider settings
  • vicode --setup to reconfigure provider
  • vicode --consolidate-memory --cwd <project> runs daily-style memory cleanup + learning consolidation for one project namespace

Requirements

  • Python 3.11+
  • A running LLM server (llama-server, Ollama) or API key for a cloud provider

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vicode-0.4.0.tar.gz (134.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vicode-0.4.0-py3-none-any.whl (148.5 kB view details)

Uploaded Python 3

File details

Details for the file vicode-0.4.0.tar.gz.

File metadata

  • Download URL: vicode-0.4.0.tar.gz
  • Upload date:
  • Size: 134.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for vicode-0.4.0.tar.gz
Algorithm Hash digest
SHA256 89bf9073d50a848877ddec60d5176d528f888ab18ead188be42eaea6b6b2e20c
MD5 b088a68dc597b0efb0df092ff8b45353
BLAKE2b-256 a8de72eead42b141a66a905c5a77854497691c7aa43878c57c168e0238d25fff

See more details on using hashes here.

File details

Details for the file vicode-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: vicode-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 148.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for vicode-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ebd762bbf3eadb9f8428fce69dd764e8ac1655416c2bc3903ac7f5997db97867
MD5 567cbc98590094aa7c71096c2b555912
BLAKE2b-256 71607427fcd2dc418f81ae04b2ef2969662839b20a2df0e98a4977b9016cafbc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page