Commit graph

71 commits

Author SHA1 Message Date
stellaHSR
ab95b55662
Merge pull request #343 from Stitch-z/main
Fix research action bug && Optimize universal file operation tools
2023-09-21 11:08:40 +08:00
Ben
58a0ae0a35
Merge branch 'main' into add_open_interpreter 2023-09-21 10:38:57 +08:00
stellaHSR
d6649819f4
Merge pull request #327 from femto/feature/sk_agent
Feature/sk agent with basic planner and action planner
2023-09-20 16:53:31 +08:00
Stitch-z
46930f8343 Update: cancel block writing when writing files && change the file printing log level to debug level 2023-09-20 15:01:47 +08:00
Stitch-z
35067ab0d1 Update: optimize universal file read ability. 2023-09-20 14:07:00 +08:00
Stitch-z
6ae0a6a98b Update: optimize universal file read ability. 2023-09-20 14:05:48 +08:00
Stitch-z
97ab38ac7c Resolve PR issues 2023-09-20 12:02:46 +08:00
Stitch-z
97be431127 Fix research action bug && Optimize universal file operation tools 2023-09-19 16:26:33 +08:00
hy.li
494226b80a compress index.html 2023-09-18 17:25:15 +08:00
femto
7d894f391d make_sk_kernel add_chat_service "chat_completion" 2023-09-18 13:22:39 +08:00
刘棒棒
754fa5ccbe add support for open-interpreter. 2023-09-13 15:47:51 +08:00
hy.li
e947ce5fea use config for PYPPETEER_EXECUTABLE_PATH 2023-09-13 14:39:51 +08:00
femto
d9f64363c3 sk agent 2023-09-13 13:35:12 +08:00
hy.li
69ea116d1a change to async 2023-09-13 12:41:38 +08:00
Steven Lee
b657a3496c
Merge branch 'geekan:main' into main 2023-09-12 23:00:27 +08:00
Steven Lee
95391ca32d bug fix 2023-09-12 08:44:50 +00:00
Steven Lee
a3d1c3362f bug fix 2023-09-12 07:23:07 +00:00
hy.li
10ce3ed702 more options to convert mermaid 2023-09-11 16:59:41 +08:00
Stitch-z
479977d27a
Merge pull request #6 from Stitch-z/feature-tutorial-assistant
update file tool log
2023-09-11 10:21:38 +08:00
Stitch-z
90b045b11a update file tool log 2023-09-11 10:20:05 +08:00
Stitch-z
28f7c84901
Merge branch 'geekan:main' into main 2023-09-11 10:10:57 +08:00
Steven Lee
65db088245
Merge branch 'geekan:main' into main 2023-09-11 10:10:14 +08:00
Stitch-z
5405d9cf32 update: Add exception handling for write file operation. 2023-09-07 20:09:04 +08:00
Stitch-z
b2b227391a update: Add exception handling for write file operation. 2023-09-07 20:08:02 +08:00
Stitch-z
d83d1e105c update: format directory structure and extract universal file operation class 2023-09-07 19:55:50 +08:00
Chen Zhang
c0aab24b29 fix: windows compatibility 2023-09-06 17:47:35 +08:00
hy.li
a386c7e974 playwright version mmdc 2023-09-04 23:30:27 +08:00
krylo
1f469d55b5
Merge branch 'geekan:main' into main 2023-08-29 10:26:42 -05:00
brucemeek
a0e6d20034
Merge branch 'geekan:main' into main 2023-08-17 11:02:27 -05:00
shenchucheng
4da1a7d0ac Fix the 'get_max_completion_tokens' function to prevent reaching the maximum limit. 2023-08-17 17:47:03 +08:00
brucemeek
193178b7d1 resolved current conflicts 2023-08-15 06:51:39 -05:00
hezz
cb11ec7bc7 fix ruff check error 2023-08-13 14:14:14 +08:00
brucemeek
730e2f912f Merge remote-tracking branch 'upstream/main' 2023-08-09 21:50:42 -05:00
brucemeek
41bceb792a fixed common.py error, missing last few lines 2023-08-09 21:47:36 -05:00
brucemeek
076ce7bee6 conflict resolutions 2023-08-09 12:15:39 -05:00
shenchucheng
fc88a0edd5 Updated docstring for the prompt_template in the generate_prompt_chunk function 2023-08-09 21:55:46 +08:00
shenchucheng
e43ae21d98 Optimize: Update certain prompt formats. 2023-08-09 20:28:31 +08:00
shenchucheng
25d2621198 add Researcher role 2023-08-08 22:59:26 +08:00
shenchucheng
ede23b2fe9 Unified WebPage object return for the WebBrowserEngine API 2023-08-08 12:57:04 +08:00
shenchucheng
8b1fff2215 add docs for write_docstring.py and parse python code with retry 2023-08-07 20:58:01 +08:00
shenchucheng
6c0531347f add docs for metagpt/actions/write_docstring.py 2023-08-06 19:45:06 +08:00
shenchucheng
bec5778dd0 add write docstring action 2023-08-06 18:10:37 +08:00
stellaHSR
a5cb2fdd48
Merge pull request #77 from garylin2099/qa_engineer_test_run_code
Add a qa engineer to write tests and run tests
2023-08-06 16:26:09 +08:00
hy.li
e48ecfd9fd remove:NO_GUI, IS_DOCKER 2023-08-04 16:32:43 +08:00
hy.li
1c3a714ad3 new env:NO_GUI 2023-08-03 19:31:21 +08:00
Steven Lee
7b9c85b1a2 Optimize: Avoid Chromium redundancy (Docker) 2023-08-03 09:16:17 +00:00
brucemeek
0d632c7e56 another run through for translation. 2023-08-02 15:57:10 -05:00
brucemeek
0eea6bc19f corrected the common.py file 2023-08-01 20:56:09 -05:00
yzlin
8abdca3057 1. RunCode -> DebugError loop done; 2. modify default k for memory search 2023-08-01 12:16:38 +08:00
yzlin
6bf527d31e 1. record news in rc; 2. add msg sent to; 3. qa_engineer restructure 2023-07-31 02:12:34 +08:00