林义章
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
shenchucheng
991bfd6f68
Fix: Correct regex pattern to accurately match code blocks in Markdown
2024-06-18 11:57:49 +08:00
shenchucheng
93e4c12610
add thought stream report
2024-06-18 11:54:29 +08:00
莘权 马
173dd8a813
feat: rfc243
2024-06-18 10:40:11 +08:00
莘权 马
99b753a644
feat: rfc243
2024-06-18 10:36:55 +08:00
莘权 马
4dfe6ef26f
feat: rfc243
2024-06-18 10:33:15 +08:00
林义章
b056be5384
Merge branch 'role_zero_impr' into 'mgx_ops'
...
TL's repetitive assignment of tasks
See merge request pub/MetaGPT!173
2024-06-17 13:56:59 +00:00
garylin2099
2083233d41
optimize direct chat logic
2024-06-17 20:49:37 +08:00
莘权 马
b71af7b46a
fixbug: no comments
2024-06-17 16:04:43 +08:00
garylin2099
e450a37daf
a temp rule to fix TL's repetitive task assignment
2024-06-17 15:49:48 +08:00
garylin2099
5d70c061e3
some formatting
2024-06-17 15:46:45 +08:00