Commit graph

123 commits

Author SHA1 Message Date
王同贵
ce6b8a95dd Merge remote-tracking branch 'origin/main' into dev/wtg
# Conflicts:
#	metagpt/config.py
#	metagpt/provider/openai_api.py
2023-08-10 20:46:56 +08:00
stellaHSR
2e1e647628
Merge pull request #161 from shenchucheng/main
Feature/researcher
2023-08-10 20:21:24 +08:00
stellaHSR
9ee2421aec
Merge pull request #144 from jansalvador/main-1
Update run_code.py
2023-08-10 20:18:51 +08:00
shenchucheng
fc88a0edd5 Updated docstring for the prompt_template in the generate_prompt_chunk function 2023-08-09 21:55:46 +08:00
shenchucheng
f13d433f78 warning if using the Researcher role with an untested language 2023-08-09 21:50:42 +08:00
shenchucheng
e43ae21d98 Optimize: Update certain prompt formats. 2023-08-09 20:28:31 +08:00
shenchucheng
25d2621198 add Researcher role 2023-08-08 22:59:26 +08:00
王同贵
90c687bbea fix on using loguru, but not logging 2023-08-08 20:43:55 +08:00
MORDECAI ETUKUDO
ed644be4f5
Translation of chinese comment to english for easy understanding 2023-08-08 12:44:33 +01:00
MORDECAI ETUKUDO
2f037cbb00
Translate chinese to english comment 2023-08-08 12:38:31 +01:00
MORDECAI ETUKUDO
556c428c3f
Translate all Chinese comment to english for easy understanding by non chinese developer 2023-08-08 12:34:13 +01:00
MORDECAI ETUKUDO
2ec1425486
Update llm.py comment form chinese to english
Added and english translation of the chinese version for the comments
2023-08-08 12:31:57 +01:00
MORDECAI ETUKUDO
a22643dbd8
Translate all Chinese comment to english for easy understanding by non chinese developer 2023-08-08 11:54:31 +01:00
MORDECAI ETUKUDO
f7d8fb3889
Translation of chinese comment to english for easy understanding 2023-08-08 11:47:17 +01:00
王同贵
ec4c773c80 adjust "timeout" config param into _cons_kwargs 2023-08-08 18:26:15 +08:00
shenchucheng
ede23b2fe9 Unified WebPage object return for the WebBrowserEngine API 2023-08-08 12:57:04 +08:00
shenchucheng
c62c870ab9 Unified Search Engine API with support for returning structured data. 2023-08-08 12:56:37 +08:00
stellaHSR
930d18962f
Merge pull request #124 from shenchucheng/main
add write docstring action
2023-08-08 11:31:12 +08:00
jansalvador
d0e2c2300a
Update run_code.py
Typo
2023-08-07 17:46:16 +02:00
shenchucheng
8b1fff2215 add docs for write_docstring.py and parse python code with retry 2023-08-07 20:58:01 +08:00
voidking
7fc5dd9da2 bugfix: #128 Delete special charactors at filename 2023-08-07 17:00:30 +08:00
王同贵
8da952a04c 1. use English as much as possible.
2. handle callback in function, no need to set reraise=True in "@retry"
3. fix log format in loguru
2023-08-07 16:26:52 +08:00
shenchucheng
50cdba3052
Update write_docstring.py to make the template of the prompt more clear 2023-08-07 10:16:00 +08:00
geekan
0601ad9c76
Merge pull request #123 from alitrack/main
Fixed: Removed quotes in workspace path
2023-08-07 09:39:12 +08:00
shenchucheng
cfb26155c6
Update write_docstring.py to fix wrong word 2023-08-07 01:29:25 +08:00
shenchucheng
6c0531347f add docs for metagpt/actions/write_docstring.py 2023-08-06 19:45:06 +08:00
shenchucheng
bec5778dd0 add write docstring action 2023-08-06 18:10:37 +08:00
stellaHSR
a5cb2fdd48
Merge pull request #77 from garylin2099/qa_engineer_test_run_code
Add a qa engineer to write tests and run tests
2023-08-06 16:26:09 +08:00
hy.li
1c3e816996 Fixed: Removed quotes in workspace path 2023-08-06 15:27:21 +08:00
王同贵
6b9d5ef02f optimize openai api retry mechanism and error logging.
reason: Some guys meet the network issue like "443 error, Connect error"
2023-08-06 13:35:36 +08:00
femto
976576fb6d fix for incorrect parse_tasks and parse_workspace 2023-08-05 13:00:13 +08:00
hy.li
e48ecfd9fd remove:NO_GUI, IS_DOCKER 2023-08-04 16:32:43 +08:00
王同贵
fcc5a279ef optimize logging for network issues.
reason: Some guys meet the network issue like "443 error, Connect error"
2023-08-04 15:00:50 +08:00
yzlin
ab470e5655 add a switch args and rm redundant recv 2023-08-04 12:20:30 +08:00
hy.li
1c3a714ad3 new env:NO_GUI 2023-08-03 19:31:21 +08:00
Steven Lee
7b9c85b1a2 Optimize: Avoid Chromium redundancy (Docker) 2023-08-03 09:16:17 +00:00
yzlin
e546dbd6b8 use profile as sender & fix some bugs 2023-08-03 16:00:28 +08:00
hy.li
4027733a3c options: update_costs & calc_usage 2023-08-01 21:35:14 +08:00
yzlin
144af68c09 add important logging for DebugError 2023-08-01 14:35:52 +08:00
yzlin
39a0a837dc add an important logging: the code to run 2023-08-01 12:54:24 +08:00
yzlin
8abdca3057 1. RunCode -> DebugError loop done; 2. modify default k for memory search 2023-08-01 12:16:38 +08:00
yzlin
6bf527d31e 1. record news in rc; 2. add msg sent to; 3. qa_engineer restructure 2023-07-31 02:12:34 +08:00
voidking
7526d59b79 Move puppeteer-config.json to config directory. 2023-07-30 15:45:44 +08:00
geekan
6d8a1a19ac
Merge pull request #83 from alitrack/main
Support installing mmdc locally and skipping downloading Chromium
2023-07-29 16:15:44 +08:00
geekan
af884b461f
Merge pull request #62 from LeonZh0u/dev
[bugfix] fix serper integration bug to support batch queries
2023-07-28 21:30:31 +08:00
seehi
b1dda7c0ff return store when calling faiss_store write 2023-07-28 08:47:24 +08:00
hy.li
35274ef8e7 Support installing mmdc locally 2023-07-27 22:58:19 +08:00
yzlin
84b6c2bf8a make qa_engineer, enable writetest and runcode 2023-07-25 22:57:24 +08:00
geekan
007c8c0457
Merge pull request #69 from shenchucheng/main
Add web page scraping feature implemented by Playwright/Selenium
2023-07-25 11:28:34 +08:00
geekan
a538f9a3ca
Merge pull request #73 from qa6300525/2023-07-10_chengmaoyu
2023 07 10 chengmaoyu
2023-07-25 11:03:44 +08:00