Commit graph

3228 commits

Author SHA1 Message Date
yzlin
a3dc6aa7e3 Merge branch 'main' into llm_mock 2024-01-05 15:28:03 +08:00
garylin2099
a3b5ca9d03
Merge pull request #688 from iorisa/feature/rebuild_class_view
fixbug: invalid default project name
2024-01-05 15:13:52 +08:00
莘权 马
4eab58f069 fixbug: .well_known 2024-01-05 15:06:40 +08:00
yzlin
63081245b9 add explanation 2024-01-05 14:46:59 +08:00
yzlin
1249d12b6f add openai api call switch; fix ocr 2024-01-05 14:34:44 +08:00
geekan
2018c06cce use context instead of FileRepo... done main process. 2024-01-05 12:57:12 +08:00
莘权 马
43d07de810 feat: Replace the actual root directory name of the project codes with a fake one in the WriteTest prompt. 2024-01-05 11:02:41 +08:00
geekan
7cae857203 use context instead of FileRepo... done main process. 2024-01-05 10:56:48 +08:00
莘权 马
c966138a74 feat: +unit test
fixbug: Align to the same root directory in accordance with `class_views`

fixbug: The class has lost namespace information.

feat: + mock

fixbug: project name invalid

feat: +mermaid sequence diagram

feat: translate from code to mermaid sequence

feat: translate from code to mermaid sequence
2024-01-05 10:25:20 +08:00
geekan
57581bbb36 use context instead of FileRepo... done main process. 2024-01-05 00:57:13 +08:00
geekan
3cd881de56 use context instead of FileRepo... 2024-01-05 00:41:00 +08:00
geekan
5c1f3a4b91 add context and config2 2024-01-04 23:33:09 +08:00
geekan
10436172ca add context and config2 2024-01-04 22:02:47 +08:00
geekan
e5d11a046c add context and config2 2024-01-04 21:16:23 +08:00
yzlin
ab04f610a3 rm redundant 2024-01-04 20:58:44 +08:00
yzlin
8b58166a7a add test requirement 2024-01-04 20:47:36 +08:00
yzlin
106543b3ca mock writeprd new filename, improve cache usefulness 2024-01-04 20:45:38 +08:00
garylin2099
94a16f7e4f
Merge pull request #681 from iorisa/fixbug/v0.6-release
feat: Disable the DEFAULT_PROVIDER in console mode.
2024-01-04 20:26:16 +08:00
莘权 马
174da4f0e3 feat: ver +1 2024-01-04 20:25:14 +08:00
莘权 马
f8dd30f133 fixbug: invalid default project name 2024-01-04 20:16:29 +08:00
莘权 马
5115e04f8c Merge branch 'v0.6-release' of https://github.com/geekan/MetaGPT into geekan/v0.6-release 2024-01-04 19:51:30 +08:00
mannaandpoem
63c4f5b59c Merge remote-tracking branch 'origin/incremental_development' into incremental_development 2024-01-04 18:56:46 +08:00
mannaandpoem
4d7575bece Merge remote-tracking branch 'origin/incremental_development' into incremental_development
# Conflicts:
#	tests/metagpt/test_incremental_dev.py
2024-01-04 18:56:35 +08:00
mannaandpoem
875f8a1eb2 Merge remote-tracking branch 'origin/incremental_development' into incremental_development
# Conflicts:
#	tests/metagpt/test_incremental_dev.py
2024-01-04 18:45:16 +08:00
mannaandpoem
40db41cda5 1. Added 4 compressed package of code examples
2. Update test_incremental_dev.py and engineer.py
2024-01-04 18:43:58 +08:00
mannaandpoem
97ee2a0a61 1. Added 4 compressed package of code examples
2. Update test_incremental_dev.py and engineer.py
2024-01-04 17:58:55 +08:00
yzlin
271ecc30a2 Merge branch 'main' into llm_mock 2024-01-04 17:19:09 +08:00
yzlin
18ffd92333 mv mockllm 2024-01-04 16:58:11 +08:00
shenchucheng
02d6db6506 release v0.6.1 2024-01-04 16:56:17 +08:00
yzlin
d11f7cbef6 rm redundant llm_mock fixture use 2024-01-04 15:33:06 +08:00
yzlin
5c545febc3 cache multiple rsp in one test fn, switch cache to global use 2024-01-04 15:28:46 +08:00
莘权 马
1b06d933b2 Merge branch 'fixbug/v0.6-release' into geekan/main 2024-01-04 13:54:27 +08:00
莘权 马
039fa84ce4 fixbug: recursive search for provider 2024-01-04 13:32:45 +08:00
geekan
4ed68836f7
Merge pull request #679 from iorisa/fixbug/v0.6-release
fixbug: recursive search for provider
2024-01-04 12:59:53 +08:00
geekan
963a489c5d
Merge pull request #678 from better629/feat_utbug_fix
fix repair_llm_raw_output ut due to import order problem
2024-01-04 12:58:54 +08:00
geekan
6a85466136
Merge pull request #676 from iorisa/feature/rebuild_class_view
feat: +rebuild class view
2024-01-04 12:58:26 +08:00
莘权 马
d051933324 fixbug: recursive search for provider 2024-01-04 12:46:41 +08:00
better629
e722b76fd8 rm useless print 2024-01-04 11:58:07 +08:00
better629
3ed8ddf37f fix repair_llm_raw_output ut due to import order problem 2024-01-04 11:52:41 +08:00
mannaandpoem
e3cd1a2cc1 Update prompt and fix up some bug 2024-01-04 10:41:36 +08:00
莘权 马
51a8691722 fixbug: fix unit test 2024-01-04 10:10:13 +08:00
莘权 马
465cd1e0af Merge branch 'geekan/main' into geekan/dev 2024-01-04 00:22:33 +08:00
莘权 马
7bdaf963b4 feat: +mock 2024-01-04 00:19:28 +08:00
mannaandpoem
0168c99323 Replace self._rc to self.rc in engineer.py 2024-01-03 23:15:43 +08:00
garylin2099
a1c754bd94
Merge pull request #675 from geekan/update-requirement
Update requirements.txt
2024-01-03 21:54:44 +08:00
shenchucheng
7bb7e37fd3
Update requirements.txt 2024-01-03 21:53:49 +08:00
mannaandpoem
21d8b48e8e Update test_increment.py for "--project-path" 2024-01-03 21:20:36 +08:00
geekan
1cdd4344d3
Merge pull request #673 from shenchucheng/dev
mock serpapi/serper response
2024-01-03 20:59:18 +08:00
mannaandpoem
9435352031 Update design_api_an.py and test_increment.py 2024-01-03 20:04:16 +08:00
mannaandpoem
24e617b362 Merge main branch 2024-01-03 19:48:46 +08:00