Run Navi Agent in 2 Minutes
With Python, uv, and an OpenAI-compatible API key ready, the setup itself
takes about two minutes. The first package download may take longer depending
on your network.
Before you start
- Python 3.11 or newer
uv- An OpenAI-compatible model name, API key, and endpoint
1. Install
Install the latest version from GitHub:
2. Initialize
Create ~/.navi-agent/config.yaml:
3. Configure the model
Edit the generated configuration with your model credentials:
Verify the configuration:
4. Run
Start an interactive session in your project directory:
Or run a single prompt:
The startup directory is the authoritative workspace. To grant access to an additional directory, add it explicitly:
Multiple --add-dir options may be provided.
Next steps
- Review the CLI and slash commands.
- Understand permissions before using
--yolo. - Configure the Weixin gateway for remote access.