AIML Docs

IDE Plugins

VSCode, Cursor, and Windsurf plugin

Note: This extension is an alpha preview and is under active development.

The official AIML extension for Visual Studio Code provides a rich development experience for creating deterministic, reliable AI agents and workflows using the AIML language.

Installation

You can install the extension directly from the Visual Studio Code Marketplace.

Features

  • Syntax highlighting for AIML files
  • Intelligent language server with real-time error reporting
  • Code completion for AIML tags and attributes
  • Debugging tools to visualize your agent's execution
  • JSX syntax support for a familiar developer experience
  • Embedded language support for JSON, JavaScript, and Python

Getting Started

  1. Install the extension from the VSCode marketplace
  2. Create a new file with the .aiml extension
  3. Start building your AI agent with AIML syntax
  4. Send your AIML file as the contents of a system message to any AIML enabled LLM API
Coming soon: AIML Language support for Vim, Emacs and more!

On this page