2 مستودعات
Environments that use container isolation to run code and automatically apply fixes based on system log analysis.
Distinct from Managed Code Analyzers: Distinct from static analyzers or ingestion services; combines runtime execution with automated source modification.
Explore 2 awesome GitHub repositories matching development tools & productivity · Containerized Code Debuggers. Refine with filters or upvote what's useful.
gpt-migrate is an automated system that uses large language models to translate source code between different programming languages and frameworks. It serves as a tool for language migration and code refactoring, transforming codebases while maintaining the original project structure. The project employs a containerized execution loop to run migrated code in isolated environments. It captures runtime stack traces and logs to automatically identify and fix errors through an iterative refinement cycle, modifying files until the application functions. To ensure functional parity, the system syn
Provides a containerized environment that runs migrated code and automatically fixes errors by analyzing system logs.
gpt-migrate is an automated code migration tool that uses large language models to translate source code and project structures between different programming languages. It functions as an automated code translator that converts codebases across frameworks while mapping compatible third-party dependencies. The system includes a containerized code validator to ensure functional parity by executing unit tests within isolated environments. It also operates as an automated debugging agent that analyzes execution logs and edits source files to resolve bugs in the translated code. The tool covers c
Provides an isolated environment that executes unit tests and applies automated fixes based on system log analysis.