PSF: Standardize core gates and refine skill loading mechanism
- Improved decide-gate to normalize candidates (wrap strings in RESPONSE) - Refined load-skill-from-org to skip tangled blocks and Org properties - Updated system definition and test suites for v1.0
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"Verify that a crashing tool triggers a :tool-error stimulus."
|
||||
(clrhash org-agent::*cognitive-tools*)
|
||||
(def-cognitive-tool :crashing-tool "Always fails."
|
||||
nil
|
||||
:body (lambda (args) (declare (ignore args)) (error "KABOOM")))
|
||||
|
||||
(let* ((stimulus '(:type :EVENT :payload (:sensor :user-command :command :trigger-crash)))
|
||||
|
||||
Reference in New Issue
Block a user