Open Source · v0.1
████████╗ █████╗ ██╗ ██╗ █████╗ ██████╗ ██╗
██╔══╝██╔══██╗██║ ██╔╝██╔══██╗██╔════╝ ██║
██║ ███████║█████╔╝ ███████║██║ ███╗██║
██║ ██╔══██║██╔═██╗ ██╔══██║██║ ██║██║
██║ ██║ ██║██║ ██╗██║ ██║╚██████╔╝██║
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝
◈ K i L e e v0.1 ◈
KiLee Agent
A DeepSeek-powered terminal AI Agent.
Read files, run commands, write code — right in your terminal.
◈ 1. DOWNLOAD KILEE AGENT
⬇ kilee-agent.tar.gz
Python 3.10+ · ~41 KB · MIT License
# extract & install
tar -xzf kilee-agent.tar.gz
cd kiLee-agent
pip install -e .
kilee # setup wizard launches
◈ 2. DOWNLOAD OLLAMA
KiLee Agent runs models locally. You need Ollama running in the background to serve models like DeepSeek-R1 or Llama3.
# Linux install script (Hosted locally)
curl -fsSL https://kilee.cn/ollama-install.sh | sh
# Run model locally
ollama run deepseek-r1:8b
◎
EXECUTE BASH
Run shell commands with safety guards. Dangerous patterns are blocked automatically.
◇
FILE READ
Read files, list directories, search content with regex across your codebase.
◆
FILE WRITE
Create, edit, append files. Surgical str_replace with diff preview.
◐
MEMORY
Persistent cross-session memory. KiLee remembers your project and preferences.
⟳
CONTEXT COMPRESSION
Auto-compresses long conversations. Keeps head + tail, summarizes the middle.
◈
PROJECT CONTEXT
Drop a KILEE.md in your project root. KiLee loads it as static context on startup.