Commit graph

332 commits

Author SHA1 Message Date
geekan
0118712ff8
Merge pull request #826 from mannaandpoem/dev_compatible_with_windows_path
modify re.sub(r"\\+", '/') to as_posix()
2024-02-02 16:03:39 +08:00
mannaandpoem
18b0eaa6fd compatible with windows path 2024-02-02 15:49:24 +08:00
geekan
6d60d3210a
Merge pull request #825 from mannaandpoem/dev_compatible_with_windows_path
fixbug: compatible with windows path
2024-02-02 15:49:13 +08:00
mannaandpoem
5edee1299c compatible with windows path 2024-02-02 15:37:00 +08:00
mannaandpoem
dcb0623d46 1. Dev compatible with windows path
2. add @pytest.mark.skip
2024-02-02 14:59:16 +08:00
geekan
119bc0d89a
Merge pull request #809 from better629/feat_new_env
Feat env-refactor
2024-02-02 14:31:37 +08:00
better629
9f4ee42079 update env api schema 2024-02-01 18:18:35 +08:00
geekan
f3cb2cfbed Merge branch 'main' into dev 2024-02-01 13:25:05 +08:00
geekan
097128f022 refine docs 2024-02-01 11:14:34 +08:00
geekan
a762e02000 update config usage 2024-01-31 23:13:38 +08:00
better629
6b1f3ee398 add dalle/gpt4v example 2024-01-30 20:39:56 +08:00
better629
210a00c1e7 add werewolf_env 2024-01-30 19:08:55 +08:00
better629
1d772e8eb5 update base env and android_env 2024-01-30 19:07:38 +08:00
better629
e7cd90f7f8 add openai dall-e support 2024-01-30 14:31:00 +08:00
better629
310687258e add gpt-4v support for aask and AN.fill 2024-01-30 11:59:53 +08:00
huzixia
c3b4c698d8 update repair_llm_raw_output.py 2024-01-27 18:23:57 +08:00
huzixia
11f70ca9b1 modify code based on feedback of action_node.py and repair_llm_raw_output.py, add code in test_repair_llm_raw_output.py 2024-01-27 18:06:52 +08:00
huzixia
8b5f7848fa delete PR dir 2024-01-27 17:00:59 +08:00
huzixia
ed54f6b86a To avoid JSONDecodeError:
Remove comments in output json str, after json value content, maybe start with #, maybe start with //, particularly, it is not inside the string value

Addtionly, if you do not want JSONDecodeError to occur, you can add 'Delete comments in json' after FORMAT_CONSTRAINT in action_node.py
2024-01-26 22:59:10 +08:00
geekan
aada81bfe6 fix conflicts 2024-01-26 19:06:41 +08:00
geekan
59afc5301f update token counter 2024-01-26 15:08:08 +08:00
geekan
cfadd54a3a
Update token_counter.py 2024-01-26 15:02:34 +08:00
莘权 马
51169d7a69 feat: + compatible with windows path 2024-01-25 15:40:16 +08:00
mannaandpoem
32f9fbb46b Merge branch 'dev' into dev_incremental 2024-01-23 09:39:43 +08:00
mannaandpoem
76d4451fc6 merge main to dev 2024-01-22 13:50:21 +08:00
莘权 马
86b92d53bf feat: merge v0.6.7 2024-01-21 16:02:24 +08:00
mannaandpoem
e1b783ca14 Merge branch 'main' into incremental_development
# Conflicts:
#	metagpt/schema.py
2024-01-19 19:53:17 +08:00
geekan
b89746b9c7 merge main 2024-01-19 16:02:09 +08:00
莘权 马
b78cc3c1ca feat: Maintain the original exceptions of OpenAI and HTTPX during exception handling. 2024-01-19 11:49:35 +08:00
莘权 马
3486b9d1d3 feat: Maintain the original exceptions of OpenAI and HTTPX during exception handling. 2024-01-19 11:20:05 +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
莘权 马
d5ac56f863 feat: remove all unnecessary CONTEXT references
feat: replace CONTEXT with local context
2024-01-17 23:10:25 +08:00
better629
4e13eaca6e update zhipu api due to new model and api; repair extra invalid generate output; update its unittest 2024-01-17 16:28:13 +08:00
莘权 马
aab27a7c4e Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2024-01-16 09:59:15 +08:00
geekan
8baa6d094f refine writeprd code 2024-01-15 16:38:09 +08:00
莘权 马
b612393151 fixbug: pydantic validate 2024-01-13 13:48:47 +08:00
geekan
ef4323c6b4 refine code 2024-01-12 17:55:01 +08:00
geekan
31eb3fe0ee refine code 2024-01-12 17:55:01 +08:00
莘权 马
1e523f6840 feat: +catch for window rm dirs 2024-01-12 16:10:14 +08:00
莘权 马
bb4a514156 Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2024-01-12 15:32:13 +08:00
geekan
d150cc358a refine code 2024-01-12 10:26:07 +08:00
莘权 马
1523a0df81 fixbug: unit test 2024-01-11 23:15:18 +08:00
莘权 马
bf6fc25f57 feat: ProjectRepo + srcs
feat: ProjectRepo + git_repo

feat: Replace FileRepository with ProjectRepo
2024-01-11 16:20:21 +08:00
geekan
001ec115d7 use config 2024-01-11 16:19:52 +08:00
geekan
2d048e91b1 use config 2024-01-11 16:19:52 +08:00
better629
95687b9ed4 rm expicit serialize&deserialize interface and update unittests 2024-01-11 16:19:51 +08:00
better629
68e53d2862 add ActionNode review/revise 2024-01-11 16:19:51 +08:00
莘权 马
662102d188 feat: save + return 2024-01-11 10:55:54 +08:00
geekan
2e4ceb70b9 use config 2024-01-10 20:34:42 +08:00
geekan
479bbc9b2d use config 2024-01-10 20:21:13 +08:00