ARCH: Microkernel Decoupling - Moved State Persistence to user-space dynamic skill

This commit is contained in:
2026-04-13 15:48:14 -04:00
parent dcd3a31112
commit 34f59a6e43
19 changed files with 204 additions and 279 deletions

View File

@@ -1,11 +1,11 @@
(defpackage :org-agent
(:use :cl)
(:export
;; --- Harness Communication ---
;; --- communication protocol ---
#:frame-message
#:parse-message
#:make-hello-message
#:validate-harness-protocol-schema
#:validate-communication-protocol-schema
;; --- Daemon Lifecycle ---
#:start-daemon
@@ -20,6 +20,7 @@
#:*memory*
#:*history-store*
#:org-object
#:make-org-object
#:org-object-id
#:org-object-type
#:org-object-attributes