REFAC: Configurable mandatory skills via environment
This commit is contained in:
@@ -80,6 +80,7 @@ The `main` function initializes the environment, loads skills, and starts the he
|
||||
(env-file (uiop:merge-pathnames* ".local/share/org-agent/.env" (uiop:ensure-directory-pathname home))))
|
||||
(when (uiop:file-exists-p env-file) (cl-dotenv:load-env env-file)))
|
||||
|
||||
(initialize-actuators)
|
||||
(initialize-all-skills)
|
||||
(start-heartbeat)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user