refactor: standardize skill API keywords to :probabilistic/:deterministic
This commit is contained in:
@@ -99,6 +99,6 @@ Interfaces for TCP I/O and protocol framing. Source of truth is the Harness Comm
|
||||
(defskill :skill-emacs-bridge
|
||||
:priority 100
|
||||
:trigger (lambda (context) nil)
|
||||
:neuro (lambda (context) nil)
|
||||
:symbolic (lambda (action context) action))
|
||||
:probabilistic (lambda (context) nil)
|
||||
:deterministic (lambda (action context) action))
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user