refactor: standardize skill API keywords to :probabilistic/:deterministic
This commit is contained in:
@@ -41,8 +41,8 @@ Unify the system's diverse information silos into a single, navigable graph.
|
||||
(defskill :skill-hyper-graph
|
||||
:priority 70
|
||||
:trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :deep-trace))
|
||||
:neuro (lambda (context) "Synthesize a lineage report for the target ID.")
|
||||
:symbolic (lambda (action context) action))
|
||||
:probabilistic (lambda (context) "Synthesize a lineage report for the target ID.")
|
||||
:deterministic (lambda (action context) action))
|
||||
#+end_src
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user