Commit graph

6314 commits

Author SHA1 Message Date
莘权 马
dc3193751d feat: +uri 2024-06-25 14:17:47 +08:00
shenchucheng
bd675d5178 add view_page_element_to_scrape tool 2024-06-25 11:04:43 +08:00
林义章
54e7ecd227 Merge branch 'feat-opt-engineer2' into 'mgx_ops'
add example to engineer

See merge request pub/MetaGPT!184
2024-06-25 02:51:26 +00:00
shenchucheng
877b06bfdc browser report 2024-06-25 10:26:39 +08:00
林义章
2f3bb0e697 Merge branch 'data_analyst_ldy' into 'mgx_ops'
restrict to json lang

See merge request pub/MetaGPT!180
2024-06-25 02:17:21 +00:00
shenchucheng
f870cbb45b add a11y tree browser tool 2024-06-24 21:53:18 +08:00
hongjiongteng
5d0e99bb5d add example to engineer 2024-06-24 21:22:43 +08:00
林义章
fab0860a7c Merge branch 'role_zero_impr' into 'mgx_ops'
add alias to tolerate fault for architect

See merge request pub/MetaGPT!181
2024-06-24 03:01:49 +00:00
garylin2099
e44f4739f1 add alias to tolerate fault for architect 2024-06-24 10:59:06 +08:00
莘权 马
2c69ce4f9c Merge branch 'gitlab/mgx_ops' into feature/rfc243 2024-06-24 10:28:04 +08:00
林义章
b1677d7852 Merge branch 'feat-opt-engineer2' into 'mgx_ops'
add code_review tool to engineer2 to enhance code effectiveness

See merge request pub/MetaGPT!175
2024-06-24 02:17:10 +00:00
hongjiongteng
9454c4dfd6 update prompt 2024-06-23 23:01:25 +08:00
better629
9f8f0a27fd
Merge pull request #1324 from usamimeri/for_config
optimize error message when validating api_key failed
2024-06-22 14:59:01 +08:00
usamimeri_renko
76b009513a
Update llm_config.py 2024-06-22 14:57:47 +08:00
better629
116d3e96f5
Merge pull request #1360 from usamimeri/for_qianfan
update qianfan and dashscope version
2024-06-22 14:47:05 +08:00
better629
5fbc5b7688
Merge pull request #1284 from usamimeri/update_qwen
update qwen token count
2024-06-22 14:39:54 +08:00
hongjiongteng
7f73279969 update prompt 2024-06-21 19:56:16 +08:00
hongjiongteng
17e606e1c3 update prompt 2024-06-21 18:13:47 +08:00
hongjiongteng
0f65ff5cb0 change parameter names 2024-06-21 16:31:10 +08:00
hongjiongteng
cc500edb37 Merge branch 'mgx_ops' into feat-opt-engineer2 2024-06-21 15:25:29 +08:00
hongjiongteng
bd3b4dc8c0 update action name 2024-06-21 15:25:00 +08:00
Wei-Jianan
df0d6de5fd [upd] support claude-3.5-connet 2024-06-21 02:35:59 +00:00
usamimeri_renko
e288177825 update claude3.5-sonnet 2024-06-21 00:13:49 +08:00
hongjiongteng
a48ccfdcf9 move RewriteCode to actions/write_code_review.py 2024-06-20 20:09:25 +08:00
usamimeri_renko
cb89295db8
Update requirements.txt 2024-06-20 17:05:23 +08:00
lidanyang
97e9409ead restrict to json lang 2024-06-20 16:42:23 +08:00
usamimeri_renko
4797c91168
Update latest qwen price and max token 2024-06-20 16:33:54 +08:00
hongjiongteng
050bec2ccf update prompt 2024-06-20 15:40:56 +08:00
hongjiongteng
6c4cb765c7 reuse write_code_review_and_rewrite 2024-06-20 14:54:01 +08:00
hongjiongteng
896c7d8d4c rewrite_code accept content or file_path of design doc 2024-06-20 13:03:51 +08:00
hongjiongteng
76f0d5aad8 update comment 2024-06-20 12:31:38 +08:00
hongjiongteng
256e73e878 rewrite_code accept content or file_path of design doc 2024-06-20 12:29:37 +08:00
hongjiongteng
0d3187e308 update 2024-06-20 11:32:07 +08:00
林义章
329f078b9a Merge branch 'role_zero_impr' into 'mgx_ops'
fix da not responded to new req; rm user_req attribute from rolezero

See merge request pub/MetaGPT!176
2024-06-20 03:22:17 +00:00
garylin2099
519d843287 Merge branch 'mgx_ops' into role_zero_impr 2024-06-20 11:21:18 +08:00
hongjiongteng
7538e715ed opt engineer2 2024-06-20 10:36:19 +08:00
hongjiongteng
599eecf1f4 opt engineer2 2024-06-20 10:34:20 +08:00
usamimeri_renko
b9c6c91cfe update qianfan version 2024-06-20 10:28:26 +08:00
Kaushal_26
e56c06dafc feat: Integration of MetaGPT with UI framework, Chainlit
- MetaGPT on UI Integrated using Chainlit:
  https://github.com/Chainlit/chainlit, as it gives flexibility
- We can send an "idea" from UI as "Create a 2048 Game".
- Added 2 chat starters, so easily clickable to run the idea.
- Changed Team.env to use ChainlitEnv instead of Environment for
  chainlit configuration
2024-06-20 01:55:42 +05:30
hongjiongteng
942a6d61bb opt engineer2 2024-06-19 23:41:09 +08:00
Igor Pechersky
1028184a1f Got error from SerpAPI: Google hasn't returned any results for this query. 2024-06-19 10:04:12 +00:00
Igor Pechersky
223a018083 https://github.com/geekan/MetaGPT/issues/1356 2024-06-19 09:46:41 +00:00
garylin2099
30286ce4b8 fix da not responded to new req; rm user_req attribute from rolezero 2024-06-19 16:04:55 +08:00
hongjiongteng
47df4c09ba add code_review tool to engineer2 to enhance code effectiveness 2024-06-19 15:42:07 +08:00
莘权 马
1a9c88c8aa fixbug: detect interactions 2024-06-19 12:02:29 +08:00
hongjiongteng
63a41ba81d add code_review tool to engineer2 to enhance code effectiveness 2024-06-18 21:35:46 +08:00
huang-jl
dcea8b71c8 fix: invoice ocr assistant
Currently, the invoice_ocr_assistant example cannot run, it will
complain about the index out of range exceptions. The problem comes from
adding actions in _act() but do not update the state and max_react_loop.

The solution is copied from tutorial_assistants.py.
2024-06-18 16:01:53 +08:00
林义章
70b69717f9 Merge branch 'feature-stream-parse' into 'mgx_ops'
Feature stream parse

See merge request pub/MetaGPT!174
2024-06-18 06:56:29 +00:00
shenchucheng
9d06f9f4f8 Handle potential incorrect newline representations in FileWriter.write() 2024-06-18 14:39:12 +08:00
shenchucheng
351cf18c3a Refactor: Update message publishing logic to handle multiple recipients 2024-06-18 12:01:53 +08:00