refactor: standardize skill API keywords to :probabilistic/:deterministic

This commit is contained in:
2026-04-27 12:19:34 -04:00
parent 5f2b7e8d16
commit 6335b0c0c4
16 changed files with 32 additions and 32 deletions

View File

@@ -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