refactor: standardize skill API keywords to :probabilistic/:deterministic
This commit is contained in:
@@ -131,6 +131,6 @@ Interfaces for blueprint actuation and requirement perception. Source of truth i
|
||||
(defskill :skill-architect
|
||||
:priority 110 ; Higher priority to lead the loop
|
||||
:trigger #'trigger-skill-architect
|
||||
:neuro #'neuro-skill-architect
|
||||
:symbolic #'architect-actuate)
|
||||
:probabilistic #'neuro-skill-architect
|
||||
:deterministic #'architect-actuate)
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user