refactor: move LLM provider implementations to literate skill notes

This commit is contained in:
2026-04-08 16:08:18 -04:00
parent 685aa4edf1
commit ca631d31fc
7 changed files with 206 additions and 100 deletions

View File

@@ -52,6 +52,9 @@ Dynamically route to OpenRouter's :free model list for Reflexive and Cognitive t
* Registration
#+begin_src lisp
(progn
;; Register the economist as the kernel's model selector
(setf org-agent::*model-selector-fn* #'economist-get-model-for-provider)
(defskill :skill-economist
:priority 100
:trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :cost-audit))