mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 11:56:24 +02:00
experience pool
This commit is contained in:
parent
5c416a1f31
commit
15b86e8533
10 changed files with 106 additions and 0 deletions
6
metagpt/configs/exp_pool_config.py
Normal file
6
metagpt/configs/exp_pool_config.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from metagpt.utils.yaml_model import YamlModel
|
||||
|
||||
|
||||
class ExperiencePoolConfig(YamlModel):
|
||||
enable_read: bool = False
|
||||
enable_write: bool = False
|
||||
Loading…
Add table
Add a link
Reference in a new issue