feature: 主流程支持配置agentops

This commit is contained in:
voidking 2024-07-16 17:44:14 +08:00
parent a3699128d1
commit bbb65c9669
10 changed files with 28 additions and 2 deletions

View file

@ -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 = ""