Skip to content

Lamia Studio

Lamia Studio is a dedicated IDE for the Lamia programming language, built on top of VS Code. It provides syntax highlighting, code execution, debugging, and an AI-powered chat assistant for writing Lamia code.

Features

  • Syntax highlighting for .lm and .hu files
  • AI Chat that understands Lamia syntax and can help with writing code with support for Anthropic, OpenAI, Ollama, and custom LLM adapters
  • One-click run and step-by-step debugging for .lm files
  • Go to definition, hover info, references, and completions for Lamia syntax elements and functions
  • Project model discovery — models from your config.yaml files appear in the chat model selector

Quick Start

  1. Download and install Lamia Studio
  2. Open IDE with "lamia ." from a project directory or by launching the "Lamia Studio"
  3. Open the chat panel (Cmd+Shift+L / Ctrl+Shift+L)
  4. Configure an API key (gear icon in chat header)
  5. Start asking questions or writing Lamia code

Lamia Language Documentation

For the Lamia language itself (syntax, web automation, validation, etc.), see the Lamia Language Docs.