Installation
Getting started with Kedi is straightforward. It's a Python package that you can install in minutes.
Requirements
| Requirement | Version |
|---|---|
| Python | 3.10+ |
| pip | latest |
| LLM API Key | OpenAI / Anthropic / Ollama |
Installation Methods
Verify Installation
Expected output:
Configuration
LLM Provider Setup
Kedi supports multiple LLM providers. Configure via environment variables or a .env file:
Environment Priority
- Environment variables (highest priority)
.envfile in current directory.envfile in home directory- Default values
Editor Support
VS Code Extension
Install the Kedi VS Code extension for syntax highlighting:
- Open VS Code
- Go to Extensions (
Cmd+Shift+X) - Search for "Kedi"
- Click Install
Syntax Highlighting
The VS Code extension provides syntax highlighting, error detection, and code snippets for .kedi files.
Troubleshooting
Common Issues
Python version too old:
Missing API key: