ALIGN: Rename Protocol to Communication and unify terminology

This commit is contained in:
2026-04-13 14:17:28 -04:00
parent f4e74b732d
commit 5f86bcd8dc
84 changed files with 383 additions and 347 deletions

View File

@@ -25,8 +25,8 @@
(org-agent::defskill :infinite-skill
:priority 100
:trigger (lambda (ctx) t)
:neuro (lambda (ctx) nil)
:symbolic (lambda (action ctx)
:probabilistic (lambda (ctx) nil)
:deterministic (lambda (action ctx)
`(:type :EVENT :payload (:sensor :infinite-trigger))))
;; The pipeline has (when (> depth 10) ...) check.