Commit graph

623 commits

Author SHA1 Message Date
garylin2099
e40b34acf8
Merge pull request #383 from garylin2099/werewolf_game
add human player
2023-10-01 23:15:18 +08:00
yzlin
91faec6bb1 add human player 2023-10-01 23:10:59 +08:00
yzlin
81e8ee83fb small bug fixed 2023-10-01 11:47:59 +08:00
garylin2099
0d401e6aab
Merge pull request #380 from garylin2099/werewolf_game
example of modifying role strategy
2023-09-30 23:38:50 +08:00
yzlin
91c6c6b200 example of modifying role strategy 2023-09-30 23:36:54 +08:00
garylin2099
6662cd5fe0
Merge pull request #377 from garylin2099/werewolf_game
1st version of runnable complete pipeline
2023-09-30 15:08:54 +08:00
yzlin
fa88e44521 rm redundant & add random game setup 2023-09-30 15:02:19 +08:00
yzlin
4d39bb2815 moderator parsespeak & 1st v of runnable pipeline 2023-09-30 12:24:45 +08:00
yzlin
f7ed6ef2ee game setup 2023-09-30 12:08:57 +08:00
garylin2099
4dcb377f68
Merge pull request #376 from chaleeluo/lyw-witch-0930
Werewolf game add  Witch
2023-09-30 11:52:32 +08:00
chaleeluo
6f8b1f7116 fix 2023-09-30 11:16:12 +08:00
chaleeluo
de153405b3 fix 2023-09-30 11:05:05 +08:00
chaleeluo
85343bf3e9 Merge branch 'lyw-witch-0930' into werewolf_game
# Conflicts:
#	examples/werewolf_game/actions/__init__.py
#	examples/werewolf_game/roles/__init__.py
#	examples/werewolf_game/start_game.py
2023-09-30 10:59:42 +08:00
chaleeluo
ce388827f8 witch role 2023-09-30 10:56:29 +08:00
garylin2099
882660c43e
Merge pull request #361 from kevin-meng/werewolf_game
Werewolf game add Guard
2023-09-29 10:30:20 +08:00
garylin2099
9778d213f7
Merge branch 'werewolf_game' into werewolf_game 2023-09-29 10:29:24 +08:00
garylin2099
50d9ad4270
Merge pull request #365 from mannaandpoem/manna_werewolf_game
Werewolf game modify moderator and add seer role and action
2023-09-29 10:24:05 +08:00
mannaandpoem
fd03751e1d 修改了STEP_INSTRUCTIONS 2023-09-28 23:48:08 +08:00
mannaandpoem
e5140fd6a5 添加了ivan写的parse speak 2023-09-26 23:05:45 +08:00
Kevin Meng
f9179c377d
Update start_game.py
delete two lines of local testing code
2023-09-26 20:15:27 +08:00
mannaandpoem
4584435bc6 整理了论文中的一些提示词 2023-09-26 13:00:44 +08:00
mannaandpoem
c6a5b46ddd add seer role and action, and update moderator role 2023-09-26 09:50:41 +08:00
kevin-meng
be2580f5db add arbiter prompt for evaluate 2023-09-26 01:20:29 +08:00
kevin-meng
1a7f415fa9 modify pronunciation 2023-09-25 23:27:12 +08:00
mannaandpoem
3c01534964 Modify moderator 2023-09-25 23:22:18 +08:00
kevin-meng
02cc5c274d add guard 2023-09-25 00:26:33 +08:00
kevin-meng
0221028de2 add guard 2023-09-25 00:13:27 +08:00
garylin2099
cf365c8e82
Merge pull request #357 from garylin2099/werewolf_game
Werewolf game
2023-09-23 22:23:52 +08:00
yzlin
2e6cc6540b first pipeline framework 2023-09-23 01:43:48 +08:00
stellaHSR
c4283d0538
Merge pull request #345 from shenchucheng/main
Fix 'OSError: [WinError 193] %1 is not a valid Win32 application' on …
2023-09-22 16:34:33 +08:00
stellaHSR
3ca4d4fd87
Merge pull request #298 from femto/feature/json_write_prd
Feature/json write prd and design_api and project_management
2023-09-22 15:46:07 +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
stellaHSR
ade5955cfa
Merge pull request #352 from martcpp/patch-1
Update FAQ-EN.md
2023-09-22 13:21:30 +08:00
yzlin
bbffb3f135 more intuitive naming & add a new attribute to message 2023-09-22 12:23:18 +08:00
MORDECAI ETUKUDO
871bef481b
Update FAQ-EN.md
added some important video links for tutorial
2023-09-21 16:53:16 +01:00
stellaHSR
cd98e54f36
Merge pull request #350 from orange-crow/fix-open-interpreter-dependency-conflicts
fix: open-interpreter dependency conflicts.
2023-09-21 23:51:37 +08:00
stellaHSR
ff938abcf5
Merge pull request #348 from femto/fix/add_sk_dep
add semantic-kernel==0.3.10.dev0 to requirements.txt
2023-09-21 23:51:08 +08:00
stellaHSR
a74f78f6da
Update search_engine.py
rm useless space
2023-09-21 23:49:57 +08:00
刘棒棒
a89b2a1a6d fix: open-interpreter dependency conflicts. 2023-09-21 16:19:37 +08:00
stellaHSR
9860e0d510
Update search_engine.py
add __future__ import to avoid error in py3.9
2023-09-21 15:51:13 +08:00
femto
37265312c0 add semantic-kernel==0.3.10.dev0 to requirements.txt 2023-09-21 15:28:20 +08:00
femto
7b34c433cd
Merge branch 'main' into feature/json_write_prd 2023-09-21 12:00:10 +08:00
stellaHSR
a709f408b9
Merge pull request #332 from garylin2099/customized_agent_examples
basic examples
2023-09-21 11:51:31 +08:00
yzlin
876094893a minor update 2023-09-21 11:14:10 +08:00
stellaHSR
1d5700a983
Merge pull request #347 from shenchucheng/repo-language-setting
disable html linguist detect
2023-09-21 11:09:43 +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
stellaHSR
f6b7a7f1d0
Merge pull request #315 from orange-crow/add_open_interpreter
add support for open-interpreter.
2023-09-21 10:48:11 +08:00
shenchucheng
29498a3f1c disable html linguist detect 2023-09-21 10:41:57 +08:00
Ben
58a0ae0a35
Merge branch 'main' into add_open_interpreter 2023-09-21 10:38:57 +08:00