Commit graph

3158 commits

Author SHA1 Message Date
yzlin
c8da839afe moving files 2024-01-18 21:22:34 +08:00
yzlin
d7ab4d315d renaming and integrate sd tool, fix import issue 2024-01-18 21:22:33 +08:00
yzlin
46cd219e81 add tool registry 2024-01-18 21:22:04 +08:00
林义章
224bf820b2 Merge branch 'update-code-intepreter-by-auto-aask' into 'code_intepreter'
Update code_intepreter by auto aask_code

See merge request agents/data_agents_opt!49
2024-01-18 13:16:01 +00:00
刘棒棒
d78db8994c delete arg only_code. 2024-01-18 20:57:43 +08:00
Sirui Hong
de0db068c2
Update README.md
update trending history
2024-01-18 20:07:45 +08:00
geekan
af018a84e5
Merge pull request #765 from arnaudgelas/fix/crash
In some cases when trying to create tests, metagpt crashes.
2024-01-18 19:22:56 +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
geekan
6b170e0b9b
Merge pull request #772 from Justin-ZL/dev
add: openai speech to text
2024-01-18 19:14:36 +08:00
mannaandpoem
6fb48664cb replace REQUIRED_PYTHON_PACKAGES.key to "Required Python packages" 2024-01-18 15:18:29 +08:00
Sirui Hong
89f92ffb87
Update README.md 2024-01-18 14:14:26 +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
刘棒棒
f3612f8123 add only_code arg for WriteCodeByGenerate. 2024-01-18 12:10:37 +08:00
刘棒棒
10129c6ecf update scrape_web. 2024-01-18 12:07:31 +08:00
刘棒棒
02a81abe5d Merge branch 'code_intepreter' into 'update-code-intepreter-by-auto-aask'
# Conflicts:
#   metagpt/tools/__init__.py
2024-01-18 03:54:39 +00:00
莘权 马
526a37d950 fixbug: unit test 2024-01-18 10:17:00 +08:00
mannaandpoem
2bc88cd71b update function of save code_guideline file 2024-01-18 10:15:36 +08:00
mannaandpoem
fe64b23a0e update test file of ActionNode 2024-01-18 10:01:33 +08:00
mannaandpoem
db086e47e7 modify: get value of ActionNode by key of ActionNode 2024-01-18 09:42:09 +08:00
莘权 马
d5ac56f863 feat: remove all unnecessary CONTEXT references
feat: replace CONTEXT with local context
2024-01-17 23:10:25 +08:00
geekan
297c2c0a02
Merge pull request #770 from better629/main
update zhipu api
2024-01-17 22:56:59 +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
刘棒棒
20f31fa027 pre-commit. 2024-01-17 18:17:52 +08:00
刘棒棒
ff10c9bdda change name: _display_markdown -> display_markdown. 2024-01-17 18:10:30 +08:00
林义章
42a106ca26 Merge branch 'code_intepreter_add_vision' into 'code_intepreter'
add vision tool for code_interpreter

See merge request agents/data_agents_opt!47
2024-01-17 10:05:48 +00: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
Guess
4e3e5f8811
Merge pull request #766 from iorisa/feature/agentstore/v0.6
feat: Integrating with the agent store
2024-01-17 14:45:13 +08:00
Sirui Hong
bcd143d220
Update README.md
change paper link to arxiv
2024-01-17 13:48:44 +08:00
莘权 马
2b522ffccb fixbug: engineer action_description 2024-01-17 11:55:09 +08:00
莘权 马
05aa9b39ed feat: Merge the modifications resulting from integrating with the agent store. 2024-01-17 11:48:13 +08:00
mannaandpoem
8831177a22 update test case in test_incremental_dev.py 2024-01-17 11:47:16 +08:00
mannaandpoem
6c954b8455 update context in write_code_review.py 2024-01-17 11:40:16 +08:00
莘权 马
dddf50112a feat: merge v0.6-release 2024-01-17 11:31:09 +08:00
shenchucheng
aa969e0d9b skip Selenium web browser engine test if the browser is not installed. 2024-01-17 11:20:42 +08:00
Arnaud Gelas
03012a81fd In some cases when trying to create tests, metagpt crashes.
Adding some more safeguard to handle the case where code_doc is None.
2024-01-16 21:44:45 +01:00
Sirui Hong
75cbf9f087
Update README.md
update news
2024-01-17 01:52:01 +08:00
Sirui Hong
22c48449f4
Delete docs/resources/ICLR.jpg
delete img
2024-01-17 00:58:22 +08:00
Sirui Hong
6d5a4bf36a
Update README.md
remove img
2024-01-17 00:57:18 +08:00
Sirui Hong
51b3d11393
Update README.md
update news for paper (ICLR)
2024-01-17 00:22:31 +08:00
Sirui Hong
112b1da4a8
Update iclr img 2024-01-16 23:40:00 +08:00
莘权 马
b275f1a3f8 feat: +ver
fixbug: RPC think
2024-01-16 20:35:14 +08:00
mannaandpoem
e0839822c0 update test_incremental_dev.py 2024-01-16 18:53:30 +08:00
geekan
b48a001d14
Update ROADMAP.md 2024-01-16 17:57:38 +08:00
geekan
420b10c5c3 readd logger to aask 2024-01-16 16:22:10 +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
刘棒棒
43558c208e doc: add ipywidgets. 2024-01-16 15:03:12 +08:00
刘棒棒
95ce190f32 feature: display markdown content. 2024-01-16 14:30:07 +08:00
geekan
1ed5fdefaf
Merge pull request #761 from iorisa/fixbug/test_summarize_code
fixbug: test summarize code
2024-01-16 12:41:55 +08:00