Skip to main content

1. Install from PyPI

This installs Loom and registers the loom CLI command.

2. Install from Source (optional)

If you prefer to install from source:
For development mode with testing and linting tools, run pip install -e ".[dev]" instead.

3. Initialize & Configure

This creates the files Loom needs to run: Then configure your LLM provider (pick one):
Open configs/loom.yaml and set api_key, model, base_url:

4. Verify installation

These examples run without an API key:

5. Run with LLM

Requires a configured API key:

Next Steps

Python API

Learn how to use Loom programmatically.

CLI Reference

Explore the full command-line interface.

Service Management

Run Loom as a daemon with auto-start on boot.

Schema Templates

Use preset templates or create your own.

Configuration

Customize LLM provider, persistence, and more.