Skip to content
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
wants to merge 4,225 commits into
base: werewolf_game
Choose a base branch
from

Conversation

Terrdi
Copy link

@Terrdi Terrdi commented Feb 11, 2025

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.

kit and others added 30 commits October 8, 2024 23:20
1
Signed-off-by: kit <[email protected]>
1
Signed-off-by: kit <[email protected]>
1
Signed-off-by: kit <[email protected]>
# Conflicts:
#	examples/di/InfiAgent-DABench/README.md
1
Signed-off-by: kit <[email protected]>
Improve multimodal

See merge request agents/exp_optimizer!22
1
Signed-off-by: kit <[email protected]>
# Conflicts:
#	examples/di/InfiAgent-DABench/README.md
2. 修改log的层级逻辑
3. data.yaml 只用于存路径
fix dashscope high version problem
fixbug: recovered role can't observe new message
…en_webui

feat: add optional authorization header for Ollama to support Open WebUI
geekan and others added 29 commits November 4, 2024 10:28
update aws claude token usage
fixbug: geekan#1565 [Two problems ] AttributeError: 'OpenAIResponse' object has no attribute 'decode'
bugfix: At least 8 rounds are required to run all QA actions
You can use optimized workflow to solve questions.
1. 临时忽略一批报错的单测文件, 统一放入 pytest.ini, 使单测可以跑通
2. 调整单测覆盖率配置文件 .coveragerc
3. 附带: 45天自动关闭不活跃的issue
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
…-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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.