Commit graph

71 commits

Author SHA1 Message Date
isaacJinyu
1b933271e2 Add README for SPO 2025-02-05 19:09:49 +08:00
isaacJinyu
5c8e6da655 Remove Chinese comments and redundant code 2025-02-05 18:31:11 +08:00
isaacJinyu
a56b0e340a adapt SPO to MetaGPT 2025-02-05 18:16:58 +08:00
isaacJinyu
da1e103372 Add SPO base code 2025-02-05 15:09:13 +08:00
Alexander Wu
6fcb39ad50
Merge pull request #1587 from didiforgithub/main
Add Features to AFLOW.
2024-11-11 13:39:49 +08:00
didi
e2cdcfb340 Create AFLOW Inference Interface.
You can use optimized workflow to solve questions.
2024-11-10 18:33:31 +08:00
garylin2099
db19c881b5
Merge branch 'main' into sela 2024-10-31 00:25:39 +08:00
Cyzus Chi
b710365fab use google drive link 2024-10-31 00:06:37 +08:00
Cyzus Chi
776ee4455c remove mlebench 2024-10-31 00:05:44 +08:00
Cyzus Chi
0a215a960b update readme 2024-10-30 16:31:13 +08:00
Cyzus Chi
73d2358d10 update intro and citation 2024-10-30 16:11:42 +08:00
Cyzus Chi
74041bd5cb update readme intro 2024-10-30 15:56:06 +08:00
didi
a01156de33 Update utils.py 2024-10-30 15:34:15 +08:00
didi
ea13d7a351 Fix Issue 1549 & Fix Claude Token Calculate Error. 2024-10-30 11:13:40 +08:00
didi
d01051abc6 Update for solving latest review. 2024-10-29 16:04:13 +08:00
Cyzus Chi
37698b3f63 update readme - put baseline readme in /runner 2024-10-29 14:55:39 +08:00
Cyzus Chi
25299e1f12 change research assistant to experimenter 2024-10-29 14:24:38 +08:00
Cyzus Chi
e0cbbf82f4 rename research assistant to experimenter 2024-10-28 21:42:46 +08:00
didi
f0a3a3f739 Update Latest Review 2024-10-28 21:23:46 +08:00
Cyzus Chi
1aac79c3b3 identation on readme 2024-10-28 21:05:59 +08:00
Cyzus Chi
6321b793a1 reoreder 2024-10-28 18:14:59 +08:00
Cyzus Chi
4c541c2e53 reorder import 2024-10-28 17:47:27 +08:00
Cyzus Chi
e41f9342cd update readme 2024-10-28 17:14:26 +08:00
Cyzus Chi
9abb8db954 edit-baseline-experimenter 2024-10-28 15:03:51 +08:00
Cyzus Chi
61492d9ff5 add data type; fix instruction generation 2024-10-28 14:11:53 +08:00
Cyzus Chi
4d1a6f4c2b rename classes and functions 2024-10-26 01:06:48 +08:00
Cyzus Chi
76029782cc rename aug to rs 2024-10-25 23:07:14 +08:00
Cyzus Chi
a62ae88187 update readme.md 2024-10-25 22:30:10 +08:00
Cyzus Chi
eb3d49dfdd move to ext/sela 2024-10-25 22:18:43 +08:00
didi
38c825d04c Delete unnecessary part & Update Optimize for better use 2024-10-25 16:52:49 +08:00
didi
b43429ecc4 Delete Unnecessary Part 2024-10-24 20:12:15 +08:00
didi
bbb982468c Update download_data.py 2024-10-24 20:09:37 +08:00
didi
072839af7f Final version 2024-10-24 20:04:56 +08:00
didi
39ae68225b Fix jinyu's review and add reproduce's code in experiment folder 2024-10-24 18:52:37 +08:00
didi
d2f90dbda0 Update readme and better optimizer 2024-10-23 12:54:42 +08:00
didi
4564b70d75 Update mbpp.py 2024-10-22 18:21:51 +08:00
didi
344d87d2e6 Update 2024-10-22 18:14:15 +08:00
didi
8c7cde533b Transform print into logger.info & mv code sanitize to utils.py 2024-10-22 12:55:18 +08:00
didi
27e942cc5e update 2024-10-22 12:51:30 +08:00
didi
56d0af1e9e pre-commit modify 2024-10-22 12:37:08 +08:00
didi
2ccee333db Update Readme 2024-10-22 11:44:14 +08:00
didi
e575b629a1 Resolve comment and modify readme 2024-10-22 11:41:45 +08:00
didi
5aa62b76ce Update 2024-10-22 11:08:08 +08:00
didi
fcc5e19160 mv aflow from example to ext 2024-10-22 10:54:06 +08:00
Ikko Eltociear Ashimine
d8a5a9c27c
chore: update st_role.py
occuring -> occurring
2024-10-03 16:25:48 +09:00
Kaushal_26
73f9b4a961 refactor: Update in the last commit of werewolf game
- Reviewed changes: https://github.com/geekan/MetaGPT/pull/1316#discussion_r1624248864
2024-06-03 18:20:17 +05:30
Kaushal_26
84a240ac8d fix: Werewolf Game
- As all the roles in werewolf game as `react_mode` =
  `RoleReactMode.REACT`, so `role._react()` will be called everytime.
- When not returning anything from `role._think()` => Therefore,
  `role._act()` will not be executed.
- Due to which this issue was comming: https://github.com/geekan/MetaGPT/issues/1313
2024-06-02 22:25:04 +05:30
zhulj
54666b111a fix st game path TypeError 2024-05-27 17:34:53 +08:00
better629
a466bc9243 update werewolf experience and add rag retrieve 2024-04-10 20:30:09 +08:00
better629
5caaea2aeb replace werewolf experience chromadb with rag 2024-04-10 19:35:46 +08:00