MetaGPT/metagpt/roles
2024-04-30 18:43:22 +08:00
..
di bugfix for run_command and add a switch for routing 2024-04-30 18:43:22 +08:00
__init__.py make the rag module optional 2024-03-22 11:15:31 +08:00
architect.py feat: replace Role._observe(ignore_memory) with Role.enable_memory 2024-04-29 15:29:26 +08:00
assistant.py fixbug: llm.aask unit test failed 2024-03-05 14:14:23 +08:00
customer_service.py add extra role/actions' ser&desr unittest 2023-12-29 13:05:58 +08:00
engineer.py refactor: PEP8 2024-04-30 12:17:37 +08:00
invoice_ocr_assistant.py modify add action to set action 2024-01-11 16:19:52 +08:00
product_manager.py feat: replace Role._observe(ignore_memory) with Role.enable_memory 2024-04-29 15:29:26 +08:00
project_manager.py feat: replace Role._observe(ignore_memory) with Role.enable_memory 2024-04-29 15:29:26 +08:00
prompt.py refactor: pre-commit run --all-files 2023-11-22 16:26:48 +08:00
qa_engineer.py feat: add action.set_context(self.context) to Role._init_action 2024-04-29 19:52:52 +08:00
researcher.py modify add action to set action 2024-01-11 16:19:52 +08:00
role.py feat: add metadata {"agent":xx} to assistant message 2024-04-30 12:32:03 +08:00
sales.py rag pipeline 2024-03-08 00:40:55 +08:00
searcher.py remove global config in the search/browser engine 2024-02-01 16:47:29 +08:00
sk_agent.py modify add action to set action 2024-01-11 16:19:52 +08:00
teacher.py feat: remove Context.options 2024-01-12 17:43:14 +08:00
tutorial_assistant.py modify add action to set action 2024-01-11 16:19:52 +08:00