azae
v0.1.0
Published
The AI-Native Programming Language
Downloads
123
Readme
Azalea - The AI-Native Programming Language
Azalea is a revolutionary programming language with Large Language Models embedded in the runtime. It replaces traditional glue code with semantic instructions, features self-healing execution, and includes autonomous agent primitives.
Key Features
- AI-Aware Compiler: Instructions like
import aigenerate code on the fly. - Semantic Search:
rag "query"built-in for vector retrieval. - Agent Loops:
agent Name: ...creates autonomous loops with memory. - Data Inspector:
inspect(var)uses AI to explain runtime state. - Self-Healing: Runtime errors trigger automatic AI analysis and suggestion.
Installation
Install the official compiler and CLI tool via NPM:
npm install -g azaeUsage
Create a file named main.az:
fn main():
# Generate a module for game logic
import ai "chess_utils"
# Use an autonomous agent
agent PlayerOne:
ai "Make a move"
rag "How does the pawn move?"Run it:
azae main.azVS Code Extension
Install "Azalea AI" from the VS Code marketplace for full syntax highlighting and AI integration.
License
MIT © 2025 Azalea Team
