Commit graph

464 commits

Author SHA1 Message Date
莘权 马
1a88b3fc19 feat: + __init__.py
feat: +import_git_repo
2024-03-28 17:53:09 +08:00
莘权 马
53e593baa4 feat: +init python folder 2024-03-28 15:18:23 +08:00
莘权 马
f0ca7e6a8f fixbug: source code path 2024-03-28 13:33:25 +08:00
莘权 马
f4240ca483 feat: merge software tool 2024-03-26 23:12:11 +08:00
莘权 马
3bc1691008 Merge branch 'feature/actions/learn_readme' into feature/import_repo 2024-03-26 23:08:29 +08:00
莘权 马
426eb5e61f Merge branch 'feature/toollib/git' into feature/import_repo 2024-03-26 23:08:16 +08:00
luxiangtao
83e5eb133a updata di example and Change the location of the .ipynb locations 2024-03-24 15:01:45 +08:00
莘权 马
56e19bca9a fixbug: gitignore 2024-03-23 11:18:06 +08:00
莘权 马
5bef244a1a feat: +retry 2024-03-23 10:47:32 +08:00
莘权 马
9ed335bdac fixbug: guess mimetype 2024-03-22 20:00:25 +08:00
莘权 马
afd801f063 refactor: use execute 2024-03-22 15:00:49 +08:00
莘权 马
073366f89c fixbug: repo2markdown 2024-03-22 14:53:41 +08:00
莘权 马
3f9ade9242 Merge branch 'feature/toollib/shell' of https://github.com/iorisa/MetaGPT into feature/toollib/merge 2024-03-22 14:43:21 +08:00
Alexander Wu
334149bb5d
Merge branch 'main' into fix_typo 2024-03-22 11:53:54 +08:00
geekan
bf44a69958 fix minecraft typo 2024-03-22 11:25:22 +08:00
莘权 马
e8cf329159 Merge branch 'geekan/main' into feature/toollib/git 2024-03-22 10:20:40 +08:00
Alexander Wu
fdf53ac555
Merge pull request #1061 from iorisa/feature/repo_to_markdown
feat: repo to markdown
2024-03-21 22:44:58 +08:00
better629
12551ab60c fix state value extract for https://github.com/geekan/MetaGPT/issues/1067 2024-03-21 21:57:59 +08:00
莘权 马
85adc47366 feat: +git tools 2024-03-21 20:37:23 +08:00
Alexander Wu
5ee95b1461
Merge pull request #985 from iorisa/feature/tree
feat: + tree command
2024-03-21 15:39:29 +08:00
Alexander Wu
420f1c0d22
Merge pull request #983 from iorisa/feature/merge/v0.7.6
feat: merge v0.7.6 to main
2024-03-21 15:31:57 +08:00
莘权 马
9cfcfb1ea8 feat: use --gitfile 2024-03-21 15:14:14 +08:00
莘权 马
9350e214b4 feat: + repo to markdown 2024-03-21 12:59:44 +08:00
莘权 马
edc3f3c48a Merge branch 'feature/tree' into feature/repo_to_markdown 2024-03-20 22:08:21 +08:00
莘权 马
a6f31bf3e6 Merge branch 'fixbug/issues/1016' into HEAD 2024-03-20 17:46:48 +08:00
莘权 马
f6a11d5089 fixbug: #1016 2024-03-20 17:46:21 +08:00
莘权 马
b78d64f39e feat: +learn readme 2024-03-20 15:51:07 +08:00
莘权 马
155a5a8c65 feat: +software develop tool lib 2024-03-19 23:03:17 +08:00
jinchihe
356ff8926e Correct bad URL in token_counter 2024-03-19 17:34:51 +08:00
Guess
ec30bc624d
Merge pull request #1020 from RuifengFu/main
update gpt-3.5-turbo-0125 in count_message_tokens
2024-03-19 14:57:14 +08:00
Alexander Wu
e783e5b208
Merge pull request #974 from better629/feat_memory
Feat add rag
2024-03-17 23:39:12 +08:00
Ruifeng Fu
c9f6a52752 update gpt-3.5-turbo-0125 in TOKEN_COSTS 2024-03-17 21:53:10 +08:00
frf
28c7ffba5f update gpt-3.5-turbo-0125 in count_message_tokens 2024-03-17 20:41:31 +08:00
Alexander Wu
07672fc683
Merge pull request #986 from azurewtl/fixed-fail-to-reduce-message-length
fixbug#979 : `RuntimeError: fail to reduce message length`
2024-03-15 23:32:07 +08:00
better629
1306971d2d add yi-34b 2024-03-14 21:34:23 +08:00
莘权 马
6f4d30825f feat: +tree command 2024-03-13 15:10:13 +08:00
莘权 马
684730e94f feat: +tree command 2024-03-13 15:06:40 +08:00
yzlin
38f21137ec Merge branch 'main' into code_interpreter 2024-03-12 15:13:14 +08:00
莘权 马
6a8699cd4a refactor: Replace Tree class with tree() 2024-03-12 11:14:35 +08:00
莘权 马
7d32f9efe6 refactor: Replace Tree class with tree() 2024-03-12 11:10:09 +08:00
Azure Wang
6487ae84b0 - updated MAX-TOKEN according to openai document
- minior optimization of code style
- fixed issues `RuntimeError: fail to reduce message length`
2024-03-11 22:27:59 +08:00
莘权 马
e39cafdd58 feat: + tree command 2024-03-11 22:25:38 +08:00
莘权 马
6a735e3fef feat: merge 0.7.6 2024-03-11 17:50:48 +08:00
yzlin
bf4b13ec4a simplify tool convert 2024-03-11 12:30:00 +08:00
seehi
9fe9a4a2d1 replace rag llm factory with llamaindex custom llm 2024-03-08 20:19:28 +08:00
seehi
63a3a760e9 update rag example 2024-03-08 11:18:53 +08:00
seehi
e14aedcea7 upgrade llama-index to v0.10 2024-03-08 00:41:00 +08:00
seehi
dd82962937 reflection for checking methods 2024-03-08 00:41:00 +08:00
better629
cc91df59e5 replace langchain with llama-index 2024-03-08 00:39:15 +08:00
莘权 马
0867dad4d7 fixbug: gbk UnicodeEncodeError 2024-03-07 17:04:44 +08:00