feat(kernel): Automatically start the protocol server on boot

This commit is contained in:
2026-04-17 19:29:41 -04:00
parent f4051f1244
commit d90cfd5bfe
2 changed files with 2 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ The `main` function initializes the environment, loads skills, and starts the he
(initialize-actuators)
(initialize-all-skills)
(start-daemon)
(start-heartbeat)
;; Graceful shutdown handler for SBCL

View File

@@ -51,6 +51,7 @@
(initialize-actuators)
(initialize-all-skills)
(start-daemon)
(start-heartbeat)
;; Graceful shutdown handler for SBCL