Commit graph

676 commits

Author SHA1 Message Date
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
geekan
ec97645eb4
Merge pull request #820 from shenchucheng/feature-remove-config
Feature remove global config in the search/browser engine
2024-02-02 14:01:44 +08:00
better629
2abc14aee6 update const value import path 2024-02-01 18:30:16 +08:00
better629
9f4ee42079 update env api schema 2024-02-01 18:18:35 +08:00
shenchucheng
9b613eec59 remove global config in the search/browser engine 2024-02-01 16:47:29 +08:00
geekan
e8c333b45b try to fix run code error. 2024-02-01 16:38:51 +08:00
better629
3a4acb8f22 update werewolf_ext_env to add role permission protection and remove useless fields 2024-02-01 16:15:39 +08:00
geekan
bafdfe837b refactor config 2024-02-01 13:54:55 +08:00
geekan
97868beacf refactor config 2024-02-01 13:53:57 +08:00
geekan
62ca2ca90d refactor config 2024-02-01 13:45:00 +08:00
geekan
f3cb2cfbed Merge branch 'main' into dev 2024-02-01 13:25:05 +08:00
garylin2099
4c1e6249b3
Merge pull request #817 from voidking/dev
feat: auto-unittest
2024-02-01 11:46:24 +08:00
geekan
bb34af38fa refine docs 2024-02-01 11:24:31 +08:00
geekan
097128f022 refine docs 2024-02-01 11:14:34 +08:00
voidking
c20aecf5f2 feat: auto-unittest 2024-02-01 11:12:23 +08:00
better629
c0a4d7c4c9 update fix of pr review 2024-02-01 10:42:18 +08:00
莘权 马
f4c6e507c9 fixbug: make unit test stable 2024-01-31 22:44:01 +08:00
shenchucheng
fc412e55a3 fix tests/metagpt/learn/test_google_search.py error 2024-01-31 15:58:26 +08:00
better629
2d372a8863
Merge branch 'dev' into feat_new_env 2024-01-31 15:12:22 +08:00
geekan
41907b1fe3 add action graph, solver, search space. 2024-01-31 14:14:12 +08:00
better629
37c3f3b850 add mincraft_env 2024-01-30 19:14:24 +08:00
better629
29e8a076bd add stanford_town_env 2024-01-30 19:09:27 +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
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
geekan
b2e020a97c
Merge pull request #798 from mannaandpoem/dev_incremental
Update the code compression package
2024-01-26 15:10:31 +08:00
mannaandpoem
4680ff5e62 Only retain test_simple_add_calculator, skip other test cases 2024-01-25 17:33:23 +08:00
mannaandpoem
1f90bc58cc 1. Update the code compression package
2. Modify the prompt of REFINED_TEMPLATE
2024-01-25 16:25:23 +08:00
Guess
442f2cf974
Merge pull request #794 from mannaandpoem/dev_incremental
Add the tar command to extract the .zip file
2024-01-25 15:42:41 +08:00
mannaandpoem
0faae9368f Add the tar command to extract the .zip file 2024-01-25 11:52:14 +08:00
mannaandpoem
f9f6dbefa8 Add the tar command to extract the .zip file 2024-01-25 10:33:46 +08:00
莘权 马
d51d262238 fixbug: module 'mock' has no attribute 'patch'
fixbug: unit test
2024-01-24 21:40:12 +08:00
mannaandpoem
431e53617e changed tasks to task 2024-01-24 18:16:47 +08:00
mannaandpoem
62c128602f 1. update bug of getting requirement_doc
2. modify prompt
2024-01-24 09:51:18 +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
f3d295787e resolve zhipu 2.0.1 2024-01-22 15:37:00 +08:00
mannaandpoem
76d4451fc6 merge main to dev 2024-01-22 13:50:21 +08:00
mannaandpoem
e1b783ca14 Merge branch 'main' into incremental_development
# Conflicts:
#	metagpt/schema.py
2024-01-19 19:53:17 +08:00
mannaandpoem
4bb9c006c2 update test case of ActionNode 2024-01-19 19:41:38 +08:00
geekan
b89746b9c7 merge main 2024-01-19 16:02:09 +08:00