Awesome AI AgentsLLM-Powered Platforms

alibaba/open-code-review

⭐ 23659 Go added to this list on 2026-06-22 repository created 2026-05-18

Open Code Review is an AI-powered command-line interface (CLI) tool designed for automated code review. Developed and battle-tested at Alibaba Group, it has been used internally for over two years, serving thousands of developers and identifying millions of code defects on a massive scale before being open-sourced. The tool employs a unique hybrid architecture that combines deterministic engineering principles with a powerful LLM agent. Its core functionality involves reading Git diffs, sending changed files to a configurable Large Language Model (LLM) via a purpose-built agent. This agent is equipped with tool-use capabilities, allowing it to generate structured review comments with line-level precision. Unlike general-purpose agents that might "cut corners" or suffer from position drift and unstable quality, Open Code Review emphasizes deterministic processes for critical steps. This includes precise file selection, smart file bundling (e.g., grouping related localization files), fine-grained rule matching, and external positioning/reflection modules to ensure accuracy and reduce false positives. The LLM agent component focuses on dynamic decision-making and context retrieval, utilizing scenario-tuned prompts and a specialized toolset optimized for code review. This approach leads to higher precision and F1 scores in benchmarks compared to general-purpose agents, while significantly reducing token consumption and review time. The project offers installation via npm, GitHub releases, or source, and provides configuration options for various LLMs, making it a flexible solution for enhancing code quality and developer efficiency.

https://github.com/alibaba/open-code-review

agentcode-reviewcode-review-assistantharnessrepository-level-contextai-poweredclialibaballmstatic-analysis

Also in LLM-Powered Platforms

koala73/worldmonitor

World Monitor is a real-time global intelligence dashboard for AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface.

hiyouga/LlamaFactory

LLaMA Factory is a unified platform for efficient fine-tuning and deployment of over 100 large language and vision-language models, supporting advanced training methods, scalable resource management, and fast inference with broad industry adoption.

FoundationAgents/OpenManus

OpenManus is an open-source platform that enables users to create and run intelligent agents using large language models without restrictive access, supporting multiple agents and easy configuration for diverse AI applications.

hugohe3/ppt-master

AI-powered tool that generates natively editable PowerPoint presentations, complete with animations and audio narration, from any document, supporting custom .pptx templates.

zhayujie/CowAgent

CowAgent is an open-source, multi-model AI assistant and agent harness that autonomously plans tasks, utilizes skills, and learns with memory and knowledge, supporting various LLMs and communicatio...

janhq/jan

Jan is an open-source, privacy-focused ChatGPT alternative that runs large language models locally on your computer with optional cloud integration and custom AI assistant capabilities.

MadsLorentzen/ai-job-search

AI Job Search is a powerful, local AI application framework leveraging Claude Code to automate job application tasks, including evaluating postings, tailoring CVs and cover letters, and preparing f...

agno-agi/agno

Agno is a lightweight, model-agnostic library for building advanced AI agents with memory, knowledge, tools, and reasoning capabilities, supporting multi-modal inputs and outputs and featuring an advanced multi-agent architecture.