Commit graph

332 commits

Author SHA1 Message Date
莘权 马
5f88e12a7d Merge branch 'geekan/dev' into feature/rebuild 2024-02-01 17:45:00 +08:00
莘权 马
027f1e8658 feat: +google style docstring 2024-02-01 17:43:18 +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
莘权 马
6b527e3020 feat: +visual version 2024-02-01 10:27:53 +08:00
莘权 马
fb7518c12b feat: +visual graph repo 2024-01-31 23:40:04 +08:00
geekan
a762e02000 update config usage 2024-01-31 23:13:38 +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
莘权 马
9bcaa67cc3 fixbug: unit test 2024-01-27 17:22:28 +08:00
huzixia
8b5f7848fa delete PR dir 2024-01-27 17:00:59 +08:00
莘权 马
aa0909525e feat: merge geekan/dev 2024-01-27 13:38:14 +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
莘权 马
67bf89996b feat: +source -> use case -> sequence view 2024-01-26 19:39:06 +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
莘权 马
633c772529 fixbug: class view
fixbug: method type, feat: add compotition&aggregation
2024-01-23 22:22:13 +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
莘权 马
9e84e63529 Merge branch 'geekan/dev' into feature/rebuild 2024-01-22 13:35:18 +08:00
莘权 马
9cef759b08 feat: merge v0.6.7 2024-01-21 16:07:40 +08:00
莘权 马
86b92d53bf feat: merge v0.6.7 2024-01-21 16:02:24 +08:00
莘权 马
7ec0118fd0 Merge branch 'geekan/dev' into feature/rebuild 2024-01-20 11:21:54 +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
莘权 马
78af904f5e feat: + class view
feat: +retry
2024-01-19 10:00:06 +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