Agentic Code Editor
Built an interactive CLI code-editing agent using a LangGraph pipeline (clarifier, analyzer, planner, editor, validator) that turns a natural-language requirement into reviewable code changes on a target project. Implemented Python AST indexing to select relevant files/snippets, and an LLM-backed planner emitting structured JSON edit operations applied with file backups, rollback, and compile-based validation with auto re-planning on failure.
// INTERVIEW ENGINE