refactor: move LLM provider implementations to literate skill notes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user