Commit graph

68 commits

Author SHA1 Message Date
geekan
443c044990
Merge pull request #354 from garylin2099/group_chat
more intuitive naming & add a new attribute to message
2023-09-26 11:15:43 +08:00
femto
bc1e8db65b
Merge branch 'main' into feature/json_write_prd 2023-09-22 13:23:30 +08:00
stellaHSR
30d71c51a1
Merge pull request #310 from 18620146591/pr
adding an action
2023-09-22 13:22:39 +08:00
yzlin
bbffb3f135 more intuitive naming & add a new attribute to message 2023-09-22 12:23:18 +08:00
femto
7b34c433cd
Merge branch 'main' into feature/json_write_prd 2023-09-21 12:00:10 +08:00
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
Stitch-z
3b8b9639b5 Update: optimize universal file read ability. 2023-09-20 14:09:01 +08:00
Stitch-z
97ab38ac7c Resolve PR issues 2023-09-20 12:02:46 +08:00
Stitch-z
c99f4bffe9 Fix research action bug && Optimize universal file operation tools 2023-09-19 16:39:24 +08:00
Stitch-z
97be431127 Fix research action bug && Optimize universal file operation tools 2023-09-19 16:26:33 +08:00
femto
cf05287cff fix conflict 2023-09-19 13:27:52 +08:00
femto
74217a1df3 modified 2023-09-19 12:23:22 +08:00
femto
2cd4870592 test to test dir 2023-09-18 12:46:15 +08:00
刘棒棒
5bf03ad89d fix "AttributeError: 'str' object has no attribute 'equals'" 2023-09-15 18:51:31 +08:00
unknown
b5aa86cc45 Adding an action 2023-09-15 00:05:43 +08:00
刘棒棒
754fa5ccbe add support for open-interpreter. 2023-09-13 15:47:51 +08:00
femto
f17b00ed1c project management 2023-09-11 13:19:05 +08:00
femto
d18a419d4b json to markdown 2023-09-11 12:48:44 +08:00
femto
6df217e4d9 fix test 2023-09-08 20:44:34 +08:00
femto
2846a462a0 fix test 2023-09-08 17:21:42 +08:00
femto
dd8be8a382 parse_triple_quote 2023-09-08 16:32:10 +08:00
femto
6755de0ee8 ruff fix 2023-09-08 12:12:33 +08:00
femto
e6e72c6e23 test 2023-09-08 11:51:46 +08:00
Stitch-z
d83d1e105c update: format directory structure and extract universal file operation class 2023-09-07 19:55:50 +08:00
Stitch-z
473baf193c update: add unit test for the role tutorial assistant 2023-09-06 23:38:46 +08:00
geekan
4a8a110467
Merge pull request #192 from unkn-wn/main
LanceDB Implementation
2023-09-04 11:20:22 +08:00
stellaHSR
53a96ff119
Merge pull request #207 from hezhaozhao-git/qdrant
add qdrant store
2023-08-14 22:56:18 +08:00
hezz
bb7ea6c398 change qdrant_store.py 2023-08-13 21:19:43 +08:00
hezz
cb11ec7bc7 fix ruff check error 2023-08-13 14:14:14 +08:00
hezz
dc38226b59 add qdrant store 2023-08-13 13:56:29 +08:00
Leon
4a48955a5d finished unit tests, changed to have dynamic types 2023-08-10 13:38:39 -07:00
Leon
46ada5a7f9 Merge branch 'main' of https://github.com/unkn-wn/MetaGPT 2023-08-10 12:00:36 -07:00
Leon
2e28ea6927 test 2023-08-10 12:00:28 -07: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
c62c870ab9 Unified Search Engine API with support for returning structured data. 2023-08-08 12:56:37 +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
bec5778dd0 add write docstring action 2023-08-06 18:10:37 +08:00
yzlin
e546dbd6b8 use profile as sender & fix some bugs 2023-08-03 16:00:28 +08: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
yzlin
84b6c2bf8a make qa_engineer, enable writetest and runcode 2023-07-25 22:57:24 +08:00
geekan
007c8c0457
Merge pull request #69 from shenchucheng/main
Add web page scraping feature implemented by Playwright/Selenium
2023-07-25 11:28:34 +08:00
geekan
a538f9a3ca
Merge pull request #73 from qa6300525/2023-07-10_chengmaoyu
2023 07 10 chengmaoyu
2023-07-25 11:03:44 +08:00
shenchucheng
e44410b3ad
Merge branch 'main' into main 2023-07-25 09:58:49 +08:00
shenchucheng
fac1cb0f59 use CONFIG instead of Config() 2023-07-25 00:15:16 +08:00
betterwang
cddb3aa072 integrate ltm with stm if LONG_TERM_MEMORY is True 2023-07-24 14:55:25 +08:00
程茂宇
4975baa890 fix conflict 2023-07-24 14:24:41 +08:00