Skip to main content

Quick Start Guide

Get MIU running on your system and start building AI-powered coding agents.

Prerequisites

Before you begin, ensure you have:
  • Python 3.11 or higher
  • An API key from Anthropic, OpenAI, or Google

Installation

Configuration

Set your API key for the LLM provider you want to use:
Store your API keys in a .env file in your project root for convenience.

Basic Usage

1

One-shot Query

Run a single command and get a response:
2

Interactive REPL

Start an interactive session:
3

TUI Mode

Launch the full terminal UI:
4

Custom Provider

Specify a different model:

What’s Next?

Installation Details

Explore all installation options and extras

Architecture

Learn about the modular architecture