Initial commit: add config_manager module with ConfigParameter and ConfigManager

This commit is contained in:
2026-04-15 18:44:47 +03:00
commit b8f34faff7
21 changed files with 825 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# komAI environment variables
# Path to config file (optional)
# KOMAI_CONFIG=config/global.yaml
# Logging (optional)
# LOGGING_LOG_PATH=./log
# LOGGING_LOG_FILE=app.log
# LOGGING_LEVEL=INFO