Commit graph

649 commits

Author SHA1 Message Date
莘权 马
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
geekan
41907b1fe3 add action graph, solver, search space. 2024-01-31 14:14:12 +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
mannaandpoem
1959743d0b update write_code_plan_and_change_an.py and add it to _think and _act process 2024-01-19 13:36:38 +08:00
mannaandpoem
95ccd980f8 1. rename and modify plan to code plan and change
2. modify name of ActionNode instance
2024-01-19 11:26:58 +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
geekan
4a5ae1b4a4
Merge pull request #767 from shenchucheng/feature-selenium-ut-debugger
skip Selenium web browser engine test if the browser is not installed.
2024-01-18 19:22:08 +08:00
geekan
16ec0ccc4c
Merge pull request #771 from iorisa/feature/context
feat: replace CONTEXT with local context
2024-01-18 19:17:32 +08:00
zhanglei
99511fd264 update:OpenAI text to speech unittest 2024-01-18 12:41:53 +08:00
zhanglei
002bc56c0e add: openai speech to text 2024-01-18 12:37:28 +08:00
莘权 马
526a37d950 fixbug: unit test 2024-01-18 10:17:00 +08:00
mannaandpoem
fe64b23a0e update test file of ActionNode 2024-01-18 10:01:33 +08:00
莘权 马
d5ac56f863 feat: remove all unnecessary CONTEXT references
feat: replace CONTEXT with local context
2024-01-17 23:10:25 +08:00
mannaandpoem
a6d56bd748 1. add mock.py in tests\data\incremental_dev_project
2. add mock for test case of ActionNode
3. add path of Guideline file in const.py
4. update engineer.py
2024-01-17 18:47:59 +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
mannaandpoem
8831177a22 update test case in test_incremental_dev.py 2024-01-17 11:47:16 +08:00
shenchucheng
aa969e0d9b skip Selenium web browser engine test if the browser is not installed. 2024-01-17 11:20:42 +08:00
mannaandpoem
e0839822c0 update test_incremental_dev.py 2024-01-16 18:53:30 +08:00
mannaandpoem
f4e39a462c 1. remove INC prompt in some ActionNode
2. replace Code archive from data to tests/data/incremental_dev_project
3. update test case for ActionNode
2024-01-16 15:42:48 +08:00
莘权 马
cd9798643f fixbug: external dependency 2024-01-16 10:08:34 +08:00
better629
7ffb2208e2 fix format 2024-01-15 20:24:53 +08:00
better629
465279dfcc update unittest due to implement update 2024-01-15 20:22:04 +08:00
geekan
30a884506f fix bugs 2024-01-15 18:56:32 +08:00
geekan
67021f24a0 fix bugs 2024-01-15 18:46:54 +08:00
geekan
f1cfeb234e fix bugs 2024-01-15 18:02:57 +08:00
geekan
92d31fb750 fix bugs 2024-01-15 17:54:21 +08:00
geekan
20db85bfa6
Merge pull request #756 from Justin-ZL/dev
add:openai text to speech
2024-01-15 17:11:47 +08:00
geekan
ab55303fa1 fix bug 2024-01-15 16:54:03 +08:00
zhanglei
ca63880753 add: openai's text to speech 2024-01-15 14:18:35 +08:00
zhanglei
cc92d8fb4a add:openai text to speech 2024-01-15 14:11:41 +08:00