Project Registry
➜ ls -l ./projects
project-afs
[OPEN-SOURCE]Agentic Memory Orchestration
Builds memory surfaces that survive long-running execution, index context cleanly, and let agents recall what matters without manual bookkeeping.
Quick Start:
$ cd project-afs && ./init-memory.sh
Memory indexingContext retrievalAgent runtime wiring
project-saon
[CLOSED-SOURCE]Agentic Swarm
Orchestrates specialized workers, shared state, and execution boundaries so larger problems can be decomposed without losing system truth.
Quick Start:
$ cd project-saon && ./spawn-swarm.sh
Task routingShared state controlExecution telemetry
project-slideforge
[OPEN-SOURCE]CLI-first Slide Controller
Keeps presentation authoring scriptable, reviewable, and reproducible for teams that prefer terminals over GUI-first slide tooling.
Quick Start:
$ cd project-slideforge && slideforge build
CLI workflowsPresentation automationReviewable artifacts
Access Surface
STATUS: publication queue
STATUS: command manual pending
project-muses
[CLOSED-SOURCE]Agentic Education AI
Explores tutoring systems that respond to learner context, preserve instructional state, and keep explanations rigorous instead of merely persuasive.
Quick Start:
$ cd project-muses && ./lesson-loop.sh
Learner modelingAdaptive feedbackInstruction tracing