mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
feat: Remove global configuration , enable configuration support for business isolation.
This commit is contained in:
parent
d764b8e6fa
commit
f45a8e5284
50 changed files with 437 additions and 278 deletions
|
|
@ -118,8 +118,8 @@ class Config:
|
|||
return value
|
||||
|
||||
@property
|
||||
def options(self):
|
||||
"""Return key-value configuration parameters."""
|
||||
def runtime_options(self):
|
||||
"""Runtime key-value configuration parameters."""
|
||||
opts = {}
|
||||
for k, v in self._configs.items():
|
||||
opts[k] = v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue