fix(mvp): 100% Green Boot, Llama.cpp backend, and setup refinement
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s

This commit is contained in:
2026-04-17 20:25:01 -04:00
parent 3471870ab3
commit d8236cb2cf
7 changed files with 76 additions and 9 deletions

View File

@@ -63,8 +63,8 @@ The CLI actuator writes the agent's response back to the client's network stream
(progn
(format stream "~a~%" (frame-message (format nil "~s" (list :type :chat :text text))))
(finish-output stream)
(format stream "~a~%" (frame-message (format nil "~s" '(:type :status :scribe :idle :gardener :sleeping))))
(finish-output stream))
(format stream "~a~%" (frame-message (format nil "~s" '(:type :status :scribe :idle :gardener :sleeping))))
(finish-output stream))
(harness-log "CLI ERROR: No active or open reply stream for signal."))
(error (c) (harness-log "CLI ACTUATOR ERROR: ~a" c)))))
#+end_src