ALIGN: Rename Protocol to Communication and unify terminology
This commit is contained in:
@@ -170,8 +170,8 @@ We register the orchestrator as a core skill and hot-patch the harness's routing
|
||||
(defskill :skill-event-orchestrator
|
||||
:priority 400 ; Foundational control layer
|
||||
:trigger (lambda (ctx) (eq (getf (getf ctx :payload) :sensor) :heartbeat))
|
||||
:neuro nil
|
||||
:symbolic (lambda (action ctx)
|
||||
:probabilistic nil
|
||||
:deterministic (lambda (action ctx)
|
||||
(orchestrator-process-cron)
|
||||
action)))
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user