feat: add OACP schema and backpressure improvements to GTD

This commit is contained in:
2026-04-08 14:29:34 -04:00
parent f90b0bda30
commit 2bd36a72c2

View File

@@ -62,6 +62,8 @@ Slim down the org-agent microkernel by moving non-essential cognitive functions
*** TODO Extract Vector Embedding Algorithms to a Skill (embedding.lisp) *** TODO Extract Vector Embedding Algorithms to a Skill (embedding.lisp)
*** TODO Extract Sparse Tree Context Pruning Strategies to a Skill (context.lisp) *** TODO Extract Sparse Tree Context Pruning Strategies to a Skill (context.lisp)
*** TODO Decouple Transport from Protocol (True Actuator-Agnosticism in protocol.lisp) *** TODO Decouple Transport from Protocol (True Actuator-Agnosticism in protocol.lisp)
*** TODO Implement OACP Schema Validation (Prevent reader macro injection in protocol.lisp)
*** TODO Implement OACP Backpressure Handling (Queue bounds and BUSY frames in protocol.lisp)
*** TODO Implement Cognitive Loop "Rut" Recovery (Dynamic Escalation in org-skill-safety-harness) *** TODO Implement Cognitive Loop "Rut" Recovery (Dynamic Escalation in org-skill-safety-harness)
*** TODO Implement Asynchronous Event Bus for Telemetry (core.lisp) *** TODO Implement Asynchronous Event Bus for Telemetry (core.lisp)
*** TODO Implement Memory Eviction and Lazy Loading (LRU Cache in object-store.lisp) *** TODO Implement Memory Eviction and Lazy Loading (LRU Cache in object-store.lisp)