Utsarjan AI is an intelligent AI coding and development assistant integrated directly into Visual Studio Code. It provides automated code analysis, error debugging, full-stack website generation, and autonomous agent construction right within the editor.
Features
💬 Interactive Chat Participant: Access Utsarjan directly via @utsarjan in the VS Code Chat.
🛠️ Automated Error Diagnostics & Repair: Analyze tracebacks, syntax bugs, and runtime exceptions with one-click fixes.
🌐 Full-Stack Project Generator: Generate complete frontend and backend projects from natural language requirements.
🤖 Autonomous AI Agent Builder: Create, validate, and deploy LangGraph-powered micro-agents with auto-configured FastAPI endpoints.
⚡ Fast Groq Inference: Powered by ultra-fast LLM inference engines.
Getting Started
Ensure Python 3.10+ and the required Utsarjan backend dependencies are installed in your workspace.
Open the Chat view in VS Code and type:
@utsarjan create a simple FastAPI backend with authentication
or
@utsarjan fix this error in my code
Extension Commands
Utsarjan: Start - Initialize and activate the Utsarjan agent environment.