experience pool

This commit is contained in:
seehi 2024-06-03 10:14:57 +08:00
parent 5c416a1f31
commit 15b86e8533
10 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,6 @@
from metagpt.utils.yaml_model import YamlModel
class ExperiencePoolConfig(YamlModel):
enable_read: bool = False
enable_write: bool = False