Documentation Index
Fetch the complete documentation index at: https://docs.loom.teamecho.ai/llms.txt
Use this file to discover all available pages before exploring further.
1. Install from PyPI
loom CLI command.
2. Install from Source (optional)
If you prefer to install from source:3. Initialize & Configure
| File | Purpose |
|---|---|
configs/loom.yaml | Your config — edit this to set LLM provider, model, etc. |
templates/general.json | Built-in general template (editable) |
templates/roleplay.json | Built-in roleplay template (editable) |
- YAML Config
- Environment Variables
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.