aboutsummaryrefslogtreecommitdiff
path: root/autogpt/core/configuration/__init__.py
blob: b6fee7493933ed63429dc144d5355de357de94a8 (plain)
1
2
3
4
5
6
7
"""The configuration encapsulates settings for all Agent subsystems."""
from autogpt.core.configuration.schema import (
    Configurable,
    SystemConfiguration,
    SystemSettings,
    UserConfigurable,
)