mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-18 13:55:17 +02:00
feature: 主流程支持配置agentops
This commit is contained in:
parent
a3699128d1
commit
bbb65c9669
10 changed files with 28 additions and 2 deletions
|
|
@ -69,6 +69,7 @@ class Config(CLIParams, YamlModel):
|
|||
workspace: WorkspaceConfig = WorkspaceConfig()
|
||||
enable_longterm_memory: bool = False
|
||||
code_review_k_times: int = 2
|
||||
agentops_api_key: str = ""
|
||||
|
||||
# Will be removed in the future
|
||||
metagpt_tti_url: str = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue