MetaGPT/metagpt/actions
geekan 59586f30d6
Merge pull request #628 from iorisa/fixbug/role/assistant
fixbug: 修复通用智能体role及其相关的TalkAction和SkillAction
2023-12-25 23:14:21 +08:00
..
__init__.py refine code. move azure tts to tool, refactor actions 2023-12-20 14:18:11 +08:00
action.py add test 2023-12-23 19:49:09 +08:00
action_node.py fixbug: timeout & prompt_format 2023-12-24 12:30:08 +08:00
action_output.py refactor action_output and action_node 2023-12-20 14:16:04 +08:00
add_requirement.py feat: merge geekan:cli-etc 2023-11-28 18:16:50 +08:00
clone_function.py fix code bugs 2023-12-25 23:13:25 +08:00
debug_error.py run pre-commit to find potential issues and fix them 2023-12-21 10:48:46 +08:00
design_api.py fix prompt_schema 2023-12-24 15:41:35 +08:00
design_api_an.py use typing.List instead of list 2023-12-20 15:20:39 +08:00
design_api_review.py add non-software role/action BaseModel 2023-12-23 19:36:42 +08:00
execute_task.py refine code 2023-12-25 23:13:25 +08:00
fix_bug.py refine code 2023-12-25 23:13:25 +08:00
generate_questions.py add non-software role/action BaseModel 2023-12-23 19:36:42 +08:00
invoice_ocr.py fix 2023-12-23 19:39:16 +08:00
prepare_documents.py run pre-commit to find potential issues and fix them 2023-12-21 10:48:46 +08:00
prepare_interview.py add non-software role/action BaseModel 2023-12-23 19:36:42 +08:00
project_management.py fix prompt_schema 2023-12-24 15:41:35 +08:00
project_management_an.py use typing.List instead of list 2023-12-20 15:20:39 +08:00
rebuild_class_view.py fix prompt_schema 2023-12-24 15:41:35 +08:00
rebuild_class_view_an.py feat: +pylint class view 2023-12-21 12:09:39 +08:00
research.py feat: merge geekan:dev 2023-12-24 12:52:30 +08:00
run_code.py run pre-commit to find potential issues and fix them 2023-12-21 10:48:46 +08:00
search_and_summarize.py add #TOTEST flag 2023-12-25 18:00:49 +08:00
skill_action.py Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-25 22:39:17 +08:00
summarize_code.py add #TOTEST flag 2023-12-25 18:00:49 +08:00
talk_action.py Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-25 22:39:17 +08:00
write_code.py rebase update after #589 2023-12-20 16:01:17 +08:00
write_code_an_draft.py refine action node and add some experiment 2023-12-21 11:03:21 +08:00
write_code_review.py tuning performance 2023-12-23 19:39:16 +08:00
write_docstring.py add non-software role/action BaseModel 2023-12-23 19:36:42 +08:00
write_prd.py fix prompt_schema 2023-12-24 15:41:35 +08:00
write_prd_an.py use typing.List instead of list 2023-12-20 15:20:39 +08:00
write_prd_review.py remove useless code and format code 2023-12-19 15:53:14 +08:00
write_review.py add non-software role/action BaseModel 2023-12-23 19:36:42 +08:00
write_teaching_plan.py fixbug: 修改Teacher role相关结构 2023-12-25 16:14:50 +08:00
write_test.py fixbug: WriteTest failed 2023-12-25 13:18:45 +08:00
write_tutorial.py solve conflict 2023-12-23 19:37:23 +08:00