mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 19:06:23 +02:00
add serializers to support serialization and deserialization.
This commit is contained in:
parent
086ef5e805
commit
b5934a412b
19 changed files with 234 additions and 144 deletions
|
|
@ -7,6 +7,3 @@ class ExperiencePoolConfig(YamlModel):
|
|||
enable_read: bool = Field(default=False, description="Enable to read from experience pool.")
|
||||
enable_write: bool = Field(default=False, description="Enable to write to experience pool.")
|
||||
persist_path: str = Field(default=".chroma_exp_data", description="The persist path for experience pool.")
|
||||
init_exp: bool = Field(
|
||||
default=False, description="Put some basic experiences associated with the roles into the experience pool."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue