Commit graph

4094 commits

Author SHA1 Message Date
林义章
f02f371af5 Merge branch 'feat-stream' into 'mgx_ops'
Use stream in Editor and Notebook

See merge request pub/MetaGPT!56
2024-05-06 03:37:28 +00:00
seehi
52e240532d format 2024-05-06 11:25:52 +08:00
seehi
14d88cc712 fix conflict 2024-05-06 11:24:35 +08:00
林义章
2cf28e5a18 Merge branch 'dynamic_think' into 'mgx_ops'
bugfix for run_command and add a switch for routing

See merge request pub/MetaGPT!87
2024-04-30 10:48:44 +00:00
yzlin
1a5c588a3f bugfix for run_command and add a switch for routing 2024-04-30 18:43:22 +08:00
林义章
66943fefd4 Merge branch 'fixbug/pygithub' into 'mgx_ops'
feat: +pygithub~=2.3

See merge request pub/MetaGPT!86
2024-04-30 10:33:40 +00:00
莘权 马
5e80aa29ff feat: +pygithub~=2.3 2024-04-30 18:20:18 +08:00
林义章
c0875d6ae8 Merge branch 'feature/at_role' into 'mgx_ops'
feat: 支持直接给软件公司各个角色发用户需求

See merge request pub/MetaGPT!84
2024-04-30 09:18:01 +00:00
莘权 马
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
yzlin
f134126a90 make tl always reply to human 2024-04-29 17:34:52 +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
莘权 马
125d043464 feat: +user requirement to Architect, ProjectManager 2024-04-29 15:07:21 +08:00
莘权 马
df36fcc929 feat: Message add the ability to generate key-values based on content 2024-04-28 23:11:49 +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
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
seehi
4c6e61b1f9 add example in ActionNode 2024-04-27 12:58:04 +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
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
洪思睿
acf371b71e Merge branch 'feature/product_manager' into 'mgx_ops'
feat: Switch react mode to by order mode

See merge request pub/MetaGPT!76
2024-04-26 07:44:38 +00:00
yzlin
ede3e36944 fix di bug, small enhancement for tl 2024-04-26 15:42:52 +08:00
莘权 马
f032d4747d feat: Switch react mode to by order mode 2024-04-26 15:32:18 +08:00
yzlin
531fe12e3f add dummy action 2024-04-26 10:41:25 +08:00
莘权 马
c5945bf0a7 feat: + get_env 2024-04-26 10:30:38 +08:00
yzlin
cd6654d013 minor update 2024-04-26 10:24:58 +08:00
yzlin
2479f75bcb add args for ask_human and reply_to_human 2024-04-26 00:53:06 +08:00
yzlin
3590cd77b6 add quick routing rule 2024-04-26 00:45:32 +08:00