AES AIAES AI is a local AI coding assistant for Visual Studio Code. It connects to a local Python AI agent powered by Ollama and Qwen3 14B, allowing you to work with your current VS Code project using natural language. Features
ArchitectureVS Code ↓ AES AI Extension ↓ Python AI Agent ↓ Ollama ↓ Qwen3 14B Requirements
Local AIAES AI uses a locally running Qwen3 14B model through Ollama. No external AI API is required. Usage
AES AI: Open Chat
Example: "List all files inside src" "Read package.json" "Create a login screen" "Run npm install" DevelopmentInstall dependencies: npm install Build the extension: npm run package Package the extension: npx vsce package |