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:
2026-04-12 13:38:29 -04:00
parent 397fcc5e8c
commit 04df131f63
13 changed files with 234 additions and 62 deletions

View File

@@ -90,7 +90,7 @@ We register tools for kernel introspection and state management.
#+begin_src lisp
(org-agent:def-cognitive-tool :kernel-status "Returns the current operational status of the Org-Agent kernel, including loaded skills and telemetry."
:parameters nil
nil
:body (lambda (args)
(declare (ignore args))
(format nil "KERNEL STATUS:
@@ -104,7 +104,7 @@ We register tools for kernel introspection and state management.
org-agent:*provider-cascade*)))
(org-agent:def-cognitive-tool :list-skills "Lists all currently loaded skills and their metadata."
:parameters nil
nil
:body (lambda (args)
(declare (ignore args))
(let ((output "LOADED SKILLS: