Open
Conversation
feat: Add initial implementation of the MetaDeveloper role for TaskWeaver - Define the architecture of the TaskWeaver extension in a new documentation file. This file outlines the structure and functionality of the three phases: analysis, generation, and debugging. - Add an initialization file for the `meta_developer` module to enable TaskWeaver to recognize the new MetaDeveloper role. - Implement the main file for the MetaDeveloper role, orchestrating the three phases (analysis, generation, debugging) and facilitating communication with the Planner. - Create the analysis phase implementation, responsible for analyzing the project's source code, structure, and generating specific analysis tools. - Add the code generation phase implementation, which generates application code based on the analysis results. - Implement the debugging and improvement phase, responsible for creating custom debugging tools for the generated application. - Include a configuration file for the MetaDeveloper role, defining parameters and available options. - Provide an example usage file demonstrating how to use the MetaDeveloper role to develop a simple application using the three phases. This commit establishes the foundation for the MetaDeveloper role, enabling structured development and analysis workflows within TaskWeaver. ```
feat(meta_developer): initial implementation of the MetaDeveloper role and its core components - Added `attachment_type.py` to define the `AttachmentType` enum, specifying attachment types for analysis, generation, and debugging. - Created `__init__.py` for the `meta_developer` module to register the MetaDeveloper role with TaskWeaver. - Implemented `meta_developer.py` as the main orchestrator for the MetaDeveloper role, managing the analysis, generation, and debugging phases, and communicating with the Planner. - Added `analysis_phase.py` to handle source code analysis, extracting structural and functional information, and generating analysis reports. - Added `generation_phase.py` to handle application code generation based on analysis results. - Added `debugging_phase.py` to handle debugging and improvement of the generated code. - Created `config.py` to define configuration parameters and options for the MetaDeveloper role. - Added a `README.md` to document the MetaDeveloper role, its architecture, phases, and usage instructions. - Provided an example usage script demonstrating how to use the MetaDeveloper role to develop a simple application. This commit establishes the foundational structure and functionality for the MetaDeveloper role, enabling its integration and use within the TaskWeaver ecosystem. ```
TaskWeaver Multi-language Development Assistant
|
@morgan7street please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.