mannaandpoem
|
5af94ae133
|
update comment in get_codes function
|
2024-01-24 17:51:17 +08:00 |
|
mannaandpoem
|
e761612aec
|
Merge remote-tracking branch 'origin/dev_incremental' into dev_incremental
# Conflicts:
# metagpt/actions/write_code.py
|
2024-01-24 17:47:57 +08:00 |
|
mannaandpoem
|
92384d77dd
|
update comment in get_codes function
|
2024-01-24 17:40:12 +08:00 |
|
mannaandpoem
|
db8ae71afa
|
update comment in get_codes function
|
2024-01-24 17:17:40 +08:00 |
|
mannaandpoem
|
3450c240c9
|
remove mode of get_codes function
|
2024-01-24 16:44:10 +08:00 |
|
mannaandpoem
|
e42dc522c2
|
Fix bug in WriteCode
|
2024-01-24 10:59:32 +08:00 |
|
mannaandpoem
|
62c128602f
|
1. update bug of getting requirement_doc
2. modify prompt
|
2024-01-24 09:51:18 +08:00 |
|
mannaandpoem
|
0e4197395d
|
1. update CodePlanAndChangeContext in schema.py
2. add 'await' word in _update_prd function of write_prd.py
|
2024-01-23 21:35:36 +08:00 |
|
mannaandpoem
|
32f9fbb46b
|
Merge branch 'dev' into dev_incremental
|
2024-01-23 09:39:43 +08:00 |
|
geekan
|
8b13783085
|
add rsp cache
|
2024-01-22 19:34:06 +08:00 |
|
geekan
|
7f78c56ad7
|
Merge pull request #784 from iorisa/feature/remove_global_context
feat: Replace `CONTEXT` with `Context()`
|
2024-01-22 19:12:53 +08:00 |
|
geekan
|
246d88748e
|
update rsp cache
|
2024-01-22 19:11:33 +08:00 |
|
geekan
|
452f6e2c38
|
fix bugs
|
2024-01-22 18:52:55 +08:00 |
|
莘权 马
|
e8b3e6762b
|
feat: replace global CONTEXT with Config()
fixbug: unit test
|
2024-01-22 18:01:40 +08:00 |
|
geekan
|
bcfb7e0543
|
Merge pull request #782 from shenchucheng/fix-pybrowsers-dep
fix pybrowsers not found
|
2024-01-22 16:24:28 +08:00 |
|
shenchucheng
|
47af1967b4
|
fix pybrowsers not found
|
2024-01-22 15:45:19 +08:00 |
|
geekan
|
f3d295787e
|
resolve zhipu 2.0.1
|
2024-01-22 15:37:00 +08:00 |
|
莘权 马
|
ff314388bb
|
Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev
|
2024-01-22 15:36:11 +08:00 |
|
mannaandpoem
|
767826e87a
|
Merge branch 'dev' into dev_origin
|
2024-01-22 13:52:26 +08:00 |
|
mannaandpoem
|
76d4451fc6
|
merge main to dev
|
2024-01-22 13:50:21 +08:00 |
|
geekan
|
9d452a97fd
|
Merge pull request #768 from iorisa/feature/merge/v0.6-release
feat: Merge the modifications resulting from integrating with the agent store.
|
2024-01-22 12:12:54 +08:00 |
|
莘权 马
|
85465fe500
|
feat: +note
|
2024-01-22 11:04:03 +08:00 |
|
莘权 马
|
f15b772d77
|
feat: +note
|
2024-01-22 10:54:15 +08:00 |
|
莘权 马
|
525d94317c
|
feat: +note
|
2024-01-22 10:52:36 +08:00 |
|
莘权 马
|
bda2e06d36
|
feat: +note
|
2024-01-22 10:50:32 +08:00 |
|
莘权 马
|
8b84e269a1
|
feat: remove error print
|
2024-01-22 10:30:38 +08:00 |
|
莘权 马
|
86b92d53bf
|
feat: merge v0.6.7
|
2024-01-21 16:02:24 +08:00 |
|
莘权 马
|
0f8c203eff
|
Merge branch 'feature/merge/v0.6-release' into geekan/dev
|
2024-01-21 16:00:35 +08:00 |
|
geekan
|
b5922d4979
|
Merge pull request #497 from mannaandpoem/incremental_development
add increment development function
|
2024-01-20 23:00:26 +08:00 |
|
mannaandpoem
|
e1b783ca14
|
Merge branch 'main' into incremental_development
# Conflicts:
# metagpt/schema.py
|
2024-01-19 19:53:17 +08:00 |
|
mannaandpoem
|
bed3040ff3
|
Merge remote-tracking branch 'origin/incremental_development' into incremental_development
|
2024-01-19 19:41:55 +08:00 |
|
mannaandpoem
|
4bb9c006c2
|
update test case of ActionNode
|
2024-01-19 19:41:38 +08:00 |
|
mannaandpoem
|
39c00848b9
|
update test case of ActionNode
|
2024-01-19 19:39:59 +08:00 |
|
geekan
|
b89746b9c7
|
merge main
|
2024-01-19 16:02:09 +08:00 |
|
mannaandpoem
|
12b9f51abf
|
update _watch in engineer.py
|
2024-01-19 16:00:59 +08:00 |
|
mannaandpoem
|
134791ca35
|
1. update mode from "guide" to "incremental" in get_codes function of write_code.py
2. update _new_code_plan_and_change_action function
|
2024-01-19 15:18:54 +08:00 |
|
mannaandpoem
|
69ad2f4147
|
update mode from "guide" to "incremental" in get_codes function of write_code.py
|
2024-01-19 14:53:19 +08:00 |
|
mannaandpoem
|
81b59bfe0d
|
update CodePlanAndChangeContext
|
2024-01-19 14:44:06 +08:00 |
|
mannaandpoem
|
1959743d0b
|
update write_code_plan_and_change_an.py and add it to _think and _act process
|
2024-01-19 13:36:38 +08:00 |
|
莘权 马
|
cd919aa71b
|
feat: +ver
|
2024-01-19 11:51:02 +08:00 |
|
莘权 马
|
b78cc3c1ca
|
feat: Maintain the original exceptions of OpenAI and HTTPX during exception handling.
|
2024-01-19 11:49:35 +08:00 |
|
mannaandpoem
|
95ccd980f8
|
1. rename and modify plan to code plan and change
2. modify name of ActionNode instance
|
2024-01-19 11:26:58 +08:00 |
|
莘权 马
|
3486b9d1d3
|
feat: Maintain the original exceptions of OpenAI and HTTPX during exception handling.
|
2024-01-19 11:20:05 +08:00 |
|
mannaandpoem
|
42565c39e3
|
1. rename and modify guideline to plan
2. update prompt in ActionNode
3. add code comment
4. refactor Guideline code structure
|
2024-01-19 10:15:18 +08:00 |
|
mannaandpoem
|
5190dc4462
|
1. rename and modify guideline to plan
2. update prompt in ActionNode
3. add code comment
4. refactor Guideline code structure
|
2024-01-19 09:03:24 +08:00 |
|
geekan
|
5389c52556
|
Update README.md
|
2024-01-18 23:34:46 +08:00 |
|
geekan
|
1460cff729
|
Update README.md
|
2024-01-18 23:07:43 +08:00 |
|
geekan
|
1f7567e3c4
|
Update README.md
|
2024-01-18 22:58:56 +08:00 |
|
Sirui Hong
|
de0db068c2
|
Update README.md
update trending history
|
2024-01-18 20:07:45 +08:00 |
|
geekan
|
af018a84e5
|
Merge pull request #765 from arnaudgelas/fix/crash
In some cases when trying to create tests, metagpt crashes.
|
2024-01-18 19:22:56 +08:00 |
|