-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The serializer error occurs when the example of werewolf exits error #1688
Open
Terrdi
wants to merge
4,225
commits into
geekan:werewolf_game
Choose a base branch
from
Terrdi:fix-class-serial-error
base: werewolf_game
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: kit <[email protected]>
Signed-off-by: kit <[email protected]>
Signed-off-by: kit <[email protected]>
# Conflicts: # examples/di/InfiAgent-DABench/README.md
Signed-off-by: kit <[email protected]>
Improve multimodal See merge request agents/exp_optimizer!22
Signed-off-by: kit <[email protected]>
# Conflicts: # examples/di/InfiAgent-DABench/README.md
2. 修改log的层级逻辑 3. data.yaml 只用于存路径
fix dashscope high version problem
chore: update st_role.py
fixbug: recovered role can't observe new message
fixbug: qianfan timeout
feat: + python <3.12
…en_webui feat: add optional authorization header for Ollama to support Open WebUI
Rm sk agent
fix bug in multi llm
update aws claude token usage
fixbug: geekan#1565 [Two problems ] AttributeError: 'OpenAIResponse' object has no attribute 'decode'
…run all QA actions.
bugfix: At least 8 rounds are required to run all QA actions
add sela example
You can use optimized workflow to solve questions.
Add Features to AFLOW.
fix sela readme path error
1. 临时忽略一批报错的单测文件, 统一放入 pytest.ini, 使单测可以跑通 2. 调整单测覆盖率配置文件 .coveragerc 3. 附带: 45天自动关闭不活跃的issue
chore: 跑通单元测试
fixbug: geekan#1617 TypeError: AsyncClient.__init__() got an unexpected keyword argument 'proxies'
fixbug: geekan#1623, use a share context to pass the repo path information
Add detailed error message for missing model configurations
… models on bedrock
…-the-client pass the reigion name to the boto3.session.client to use region gated…
… serialize the Weregame (inherited from Team) class into Json and save it, but the BasePlayer::special_actions list may contain the Action class, causing the serialization to fail. Add custom serialization fields to the Team class.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In the example of werewolf, when the model call fails, it will try to serialize the Weregame (inherited from Team) class into Json and save it, but the BasePlayer::special_actions list may contain the Action class, causing the serialization to fail.
Features
Add custom serialization fields to the Team class.