-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new #469
base: main
Are you sure you want to change the base?
new #469
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”),
|
No description provided.