alibaba/arthas
Arthas is an open-source Java diagnostic tool by Alibaba that enables real-time production troubleshooting and performance monitoring without code changes or JVM restarts.
Awesome AI Agents › Code Automation and Testing
Qodo-Cover is an AI-powered tool designed to automate and enhance the generation of unit tests to improve code coverage in software projects. It leverages advanced Generative AI models to streamline the testing process, making it more efficient and effective. The tool can be run locally as a command-line interface (CLI) or integrated into GitHub Continuous Integration (CI) workflows, allowing developers to automatically generate qualified tests that extend code coverage. This helps ensure higher software quality and reliability by identifying untested parts of the codebase and generating tests to cover them. The system consists of several key components: a Test Runner that executes test suites and generates code coverage reports, a Coverage Parser that validates increases in code coverage, a Prompt Builder that collects necessary data from the codebase to create prompts for the AI model, and an AI Caller that interacts with Large Language Models (LLMs) to generate new tests based on the prompts. Qodo-Cover supports multiple programming languages, including Python, Go, and Java, with examples and setup instructions provided for each. Installation can be done via Python Pip or by downloading standalone binaries, making it flexible for different development environments. The tool requires an OpenAI API key to access the AI services and a code coverage report in Cobertura XML format to function correctly. It is actively developed with community collaboration encouraged to extend its capabilities and improve support for additional coverage report types. Qodo-Cover is part of a broader suite of utilities aimed at automating unit test creation and is positioned as a cutting-edge solution in the automated test generation domain. It is suitable for developers and researchers interested in improving test coverage and exploring new test-generation techniques using AI. The project is open-source, licensed under AGPL 3.0, and includes active community engagement through Discord and Twitter channels.
https://github.com/qodo-ai/qodo-cover
Arthas is an open-source Java diagnostic tool by Alibaba that enables real-time production troubleshooting and performance monitoring without code changes or JVM restarts.
SWE-agent is an autonomous software engineering tool that uses large language models to automatically fix GitHub issues, perform web tasks, and solve cybersecurity challenges, achieving state-of-the-art results in automated software repair and offensive cybersecurity.
Judge0 is a robust, scalable, and open-source online code execution system that supports over 60 programming languages and is designed for easy integration into various applications.
BuilderIO/micro-agent is an AI-powered tool that writes and iteratively refines code by generating tests and ensuring all test cases pass, focusing on reliable test-driven development.
Shippie is an AI-powered extensible code review agent that integrates into CI/CD pipelines to automatically detect code issues and improve software delivery speed.
Agentless is an open-source project that automatically solves software development problems through a three-phase process of fault localization, repair, and patch validation, achieving competitive results on SWE-bench benchmarks.
Command-line orchestrator that drives coding agent CLIs through an executor-verifier loop, so the agent that wrote a change is never the one that declares it correct.
Shell CLI that runs Claude Code in a continuous loop, opening a pull request per iteration, watching CI, merging or discarding the work, and carrying context forward through a shared markdown file.