AntonOsika/gpt-engineer
gpt-engineer is an open-source CLI platform that enables users to generate and improve software code through natural language instructions using AI models, supporting various AI backends and community collaboration.
Awesome AI Agents › Smart Contract Platforms
GPT-Migrate is a sophisticated tool designed to facilitate the migration of codebases from one programming language or framework to another with ease. This project addresses the complex, costly, and time-consuming challenge of codebase migration by leveraging the power of large language models (LLMs), particularly GPT-4, to automate and streamline the process. The tool operates by first creating a Docker environment tailored to the target language or framework, then analyzing the source code to identify dependencies and corresponding equivalents in the target environment. It recursively reconstructs the codebase starting from a specified entry point, ensuring that the migrated code maintains the original functionality. The migration process is enhanced by iterative debugging and testing phases. GPT-Migrate can generate unit tests using Python's unittest framework and validate these tests against the original application if it is running and accessible. This ensures that the migrated code behaves as expected. The tool supports customization through various command-line options, allowing users to specify source and target languages, directories, entry points, testing files, and even stylistic guidelines for the migration. It also supports GPT-assisted debugging, where the tool uses logs, error messages, and file context to iteratively improve the migrated code. Installation is straightforward with Docker and Poetry, and the tool requires API keys for OpenRouter or OpenAI to access the language models. GPT-Migrate is designed to be used responsibly, as the migration process can be resource-intensive. The project is open-source and licensed under MIT, encouraging community collaboration to improve and extend its capabilities. Overall, GPT-Migrate represents a significant advancement in automating codebase migration, reducing manual effort, and minimizing errors during the transition between different programming environments.
https://github.com/joshpxyne/gpt-migrate
gpt-engineer is an open-source CLI platform that enables users to generate and improve software code through natural language instructions using AI models, supporting various AI backends and community collaboration.
GPT Pilot is an AI-powered developer companion that automates the creation of fully working, production-ready applications by simulating a multi-agent software development team and providing comprehensive coding, debugging, and review capabilities.
Devika is an open-source agentic AI software engineer that understands high-level instructions, researches information, and writes code to autonomously achieve software development objectives.
Sphere is a Web3 wallet and agent platform for the Unicity network, providing a dual-layer crypto wallet, direct messages, group chat, and an integrated marketplace.
DevOpsGPT is an AI-driven software development automation system that uses large language models combined with DevOps tools to convert natural language requirements into working software, improving efficiency and accelerating delivery.
Potpie is an open-source platform that creates AI agents specialized in your codebase to automate code analysis, testing, debugging, and development tasks, enhancing software engineering productivity.
Amazon Q Developer CLI enhances terminal productivity on macOS and Linux by providing IDE-style autocomplete, natural language chat, contextual awareness, and AI-driven automation for popular command-line tools.
Claude Code MCP Server is an MCP server that enables AI agents to use Claude Code in one-shot mode with permissions bypassed, enhancing code editing, generation, and file management capabilities.