Commit graph

6281 commits

Author SHA1 Message Date
莘权 马
1ec7a9d969 feat: + comments 2024-04-30 14:32:45 +08:00
莘权 马
fc06cc3b1f feat: add metadata {"agent":xx} to assistant message 2024-04-30 12:32:03 +08:00
莘权 马
e37aa8e5bf feat: add metadata {"agent":xx} to assistant message 2024-04-30 12:24:30 +08:00
莘权 马
db34c6f458 refactor: PEP8 2024-04-30 12:17:37 +08:00
莘权 马
ec5b8ccfe1 feat: + AIMessage.with_agent, agent 2024-04-30 12:06:56 +08:00
莘权 马
d09fcd4703 feat: add Message.metadata for content and instruct_content 2024-04-30 11:58:35 +08:00
莘权 马
81540fe4d9 feat: merge mgx_ops 2024-04-30 11:41:37 +08:00
莘权 马
9c93da2b92 refactor: CodeParser.parse_code 2024-04-30 11:18:10 +08:00
洪思睿
ec86035d2e Merge branch 'feature/git/pr_issue' into 'mgx_ops'
feat: +git pr/issue

See merge request pub/MetaGPT!54
2024-04-30 02:42:55 +00:00
洪思睿
9e9532e0de Merge branch 'dynamic_think' into 'mgx_ops'
Add data analyst, explore agent controlling its own plan by thinking

See merge request pub/MetaGPT!83
2024-04-30 02:04:27 +00:00
莘权 马
a1eaf0b25d feat: +unit test 2024-04-29 21:25:31 +08:00
yzlin
a17804b0be renaming 2024-04-29 20:43:56 +08:00
yzlin
d56e47add7 provide example run 2024-04-29 20:28:33 +08:00
莘权 马
6379a091ce feat: +unit test 2024-04-29 20:08:46 +08:00
莘权 马
2ed47e3eb2 feat: add action.set_context(self.context) to Role._init_action 2024-04-29 19:52:52 +08:00
yzlin
5447399ecb add data analyst, explore agent controlling own plan by thinking 2024-04-29 18:47:29 +08:00
usamimeri_renko
f7b29edaf7 change log for non-streaming model 2024-04-29 17:35:58 +08:00
yzlin
f134126a90 make tl always reply to human 2024-04-29 17:34:52 +08:00
usamimeri_renko
0006b62901 resolve problem and add cost manager 2024-04-29 17:29:41 +08:00
莘权 马
3fbc85c1b3 feat: Add UserRequirement to Engineer 2024-04-29 16:55:47 +08:00
莘权 马
2723d37f1a feat: replace Role._observe(ignore_memory) with Role.enable_memory 2024-04-29 15:29:26 +08:00
kit
19cc91a38a Merge remote-tracking branch 'origin/main' 2024-04-29 15:21:13 +08:00
kit
cf9d86b832 Merge remote-tracking branch 'origin/main' 2024-04-29 15:19:42 +08:00
莘权 马
125d043464 feat: +user requirement to Architect, ProjectManager 2024-04-29 15:07:21 +08:00
usamimeri_renko
f14a1f63ef add pre-commit 2024-04-29 15:04:33 +08:00
usamimeri_renko
3f108abd06 rename bedrock class and add more tests 2024-04-29 10:46:50 +08:00
usamimeri_renko
986e3c827e fix 2024-04-29 09:37:30 +08:00
莘权 马
df36fcc929 feat: Message add the ability to generate key-values based on content 2024-04-28 23:11:49 +08:00
莘权 马
6505087c78 refactor: optimizing act_by_order mode 2024-04-28 22:01:40 +08:00
林义章
fcaee6b64f Merge branch 'dynamic_think' into 'mgx_ops'
fix critical bug: add available commands

See merge request pub/MetaGPT!82
2024-04-28 11:54:58 +00:00
usamimeri_renko
aa8e123a8e delete cache 2024-04-28 19:31:59 +08:00
usamimeri_renko
cb8e14dca8 add token counts 2024-04-28 19:30:09 +08:00
usamimeri_renko
79251cd3cd resolve problems 2024-04-28 19:18:12 +08:00
yzlin
1c215d3370 fix critical bug: add available commands 2024-04-28 18:07:59 +08:00
洪思睿
fc9e5124dc Merge branch 'feature/vault' into 'mgx_ops'
feat: Implement Chapter 2.4.2.4.2 智能体加载环境变量配置 of RFC216

See merge request pub/MetaGPT!62
2024-04-28 06:26:28 +00:00
莘权 马
997b626877 feat: rm vault 2024-04-28 14:07:31 +08:00
usamimeri_renko
98cb452911 remove opus since unavailable now and fix bug 2024-04-27 13:09:04 +08:00
seehi
4c6e61b1f9 add example in ActionNode 2024-04-27 12:58:04 +08:00
usamimeri_renko
a05d25757c fix claude streaming bug 2024-04-27 12:18:35 +08:00
usamimeri_renko
3411e7defd
Merge branch 'geekan:main' into main 2024-04-27 11:58:27 +08:00
林义章
258c197e25 Merge branch 'dynamic_think' into 'mgx_ops'
minor update: async _run_env_command

See merge request pub/MetaGPT!80
2024-04-27 03:15:27 +00:00
yzlin
1399835754 async _run_env_command 2024-04-27 11:14:08 +08:00
usamimeri_renko
6776e5cc18
Update amazon_bedrock_api.py
fix naming
2024-04-26 23:12:19 +08:00
Alexander Wu
f201b2f5f3
Merge pull request #1228 from YangQianli92/main
FIx:Correction of the calculation of the MRR indicator in the RAG benchmark
2024-04-26 23:08:06 +08:00
seehi
0c29c298c2 fix conflict 2024-04-26 21:47:43 +08:00
洪炯腾
332c4da252 Merge branch 'feat-reporter' into 'feat-stream'
add METAGPT_ROLE env var

See merge request pub/MetaGPT!78
2024-04-26 13:46:07 +00:00
shenchucheng
4384b7cdb9 add METAGPT_ROLE env var 2024-04-26 21:44:59 +08:00
洪炯腾
51a635e97e Merge branch 'feat-reporter' into 'feat-stream'
Feat reporter

See merge request pub/MetaGPT!77
2024-04-26 13:40:54 +00:00
shenchucheng
c36bfc30b1 mv reporter.py to utils 2024-04-26 21:38:07 +08:00
洪思睿
c21e16c9ac Merge branch 'dynamic_think' into 'mgx_ops'
Enable dynamic thinking & add Team Leader

See merge request pub/MetaGPT!74
2024-04-26 13:28:46 +00:00