AutoDev

Active
GitHub Kotlin MPL-2.0

Description

The AI-native Multi-Agent development platform built on Kotlin Multiplatform, covering all 7 phases of SDLC. Supports automated code generation, testing, deployment, documentation and full development workflow.

Key Features

  • Cross-platform development environment built on Kotlin Multiplatform covering JVM/Android/iOS/Web
  • Five core agents: Document, Coding, Code Review, ChatDB, and Artifact agents
  • SubAgent architecture: analysis, error recovery, chart, codebase investigation micro-agents
  • Automatic AGENTS.md discovery with project rule injection into prompts
  • MCP and A2A protocol support with multiple LLM provider integration
  • Tree-sitter code parsing for Java/Kotlin/Python/JS/TS/Go/Rust/C#

Use Cases

💡 Automated code generation and review across full-stack development workflows
💡 Natural language database querying and SQL generation data workflows
💡 Rapid prototyping with HTML/React/Node.js artifact generation
💡 Document-driven requirement analysis and feature tree generation
💡 IDE-intelligent codebase architecture analysis and refactoring suggestions

Quick Start

Install the AutoDev plugin in IntelliJ IDEA, or install the CLI tool via npm install -g @xiuper/cli. AutoDev will automatically discover AGENTS.md rules when you open a project, ready for AI-assisted coding.

Related Projects